Hello! It so happened that at different times I installed the parts, the still incomprehensible pieces of code from the manufacturer’s website. I have a list of installed packages and an installed Apache.

Give some code to check if this framework works for me. And also, I found a server on the site, but it’s only there for 30 days. Are there any versions for home use of the type to explore this framework? Or maybe it will be enough for me to have an Apache on my computer? And which IDE would you recommend for developing pages?

  • The server on the Zend site is paid only in one of the versions, after 30 days some additional functionality falls off of it, but the basis of WAMP remains working. You can download immediately free "Comunity" version of the server. Zend Framework is a set of php files organized into a library. Those. in order for it to work for you, no dances are needed, download the library and save in the project scope, or even better recreate the recommended structure and everything will work without dancing with a tambourine. - zippp

1 answer 1

It is enough to install a bunch of Apache + PHP (+ mod_reqrite on) + MySQL to work normally. Or go the easy way - put XAMPP. Download the framework, create a virtual host, upload the framework files to the virtual host and work.

If you want a more comfortable work with the Zend Framework, you can install the latest version of NetBeans (PHP). There is support for this framework.