Welcome Guest, Not a member yet? Register   Sign In
any library available for CRUD, Scaffolding, RBAC, Webmin in Code Igniter?
#1

[eluser]Bad Penguin[/eluser]
is there an already existing CodeIgniter library
that already provide:
- CRUD/Scaffolding operations over tables, queries and relations of any kind?
- RBAC/Webmin user/group/profiles/roles management?

i need something that has the same functions as:
- http://www.atk-framework.com/wiki/Relations
- http://www.webmin.com
- http://www.sugarcrm.com

because
i need to implement a backoffice for a CMS/ECM/ERP application
and, of cource, i don’t want to re-invent the wheel.

for frontoffice i'm happy with plain CI core libraries Smile
#2

[eluser]web-johnny[/eluser]
[quote author="Bad Penguin" date="1297395657"]is there an already existing CodeIgniter library
that already provide:
- CRUD/Scaffolding operations over tables, queries and relations of any kind?
- RBAC/Webmin user/group/profiles/roles management?

i need something that has the same functions as:
- http://www.atk-framework.com/wiki/Relations
- http://www.webmin.com
- http://www.sugarcrm.com

because
i need to implement a backoffice for a CMS/ECM/ERP application
and, of cource, i don’t want to re-invent the wheel.

for frontoffice i'm happy with plain CI core libraries Smile[/quote]

I've created a crud of my own . It's still version 0.8 but its stable and works fine, you can try it or take ideas http://ellislab.com/forums/viewthread/176885/
#3

[eluser]Basketcasesoftware[/eluser]
Just a note that scaffolding was long deprecated in CodeIgniter and in the current version completely dropped.
And @web-johnny just above this post has a very good CI CRUD from what I've read so far. I'm drooling in anticipation for when finishes updating it for 2.0 :cheese:
#4

[eluser]Bad Penguin[/eluser]
[quote author="web-johnny" date="1298524061"]
I've created a crud of my own . It's still version 0.8 but its stable and works fine, you can try it or take ideas http://ellislab.com/forums/viewthread/176885/[/quote]

Nice work but its way too simple!

I've already an implementation of my own more complex, see
http://www.badpenguin.org/frad-php-agile-rad-framework

but since i'm a single developer i prefer to use some stable and already maintened project since my webapps usually are used for likes 10 years Smile
#5

[eluser]web-johnny[/eluser]
You can see the new version of grocery CRUD . It is designed for more complex CRUDs , as yours. It has also themes ( 2 for now on ) flexigrid and datatables. Also you can work with the form validation of codeigniter ( the function set_rules). It works fine for codeigniter 1.7.x or later.

You can see it by clicking here




Theme © iAndrew 2016 - Forum software by © MyBB