Download the PHP package innovationdothome/phalcon-datatables-fork without Composer
On this page you can find all versions of the php package innovationdothome/phalcon-datatables-fork. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download innovationdothome/phalcon-datatables-fork
More information about innovationdothome/phalcon-datatables-fork
Files in innovationdothome/phalcon-datatables-fork
Download innovationdothome/phalcon-datatables-fork
More information about innovationdothome/phalcon-datatables-fork
Files in innovationdothome/phalcon-datatables-fork
Vendor innovationdothome
Package phalcon-datatables-fork
Short Description DataTables adapter for Phalcon Framework
License MIT
Package phalcon-datatables-fork
Short Description DataTables adapter for Phalcon Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package phalcon-datatables-fork
About
This is a Phalcon Framework adapter for DataTables.
Support
Currently supported
- QueryBuilder interface
- ResultSet interface
- Pagination
- Global search (by value)
- Ordering
- Multiple column ordering
- Column-based search
Installation
Installation via Composer
- Install a composer
- Create
composer.json
file inside your project directory -
Paste into it
- Run
composer update
Example usage
It uses Phalcon QueryBuilder for pagination in DataTables.
In example we have a stantart MVC application, with database enabled. Don't need to provide a normal bootstrap PHP file, for Phalcon documentation, visit official site.
Controller (using QueryBuilder):
Controller (using ResultSet):
Controller (using Array):
Model:
View:
More examples
For more examples please search in site
directory.
It contains basic Phalcon bootstrap page to show all Phalcon-DataTables functionality.
All versions of phalcon-datatables-fork with dependencies
PHP Build Version
Package Version
No informations.
The package innovationdothome/phalcon-datatables-fork contains the following files
Loading the files please wait ....