CodeIgniter Forums
Generating admin backend with CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Generating admin backend with CI (/showthread.php?tid=35955)



Generating admin backend with CI - El Forum - 11-16-2010

[eluser]ReyPM[/eluser]
Hi every:
I need a faster way to create a admin backend with basic functionalities meaning CRUD. In older version of CI exists Scafolding but now surprise it was deprecated. My question is: exists any way to generate the admin now?

Cheers and thanks in advance


Generating admin backend with CI - El Forum - 11-16-2010

[eluser]pbreit[/eluser]
If you just need a replacement for scaffolding, I would suggest PHPMyAdmin.

You might also have a look at Backend Pro:
http://ellislab.com/forums/viewthread/76078/


Generating admin backend with CI - El Forum - 01-29-2011

[eluser]TayloeGray[/eluser]
I am new to CI and wanted to know if there was an official way to create CRUD screens that writes the models and views to the file system. I am looking to jump start my code development and not create each admin screen from scratch. I want to be able to change the text files how ever once I get going.

I do not want something that generates the code every time , but something that will dump out the text files for me to edit and hack away at.

I am looking at something like this : ci-scaffold http://code.google.com/p/ci-scaffold/

Are there any other options out there to get me started with the CRUD screens.

thanks,

Andrew


Generating admin backend with CI - El Forum - 01-29-2011

[eluser]ururk[/eluser]
[quote author="TayloeGray" date="1296345389"]I am new to CI and wanted to know if there was an official way to create CRUD screens that writes the models and views to the file system. I am looking to jump start my code development and not create each admin screen from scratch. I want to be able to change the text files how ever once I get going.

I do not want something that generates the code every time , but something that will dump out the text files for me to edit and hack away at.

I am looking at something like this : ci-scaffold http://code.google.com/p/ci-scaffold/

Are there any other options out there to get me started with the CRUD screens.

thanks,

Andrew[/quote]
Form Igniter should get you started: http://formigniter.org/

There is a thread in this forum. It does require some manual manipulation after the fact (eg, it only does C).