>
> 1. Why I must register to download ZF ?

You don't, actually.  http://framework.zend.com/download/current/

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 !!


Yes, that looks like a pretty major oversight.  Here's a wiki article that
might help:

http://framework.zend.com/wiki/display/ZFDEV/Configuring+Your+URL+Rewriter

Please file a ticket to update the documentation.

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.


This may also be an oversight.  Please file a ticket.

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.


That would be your application.ini.  Please consult the manual for more
information:

http://framework.zend.com/manual/en/

Specifically, if you want to use Zend_Db,

http://framework.zend.com/manual/en/zend.db.html

-Matt

On Tue, Sep 15, 2009 at 10:55 AM, aoohralex <[email protected]> wrote:

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

Reply via email to