The CanPHP framework (CP for short) is a simple, free, practical and efficient PHP framework. The CanPHP framework is mainly application-oriented and does not focus on OOP, MVC, or design patterns. It is eclectic and strives to complete project development simply, quickly, and with high quality. It is the preferred PHP framework for small and medium-sized project development. CanPHP Framework (CP) Features:
As long as you can output hello world, you can easily learn the CP framework and improve your PHP level!
Whether you are working on a large project, a small project or secondary development of an open source system, the CP framework can help you.
CanPHP framework v1.3 upgrade log: 2011-06-25
1 Modify the default configuration loading method. The default configuration is written as static class cpConfig.class.php
2 Add the plug-in management control class Plugin.class.php to the lib directory
3. Add template tag custom parsing interface tpl_parse_ext($template), you can DIY template tags at will
4. Add the extend.php extension function file to the ext directory. It will be loaded by default, leaving it for user-defined functions.
5 The filter function file filter.function.php is merged into common.function.php
6 Optimize the find() and fix the insert() method return bug of the cpModel model class
7 Fixed deletion static cache bug
8 Common function library common.function.php adds del_dir() function