Welcome Guest, Not a member yet? Register   Sign In
Generating admin backend with CI
#1

[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
#2

[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/
#3

[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
#4

[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).




Theme © iAndrew 2016 - Forum software by © MyBB