First experience of Symfony 2.1 project development_PHP tutorial

WBOY
Release: 2016-07-14 10:08:17
Original
967 people have browsed it

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.

www.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...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template