Contributions
 |
FeaturesEdit
- Clean Code / Database / Display logic seperation with Hierarchical MVC
- Page / method / variable chains (i.e.: /articles/read/10/comment/35)
- Search engine friendly & clean URLs without creating dozens of rewrite rules
- View / Variable inheritance during application flow
- Rapid and intuitive development process
- User permission handling
- Outside variable handling ($_GET, $_POST, $_REQUEST, $_COOKIE, etc.)
- Form handling and processing
- Session handling
- Configuration file handling
- DRY and KISS principles
- Support for web trends (i.e. AJAX)
- Database independance & object persistance
- Human-readable manual and example applications
- Loose-coupled components with possibility of choice and extensions
- Portability, easy setup and configuration (changing app location will not require changing any configs, except for .htaccess RewriteBase, which is optional)
SamplesEdit
Related LinksEdit
CompetitorsEdit
|
Related Projects 
|
- Sajax
Sajax is an open source tool to make programming websites using the Ajax framework G?‡?¶ also known as XMLHTTPRequest or remote scripting G?‡?¶ as easy as possible. Sajax makes it easy to call PHP, Perl or Python functions from your webpages via JavaScript without performing a browser refresh. The toolkit does 99% of the work for you so you have no excuse to not use it. - AjaxSeed
Super AJAX Programming Seed is a little program that illustrates a simple implementation of AJAX technology using HTML and PHP, and offers suggestions for how to use the technology to make highly dynamic Web applications from scratch. - JPSPAN
JPSPAN provides tools to "hook up" PHP and Javascript, for the purpose of fetching data from PHP into a web page which has already loaded, without reloading the entire page. It allows you to call remote PHP objects as local Javascript objects
- CAPXOUS AutoComplete
CAPXOUS AutoComplete is an AJAX suggestion component. You may have already tasted this impressive feature on web sites like Google GMail or in business applications like SAP.
Now you can have this feature in your applications. You can use it for searching airports, dealers, hotels, hospitals, products, email messages or phone numbers etc. Try demos below. - ProtoJax
ProtoJax is an object oriented AJAX framework with PHP backend for development of web2.0 webpages or web applications. It has been built around Prototype javascript library. Light-weight, plugin system! With script.aculo.us plugin. - AJAX Spell
Use AJAX spell checker to check the spelling of tex areas, like gmail message composer, using PHP, Javascript, and pspell / aspell.
|
Discussion

|
|
|