How to get started with Zend Framework developemt

2019-03-03 11:15发布

Hai

First of all Thanks... I have a downloaded Zend framework C:\wamp\zend I changed include path to php.ini to

C:\wamp\zend, I seen this in my php info. I think the include path is correct. Still I have lot of doubt, where I start my work in zend framework? Which are the steps??

Thanks

2条回答
劳资没心,怎么记你
2楼-- · 2019-03-03 11:19

If you are looking for a tutorial and/or some documentation, especially if starting from scratch, here are a couple of links that could interest you :

  • Survive The Deep End! : a free electronic-book about ZF
    • It's still work in progress,
    • but the existing chapters are quite good -- and they will allow you to start, at least.
  • The official Quickstart : it's short, you can study it for something like 2 to 4 hours, I'd say, and it'll allow you to develop a really simple/basic/quick application.

Those might be helpful, for you to start.


And here are some other resources (there are quite a lot of resources about ZF, actually) :

查看更多
The star\"
3楼-- · 2019-03-03 11:41

You probably don't want to have a single Zend framework instance for your entire server, as it's possible that different applications will want to use different versions. Although in your case it probably doesn't matter much. :)

As for getting started with Zend, there's a perfectly good tutorial on the Zend site you can read.

查看更多
登录 后发表回答