Many tutorials are recommended for new users. the trouble of using the MVC framework tutorial is in Chinese. I cannot understand the technical documentation in English.
PHP framework is required to be easy to use, with fast update and maintenance and no bugs. Thank you for your suggestion.
Reply to discussion (solution)
New users can use ci, which is also available on the Chinese version of the official website. What are php teaching materials? Too many websites
Watch thinkphp! It's not complicated.
Yaf http://pecl.php.net/package/Yaf/
Zend framework
Recommended ci or yii
Codeigniter is a simple framework.
Yii... I haven't seen it myself...
O (∩) O haha ~ Use mine
Zend framework is recommended for the framework. Thinkphp developed by Chinese people without zend expertise
Thinkphp and yii both have Chinese tutorials
Thinkphp is easy to use. For more information about LZ, see
TP is good.
Go to thinkphp.
It seems that many programmers in China still use TP.
Yes, I also recommend thinkphp. the documentation is quite rich and the code is more standard and easy to understand.
Ci is simple. you can try it.
Thinkphp is easy to use, and the framework is stable. the bottom layer of Gome online is thinkphp.
In fact, I think QEEPHP is quite useful.
Let me introduce you to kohana. In fact, each framework has a similar structure, but the method encapsulation in the framework is different.
Without a doubt, the performance theory is the best practical document. thinkphp is the best.
Thinkphp should use this one first. it is suitable for Chinese users. There are more times on the page, and the most important thing is Chinese.
Then I learned about other PHP frameworks. Like Yii and zend...
I have to study ci or thinkphp if I have time.
Ci yii thinkphp
I personally think that CI is simple
The smarty manual in Chinese is available on phpchiina. watch it online.
The tutorial is in chinese. I cannot understand the English technical documents.
PHP framework is required to be easy to use, with fast update and maintenance and no bugs. Thank you for choosing thinkphp.
Http://www.thinkphp1.cn/
There is no need for a big and comprehensive so-called MVC framework. You only need a routing database and a template engine:
Route:
Https://github.com/robap/php-router
Template:
Http://www.smarty.net/
Think PHP is really suitable for beginners in China. after all, it is made in China. However, considering my years of JAVA and ASP development experience, I chose YII, which is a little more complex .. Thank you!