How to get started with Zend Framework developemt

后端 未结 2 1518
刺人心
刺人心 2021-01-28 13:33

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.

2条回答
  •  梦如初夏
    2021-01-28 13:54

    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.

提交回复
热议问题