acroninj Posted December 10, 2009 Share Posted December 10, 2009 I am being tasked with taking over a project for a client that uses Zend Framework. I have never used it before, and I had a few questions: What type of hosting service does it require? (Client currently has static html site on webhostingpad) Do I have to run Zend Server on the host or are there other solutions? Does Zend have a built in generator like RoR for MVCs? Quote Link to comment https://forums.phpfreaks.com/topic/184686-noob-zend-question/ Share on other sites More sharing options...
trq Posted December 11, 2009 Share Posted December 11, 2009 You will need a host (preferably Linux/Apache)with php5 and most likely a database (mysql) Zend server is not required, the above will cover it. Zend comes with a command line interface that can create the directory structures required for controllers. It does not however provide any database crud. Quote Link to comment https://forums.phpfreaks.com/topic/184686-noob-zend-question/#findComment-975129 Share on other sites More sharing options...
acroninj Posted December 11, 2009 Author Share Posted December 11, 2009 Does that mean I can use a cheap host, or do I need shell access to it? Quote Link to comment https://forums.phpfreaks.com/topic/184686-noob-zend-question/#findComment-975442 Share on other sites More sharing options...
448191 Posted December 11, 2009 Share Posted December 11, 2009 Yes you could, and no you shouldn't if you are even the least bit serious about whatever you are making. Quote Link to comment https://forums.phpfreaks.com/topic/184686-noob-zend-question/#findComment-975469 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.