wrote:
> Somebody should create ZF sandbox (this is idea from Symfony Framework -
SF
> has got SF sandbox for new users) - with layouts, with connection to
> database (with empty fields to write login, password and dsn), with
> Bootstrap file with fully content. Then I could only download it, write
> login, password and dsn to database and start programming.
> I have read that Symfony Framework is for very big websides and Zend
> Framework is for small and medium websites - I don't know is this truth
but
> the most popular frameworks are: Zend Framework, Symfony Framework and
> unfortunately CakePHP (CakePHP is also for PHP 4 so this framework is
bad).
>
> I think ZF sandbox - this is a good idea.
>
>
> And please stop use on this forum and in tutorials - idioms and slang -
ZF
> is only for people where national language is English or not ? Not, so
stop
> use idioms and slang !!
Using Zend Tool you can do zf create project <name> and it does everything
for you. The only thing you need to do is add the following to your
application.ini file.
resources.db.adapter = "PDO_MYSQL"
resources.db.params.host = "localhost"
resources.db.params.dbname = "dbname"
resources.db.params.username = "username"
resources.db.params.password = "password"
After that, you have your sandbox. I fail to understand why so many people
are having issues with this.
没有评论:
发表评论