10 Simplified PHP Development tools to simplify PHP development
This article describes 10 projects that can help simplify PHP development, including frameworks, class libraries, tools, and code.
1.CakePHP Development Framework
CakePHP is a fast-developing framework for PHP. It provides a scalable architecture that uses common MVC and ORM patterns. It follows the convention better than the configuration concept.
2.pChart
Pchart is a PHP framework for creating diagrams. In most of the chart class libraries are charged today, Pchart insists free. You can use SQL queries, CSV files, or manually enter data. The project is still in the early stages of development and is updated weekly.
3.PHP Filters
We always need data validation when using a form. Illegal input can lead to security problems and may confuse your Web pages. The "Filter_var" function can be used to verify, or remove, the Flying fork character.
4.Symfony
Symfony is a PHP-based full-featured framework. It provides a number of frameworks, components and tools for developing complex WEB applications faster. Symfony is a project based on experience. It does not reinvent the wheel, it leverages many of the best practices available, and integrates many third-party libraries.
5. Backing up the database to an XML file
Backing up data is important, and databases are often the most important part. The consequences of losing a database are catastrophic. The above code can help you back up the database to an XML file.
6. Using PHP to compress CSS files
7.PHP Auto Prompt component
For many novices, this may be the simplest way to implement the auto-prompt feature. You just have to change some parameters.
8.XAMPP
Many people have trouble installing the development environment. XAMPP is a re-release package that can help you install apache,mysql,php and Perl at once. It's super simple to use, download, unzip, installation is done!
9.CodeIgniter
CodeIgniter is a powerful PHP framework, but it's small. It consumes less resources, develops quickly, and documents comprehensively.
10.pear.php.net
PEAR is a distribution system and framework for reusable PHP components. It can greatly simplify the work of downloading and installing development packages.
10. Caching Dynamic PHP pages
http://www.bkjia.com/PHPjc/932479.html www.bkjia.com true http://www.bkjia.com/PHPjc/932479.html techarticle 10 Simplified PHP Development tools to simplify PHP development This article describes 10 projects that can help simplify PHP development, including frameworks, class libraries, tools, and code. 1.CakePHP Development Framew ...