Month: July 2010

  • Force Zend Framework to use the index controller by default

    Everyone wants pretty URLs these days—both for convenience and to optimize for search engines. So having URLs with unnecessary information is a major no-no. Over the past year I’ve been slowly absorbing the Zend Framework and its MVC pattern. Historically, projects I created required the user to specify the index controller like so: http://www.mysite.com/index/page …where…