After using WordPress, Joomla, Drupal, CodeIgnitor, Yii, and Zend, I felt a little tired and wanted to try something new. After some comparisons and a customer requesting a very advanced framework, I started Develop a website using symfony.
In addition to a content release management system, the website functions also have a user system, permission management, search, personal center, and SEO optimization.
DRY, don’t repeat yourself, don’t reinvent the wheel. Under this principle, after a dark period of getting familiar with the Symfony system itself, I feel even more powerful.
Many CRUD operations can be done with one click using Sonata-admin. Different templates can use Twig’s inheritance mechanism to perfectly avoid the copying of template files. Fully customized URLs can be freely modified as desired, while database operations It can be easily handled using Doctrine, and the debug bar can provide a clear overview of all details of the program's operation, and the information provided by the exception handling prompts is sufficient to deal with any exceptions that occur.
Some people say that Symfony is a framework comparable to J2EE (I have not used J2EE), and it is also quite attractive for django using Python. www.2cto.com
Composor is used for module management to ensure the unity of third-party class libraries. The concept of bundle is used to ensure low coupling of the code, making teamwork very easy and enjoyable.
The overall feeling is that this is a new beginning, and there are many features that need to be further discovered.
One drawback is that when you encounter a problem and Google it, you can rarely find Chinese materials, while there are all English materials.
Using English code search has advantages in some cases. You need to work hard in this aspect when you have the energy.
http://www.bkjia.com/PHPjc/477797.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/477797.htmlTechArticleAfter using WordPress, Joomla, Drupal, CodeIgnitor, Yii, Zend, I feel a little tired and want to hunt Try something new, after some comparisons, and there is a customer request...