Jump to content

Noob Zend question


acroninj

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/184686-noob-zend-question/
Share on other sites

  • 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.

Link to comment
https://forums.phpfreaks.com/topic/184686-noob-zend-question/#findComment-975129
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.