Monthly Archives: July 2010

Full Text Indexing with Zend_Search_Lucene

To provide a robust search facility for content you have stored on a MySQL database, you may be thinking of using MySQLs builting full text indexing facility. This comes with the MyISAM storage engine and can be slightly limiting especially … Continue reading

Posted in php, Zend | Tagged , , , , | Leave a comment

A question on Zend_Acls

So I have been playing with the Zend_Acl for a while now and I managed to integrate it with this site I am working on. I am however asking myself a few questions here. What is the best way to … Continue reading

Posted in MVC Frameworks, php, Zend | Tagged , | Leave a comment

A note on CAPTCHA decorators and Zend_Form_…

So if you have been struggling with setting up decorators with Zend_Form_Element_Captcha, here’s a note. I used to get an additional textbox with the hash returned by Zend creating the captcha image. And if you were stumped as to how … Continue reading

Posted in php, Web Development, Zend | Tagged , , | Leave a comment