Tutorial Trouble is Chinese, my English technical documents can not understand
PHP Framework is required to be easy to use, update maintenance is faster, there is no bug. Please recommend, thank you
Reply to discussion (solution)
Beginners can use CI, the Chinese version of the official website also has, PHP textbook? There's too many online.
Look at thinkphp! It's not much more complicated.
Yaf http://pecl.php.net/package/Yaf/
Zend Framework
Recommended CI or Yii
CodeIgniter, it's a relatively simple frame.
Yii .... Although I have not seen it myself ...
O (∩_∩) o haha ~ Use mine.
The framework recommends the official development of the Zend Framework. Thinkphp developed, not Zend Professional
Both thinkphp and Yii have Chinese-language tutorials.
Feel thinkphp more easy to use point, LZ can refer
TP, this is good.
Just look at thinkphp.
It seems that the domestic programmers, or a lot of people with TP AH
Yes, I also recommend using thinkphp, the document is quite rich, the code is also more normative, easy to understand.
CI simple, you can try
thinkphp Bar, get started fast, frame stability, the bottom of Gome online is thinkphp.
Actually, I think qeephp is a good use.
To give you a kohana, in fact, each frame structure is similar, but within the framework of the method package is different.
There is no doubt on the performance of the practical paper file Oh thinkphp are the best
thinkphp to first use this, domestic, more suitable for learning. A little bit more on the page, the most important thing is Chinese.
Then learn about the other PHP frameworks that are pretty much the same. Like Yii, Zend, etc...
I have to study ci or thinkphp when I'm free.
CI yii thinkphp
Personally think CI simple point
With the smarty of the floating past. The Smarty Handbook of Chinese is available on the Phpchiina. Watch online.
Tutorial Trouble is Chinese, my English technical documents can not understand
PHP Framework is required to be easy to use, update maintenance is faster, there is no bug. Please recommend, thank you I like you recommended is thinkphp
http://www.thinkphp.cn/
There is absolutely no need for a chatty-so-called MVC framework. You actually just need a routing library and a template engine:
Routing:
Https://github.com/robap/php-router
Template:
http://www.smarty.net/
Think PHP is really suitable for our domestic novice, after all, is domestic, but considering I have a few years of Java and ASP development experience, I choose a slightly more complex yii. Thank you, everyone.