PHP development framework ginkgo v0.1.1 released

v0.1.1

  • The name of the operation of the controller  下划线 to change to separate words  下划线 or  连字符 word delimiter, such as: hello_world and  hello-world are effective
  • Increase the module name, the name of the controller  连字符 automatically replaced with  下划线 the function
  • Improve PDO prepared statements, the system automatically generates a name binding problem statement prone to conflict
  • Plug  config.inc.php change  config.json, opts.json change  opts_var.json, opts.inc.php change opts.json
  • Fix the problem when the debug mode is off error logs can not record error details
  • Static properties and static methods improve part of the class
  • Http support for custom error page, such as: 404, 500 errors
  • Improved URL routing resolution, and injected URL parameters obtained to resolve  $_GET the variable
  • Fix the problem is not obtainable in accordance with routing acquisition parameters, while a value of 0
  • ubbcode increase the reference block (blockquote) support
  • Commonly used functions  ginkgo\Func like increased  strSecret functions for hiding sensitive characters, such as mobile phone number:139 **** 8888
  • Multi-language support  ginkgo\Lang class  getCurrent method of increasing the three parameters, coded in different languages for display
  • Repair verification class  ginkgo\Validate in question to verify the type number, the variable is numeric error
  • To verify the type  ginkgo\Validate of Language Examples $obj_lang
  • Validation class  ginkgo\Validate verifiable array
  • View class repair  ginkgo\View the problem can not be achieved replacing normal output
  • Html class repair  ginkgo\Html the problem the wrong filter brackets
  • Json class to solve  ginkgo\Json the problem of decoding failure return value is not an array
  • Restore the routing class  ginkgo\Route named error in the original route routeOrig
  • Repair Routing  ginkgo\Route parameters out of order errors occur when binding module
  • Configuration class is  ginkgo\Config increased write method
  • ./const.php Files add some constants for time calculations

 


 

Less is more

ginkgo is a free open source lightweight PHP development framework. Its evolution from baigo several open source PHP system. Simple, easy to use for the design, development objectives, in line with standard network. Installation is simple to deploy, simple to use. Follow Apache2 open source license agreement released, which means free access to the ginkgo, and even allows applications based on open source or commercial development of ginkgo release. ginkgo supported composer.

ginkgo using MVC (Model-View-Controller) pattern developed, relatively independent of each module, provided to facilitate the upgrade.

 


 

ginkgo environmental requirements are as follows

  • PHP >= 5.3.0
  • PDO PHP Extension
  • GD PHP Extension
  • MBstring PHP Extension
  • cURL PHP Extension

Guess you like

Origin www.oschina.net/news/113765/ginkgo-php-0-1-1-released