I have this code that I want to insert a div clear class the it reaches the 5th column:
\"> <
It is because you have not declared your variable. If you add $count = 0; to the top of your PHP file the error will go away as you have declared the variable.
$count = 0;
You should also note that this has nothing to do with Zend Framework.