PHP frameworks
Posted by adminJul 10
PHP frameworks are the latest hot topic in the PHP community and new frameworks are posted every day. With over 40 different available frameworks provide a context feature.
I’ll give you a quick overview of three popular frameworks.
PRADO is a programming framework based on components and to develop event-driven Web applications in PHP 5 PRADO stands for PHP Rapid Application Development Object-oriented. The only requirement to run the Prado is a Web application server supports PHP 5 Initial 0 or greater. You can use it to develop either open source or commercial applications.
The latest version has its own DB support, and seamless AJAX support, the addition added as mature PRADO PHP framework for developing Web applications is a serious matter. It also has many new controls, samples and tutorials. Web Programming Programming Tutorials and Articles blogsWeb
Its features include:
Access DB added: three layers of database support for different needs. Including the PDO-based data access, Active Record and SqlMap.
Active Controls: The controls are AJAX Web are creating an AJAX web page extremely easy.
Other major developments
Services
- TSoapService: a service component supports SOAP requests
- TJsonService: a service component supports JSON requests
- TFeedService: a service component supporting requests feed
Modules:
- TDbCache: a generic DB cache module, which can use any DB driver
- TDbUserManager: a module DB-Driven Manager User
Controls:
- TOutputCache: A control that allows the cached page fragments
- TClientScriptLoader: a control for loading JavaScript libraries
- TXmlTransform: a control to perform XML processing online
Cake is a rapid development environment for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our main goal is to provide a structured framework that PHP users at all levels to rapidly develop robust web applications, without offering the potential loss of flexibility.
Its features include:
Model, View, Controller Architecture
View Helpers for AJAX, Javascript, HTML Forms and more
Built-in validation
Application Scaffolding
Application and CRUD code generation via Bake
Access Control Lists
Data disinfection
Security, session and request handling components
Flexible View Caching
Seagull is an object-oriented framework for building sophisticated Web, command line and graphical applications. Under the BSD license allows the project developers to easily integrate PHP and manage code resources, and build complex applications quickly.
Its features include:
PHP 5.4 compatible
compact core framework with complete modules in the package
Pattern Model-View-Controller
Performance-aware design [Edit]
Multiple input formats and output
integrated object-relational mapper for Rapid Application Development
loosely coupled components, use the template engine of your choice, output to multiple devices or CLI
Caching
Location. Translated into over 21 languages worldwide.
Integrated PEAR librariesWeb Programming Tutorials and Articles
Related posts:

No comments