zend framework assumptions

Some assumptions

This tutorial assumes that you are running at least PHP 5.3.3 with the Apache web server and MySQL, accessible via the PDO extension. Your Apache installation must have the mod_rewrite extension installed and configured.

You must also ensure that Apache is configured to support .htaccess files. This is usually done by changing the setting:

AllowOverride None

to

AllowOverride FileInfo

in your httpd.conf file. Check with your distribution’s documentation for exact details. You will not be able to navigate to any page other than the home page in this tutorial if you have not configured mod_rewrite and .htaccess usage correctly.

 

http://zf2.readthedocs.org/en/latest/user-guide/overview.html

 

 

 

http://windows.php.net/download/#php-5.4

posted on 2013-05-07 14:49  simhare  阅读(118)  评论(0编辑  收藏  举报

导航