Welcome Guest, Not a member yet? Register   Sign In
Is there a good CRUD generator for CI 2.0.2?
#1

[eluser]javidhb[/eluser]
Hi,

I've been spending a lot of time to find and test a good CRUD generator and the result was disappointing!

"Codegen" is a good one but there is a note on its page: "Use this only on localhost!"

please, help me to find a simple and SAFE CRUD generator. Because of security issues and lack of experience i need something secure to use online.

please tell me if you use any(with ci 2.0.2)...


thx in advance
#2

[eluser]felix_[/eluser]
whats about http://www.grocerycrud.com/??
#3

[eluser]javidhb[/eluser]
Thank you, they have a new release for CI 2.0.x!!!
thx again
#4

[eluser]Unknown[/eluser]
Consider also this:

CRUDDER is a plug-in module for your application that works as a CRUD solution, ideal for systems back-ends.

CRUDDER is developed using CodeIgniter and Bootstrap for look&feel;. You can develop your own skin appart from the Bootstrapped one. Full localization is possible. CRUDDER is designed to be intuitive and easy to use. The interfaces always show on-line help tips related to the CRUDDER itself and also to your database characteristics. Advanced features are available.

Defining all the table-and-field-specific metadata don't require to write code. All of this is contained in two "metatables", that can also be managed using the CRUDDER itself.

Project home (with examples): http://librerias.logicas.org/crudder/
#5

[eluser]ivantcholakov[/eluser]
I use the huge JavaScript DataTables http://datatables.net/. It is flexible enough for building CRUD interface. Here is an example of mine http://iridadesign.com/starter-public-ed...datatables.

The relevant example with server-side processing http://iridadesign.com/starter-public-ed...tables/ssp does not work on my demo server, you may see it by running the platform locally. Visually it is the same as the previous. For easing server-side processing development I have created a special library: https://github.com/ivantcholakov/starter...atable.php.

The pages "Add/Edit" should be built manually, I prefer it this way.

This is not an out-of-the-box solution, experience about DataTables is needed.




Theme © iAndrew 2016 - Forum software by © MyBB