Tuesday, August 23, 2011

php framework Symfony

Symfony is a well-organized and easy to use and learn framework. It is written exclusively on PHP5. It is designed for rapid web application development (most of the work will be done instead of you).
Symfony is one of those PHP5 frameworks which attracts by its complete documentation, a great number of plug-ins, updates, releases of new versions and much more.

One of the main advantages of Symfony is its simple installation and stable performance in Windows and *nix systems as well as the independence from databases such as MySQL, PostgreSQL, MS-SQL, SQLite, Oracle. Symfony supports the automated form validation and automated user input clearance (for avoiding SQL injections and XSS attacks).

One of the possible ways of accelerating the work of web-based applications is remembering a part or the whole HTML document for its next release at the following requests. This technology is known as caching. It can be used in the server part as well as the client part.

Symfony offers rapid web application development and web application management which allows solving routine tasks of programmers.