Recommend this page to a friend! |
Classes of Thierry Feuzeu | Jaxon Armada | README.md | Download |
|
DownloadJaxon ArmadaJaxon is an open source PHP library for easily creating Ajax web applications. It allows into a web page to make direct Ajax calls to PHP classes that will in turn update its content, without reloading the entire page. This package provides advanced features for Jaxon-based applications. The Jaxon classes in an Armada-based application inherit from Views and sessionsArmada provides a common API for views, that can be used with various template engines: Smarty, Twig, Blade and Dwoo, among others. Armada also provides a simple API for storing and retrieving data from user sessions. The views and sessions APIs in Armada are the same as in framework integration packages. Request and Paginator factoriesThe Request and Paginator factories create a request (resp. a list of requests) to a method in a Jaxon class. Both implement a fluent interface which transform a call to a method into a request to the same method in the linked class. DocumentationThe Armada documentation is available in English and French. Some sample codes are provided in the jaxon-php/jaxon-examples package, and demonstrated in the website. Contribute
LicenseThe project is licensed under the BSD license. |