Recommend this page to a friend! | ![]() |
![]() |
All requests ![]() |
> | What is the best PHP grid crud postgresql class? | > | Request new recommendation | > | ![]() |
> | ![]() |
||
by Eduardo Carranza - 2 months ago (2015-12-09) grid crud postgresql
+2 | I would like to have a CRUD and that displays data in grids from a records of tables of a PostgreSQL database. |
+1 |
The forms class comes with a plugin to implement CRUD interfaces. You can use your own data source class to integrate with any type of storage including PostgreSQL. The example script for this plugin uses a data source class that stores data in session variables using a separate model class. But you can use it as base of your own data source class and adapt the model class to store data in PostgreSQL databases. You can see this CRUD example script running live here. It is a simple blogging system. |
Recommend package | |
|