I\'m relatively new to the Zend Framework 开发者_开发问答but have Bootstrapped a routing configuration file and got the URLs /shop/category/:urlslug and /shop/product/:urlslug working fine.
I have some data which I rarely have to update. Further I want that data to be very fast to access. What kind of solution do you recommend me in Zend Framework. The o开发者_运维问答ptions I thaught ar
I have a model class \"Application_Model_Person\" located in application/models/Person.php that also defines other classes, like Gender and Age:
My task is to create list of inputs which have name like phot开发者_StackOverflow社区oForm[name][1].
I need to run post connection close processing (sending emails, refreshing caches etc) which take a long time. So in order to do this I have an action helper which will eventually down the line will c
Zend framework is just a collection of PHP classes. Phalanger is a complete PHP compiler. So why I can not portZend Framework-based application to Phalanger??
I\'m creating a website with a planner and want to synchronize it with a Google Calendar. So far it works pretty well using the GData Class of the Zend framework. I\'m running into a problemwhere recu
\'m seeing some really weird behavior with the headTitle() function. My index page looks fine and it\'s showing the title of my project defined in my application.ini file.
I am using zend framework and i have .htaccess file in web directory which is redirect to public/index.php .
I have these values in my application.ini [production] ; Database; resources.db.adapter = \"pdo_mysql\" resources.db.params.host = \"localhost\"