Welcome Guest, Not a member yet? Register   Sign In
EasyIgniter CRUD generator
#1

[eluser]Brunfb[/eluser]
Hello guys, I'm new in CodeIgniter, I don't know if my codes are right, for this I posted here.

I am a person who loves challenges and I developed a CRUD generator to CodeIgniter framework, visit http://digitalfactorys.com/easy/ to download and view more information.

About
Easy Igniter is the most easy way to generate a CRUD to CodeIgniter framework. Developed with JAVA, you need to install the JRE (Java Runtime Enviorment) - include in the recent Operations Systems - if you don`t have the JRE you can download.

Instructions
You can generate how many applications do you want, but you need to follow some rules. Are this:

* Your tables need to have a "id" field (the name of the field needs to be id);
* Use simple names to your constrollers/models (example: posts, users, projects), the application will rename them;
* In Easy Igniter folder has a CodeIgniter application, after you generated your codes, you need to configure the database file (database.php) and the config file (config.php). If the CodeIgniter version is out, you can download the newest version and use the codes generated;
* The Easy Igniter interface can be modify, the css file and the images folder are in the root of the application folder. Just edit!

How to start
Download the Easy Igniter and extract the files, open the Prompt (Windows) or Terminal (Linux and Mac OSX), go to the Easy Igniter extracted folder and type java -jar startEasyIgniter.jar, press Enter and start to create your files.

Comments
The application is in testing, the next step is to implement the validations of fields and pagination. If you can test and report errors / bugs or leave your comment or your suggestion I will be grateful.
The methods name are in portuguese, if it's necessary I will go to translate to english. Example: to view the method "list" you need to access http://localhost/yourfolder/yourcontroller/listar

Demo link: click here

Sorry for english.

Thanks.
#2

[eluser]mdgrech[/eluser]
Hey guy, very cool! Any chance of this becoming a web app?
#3

[eluser]pbreit[/eluser]
A Java app for generating CodeIgniter CRUD?
#4

[eluser]Brunfb[/eluser]
[quote author="mdgrech" date="1288164785"]Hey guy, very cool! Any chance of this becoming a web app?[/quote]
I didn't think about this, but It's a good idea. I will think.

[quote author="pbreit" date="1288173817"]A Java app for generating CodeIgniter CRUD?[/quote]
Yes, developed with JAVA. Very similiar with the Cake Bake (CakePHP CRUD generator).
#5

[eluser]Brunfb[/eluser]
A demonstration can be given at this link http://digitalfactorys.com/easy/example/articles/listar.




Theme © iAndrew 2016 - Forum software by © MyBB