AjaxCore
|
AjaxCore is a multi-purpose PHP framework that ease the development of rich AJAX ( Asynchronous JavaScript And XML ) applications, by generating the appropriate JavaScript code. AjaxCore takes all the dirty work of JavaScript code generation and provides a solid foundation. The concept is to extend a Generic AjaxCore class and defining methods that handle the AJAX driven events and binding them to HTML objects. It uses Prototype's JavaScript standard library for getting DOM (Document Object Model ) elements and handling asynchronous XMLHttpRequest One distinguish point to remark is that, by letting you Bind events on HTML objects that will execute server side code,it let's you solve any specific requirement without the hassle of coding particular JavaScript code to handle specific events.
Read The Full Review.
|
Contributions
 |
FeaturesEdit
a multi-purpose PHP framework that ease the development of rich Ajax applications, by generating the appropriate JavaScript code. AjaxCore takes all the dirty work of JavaScript code generation and provides a solid foundation. The concept is to extend a Generic AjaxCore class and defining methods that handle the Ajax driven events and binding them to HTML objects. It uses Prototype's JavaScript standard library for getting DOM (Document Object Model ) elements and handling asynchronous XMLHttpRequest One distinguish point to remark is that, by letting you Bind events on HTML objects that will execute server side code,it let's you solve any specific requirement without the hassle of coding particular JavaScript code to handle specific events.
Usage - bind ( does a bind between a html object and a php function, when a JavaScript event is triggered )
- bindTimer ( does a bind between a html object and a php function, when a JavaScript event is triggered and timer expires)
- bindPeriodicalTimer ( does a bind between a html object and a php function, when a JavaScript event is triggered and keeps repeating each time timer expires).
SamplesEdit
$ajax = new AjaxFunctions(); echo $ajax->getJSCode();
Related LinksEdit
CompetitorsEdit
|
Related Projects 
|
- PHPOpenbiz
The goal of PHPOpenbiz is to encourage developers to use XML metadata to describe objects in their applications instead of coding the objects. Metadata-based applications are easy to learn, develop and maintain.
Features: * Metadata-driven design principal. Developers declare business logic in metadata (zero-coding development)
* Model-View-Controller
Object Relational Mapping
* AJAX browser client
* Eclipse integrated authoring tool
- Symfony
Symfony is a php enterprise framework, with commonly known design patterns. Based on the best practices of web development, thoroughly tried on several active websites, symfony aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks by power, control and pleasure.
Symfony provides a lot of features seamlessly integrated together, such as:
* simple templating and helpers
* cache management
* smart URLs
* scaffolding
* multilingualism and I18N support
* object model and MVC separation
* Ajax support
* enterprise ready
Yahoo! Bookmarks is made with Symfony. - CakePHP
Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility. - Tigermouse PHP/AJAX Framework
Tigermouse is object oriented, LGPL licensed PHP/AJAX framework for development of highly interactive web applications in MVC architecture. Its main principle is to be as much client side processing independent as it is possible to provide high reliability and stability. It requires no to little Javascript coding, no manual callbacks handling and no configuration. - 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. - CAPXOUS.AutoComplete
CAPXOUS.AutoComplete is G?‡??
A handy AJAX auto complete component.
Developers could build features like area code auto complete, group code auto complete, material code auto complete, etc. with ease!
|
Discussion

|
|
|
|
|