-
Recent Posts
What I'm Doing...
- "@cbarrett: Guess God really does use Lisp. http://t.co/MIT47PyY" or clojure... 8 hrs ago
- @yorba_org is there a way to configure geary for multiple mailboxes? 1 day ago
- That s@#* was cray #WatchTheThrone 2 days ago
- The S@#* was cray #WatchTheThrone 2 days ago
- Standing in front of the VIP lounge. Waiting to go #WatchTheThrone 2 days ago
- @SwayUK plus one for tonight. #WatchTheThrone in reply to SwayUK 3 days ago
- More updates...
Ubuntu
Category Archives: Web Development
A note on Zend Pagination
Having gone round in so many circles I finally found out that when useing Zend Pagination and the current route you are using has more than one dynamic variable i.e $router->addRoute( ‘listingswithpage’, new Zend_Controller_Router_Route( ‘/listing/:type/:page’, array(‘controller’ => ‘listing’, ‘action’ => … Continue reading
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 Linux, MVC, php, Ubuntu, Web Services, Zend
3 Comments
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