Recommend this page to a friend! |
All requests ![]() |
> | What is the best PHP grid crud postgr... | > | Request new recommendation | > | ![]() |
> | ![]() |
by Eduardo Carranza - 7 years ago (2015-12-09)
+6 | I would like to have a CRUD and that displays data in grids from a records of tables of a PostgreSQL database. |
0 |
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. |
1. by Christos Michail - 5 years ago (2018-04-22) Reply
Manuel Lemos is one of the best programmers i have seen.
Recommend package | |
|