资 源 简 介
Welcome to Orange PHP Framework
What is Orange PHP Framework?
Orange is a modern PHP framework built from the ground up with simplicity and code reuse in mind. While it is a standard Model-View-Controller framework, its solution to many web development problems is new and fresh.
Main Features
Model-View-Controller
MVC architecture forces separation of logic, presentation and data.
SQL Query Builder
With a flexible syntax reminiscent of LINQ, you will be able to securely query the database without writing any SQL.
Highly Extensible
Points of extensibility include plugins, custom form components, custom helpers, custom views and, of course, modules (see Design Goals).
Validation
By adding a few rules to your form inputs, you will get validation on the server side as well as on the client side.
Built-in Ajax Support
Automatically update page fragments