Yes I have more questions :) I know Symfony Framework and SF is MORE comfortable but I have some questions about ZF:
1. Why I must register to download ZF ? 2. Why after generate ZF project using console: zf.bat create project quickstart and after placed it on the server it DOESN'T WORK !! I must create .htaccess: RewriteEngine On RewriteRule ^(.*)$ /quickstart/public/$1 [QSA,L] And then it works - BUT YOU SHOULD WRITE ABOUT THAT IN TUTORIAL !! 3. Why I must modify application.ini file ? I must add: resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts" and create folder 'layout/scripts/layout.phtml' ? It should be in generated project !! Everybody needs layout !! So it should be in generated project. 4. In which file should I write login, password etc. - to have access to my MySQL database ? I want to see empty places to write these data in some file. -- View this message in context: http://www.nabble.com/Is-there-anybody-from-Zend-team---tp25455352p25458784.html Sent from the Zend Framework mailing list archive at Nabble.com.
