Home | Projects | Tutorials | Articles | live chat | Submit Project | Big Vote
 
Ajax Projects
.NET Frameworks
Java Frameworks
PHP Frameworks
Ruby Frameworks
Other Frameworks
Cool AJAX sites
Ajax Resources
Ajax Tools
JavaScript frameworks
Western Digital Hard drive recovery

 Home / Projects / PHP Frameworks / AjaxCore

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.




Project Name :AjaxCore

Website URL : http://sourceforge.net/projects/ajaxcore/

 Alexa

  


Statistics about this project website from Alexa

wikipedia  Contributions

  

Features

Edit


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).

Samples

Edit


$ajax = new AjaxFunctions();
echo $ajax->getJSCode();

Related Links

Edit


Competitors

Edit


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

  


neon Says:
Wed Jul 29, 2009 9:37 pm



*Your site is very easy in terms of expression and open. I think everyone who enters your site is very gratifying, but also sharing a very nice opportunity to give ...

Leave Your Comment

Name (Required)
Mail (will not be published) (required)
Website
AddThis Social Bookmark Button
Top Projects
MSN Web Messenger
MessengerFX
ebuddy
e-messenger
ILoveIM
You Tube
AJAX file upload
KoolIM.com
Meebo
Ajax.NET Professional
Tutorials
Implementing simple AJAX interaction in your Web Application using XMLHttpRequest object
AJAX PHP MySQL Select Query
JSON Pickle: Serialize your complex Python objects to JSON
Using strongly Typed HTML/AJAX Helpers with ASP.NET MVC
Ingrid Table jQuery Plugin
Creating A Draggable Sitemap With JQuery
File Upload with AJAX.NET Progress Bar
Using MooTools Periodicals
Playing Accordion With CSS and jQuery
Handling array of HTML Form Elements in JavaScript and PHP