Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | What is the best PHP grid crud postgresql class? | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
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 | by Manuel Lemos 11100 - 2 months ago (2015-12-13) Comment 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 | |
|