Category Archives: MVC Frameworks

Mod_Rewrite and Zend Framework 1.10.x and Ubuntu

So all the tutorials on configuring your development server to run Zend Framework successfully say that you need to enable mod_rewrite in apache2 so that .htaccess and Zend_Router* works well. What they all say is to make sure it’s loaded … Continue reading

Posted in Linux, MVC Frameworks, php, REST, Ubuntu, Web Development, Zend | Tagged , , , , , | 3 Comments

Image Manipulation with Zend

I had been on the prowl for an MVC approach to image manipulation. Especially a method that did it the Zend way. In the forums and documentation for the framework the developers didn’t see a real need to implement a … Continue reading

Posted in MVC Frameworks, php, Zend | Tagged , , , | 2 Comments

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