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 
|
- 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. - 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. - QuTags - PHP Style AJAX
PHP & C Module that is AJAX for PHP, with no JAX. You don't even have to know what AJAX or JavaScript is about. QuTags requires no knowledge of JS/XML or AJAX; just PHP is enough. Simply, QuTags maximize application performance and minimize development time. - SMF
Simple Machines Forum — SMF in short — is a free, professional grade software package that allows you to set up your own online community within minutes.
Its powerful custom made template engine puts you in full control of the lay-out of your message board and with our unique SSI - or Server Side Includes - function you can let your forum and your website interact with each other.
SMF is written in the popular language PHP and uses a MySQL database. It is designed to provide you with all the features you need from a bulletin board while having an absolute minimal impact on the resources of the server. SMF is the next generation of forum software - and best of all it is and will always remain completely free! - 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. - Feather Ajax 1.1
Are you wanting to jump on the ajax bandwagon, but you don't want to sacrifice your load time? I've created an easy-to-use ajax library that is less than 1KB. I'll teach you how it works, so you can either use my library, or revise what I've done and create your own.
|
Discussion

|
|
|
|
|