if else does not work

omega008

New Member
i have problem with if else statement in zend framework\[code\]<?php if(count($this->result) > 0) {echo "not found";}else{ echo "advertise here";}?>\[/code\]i would like to hide ads if there is no result, somehow, it does not work, please help
 
Back
Top