CRUD generator for Codeigniter v0.7

CRUD generator for Codeigniter generates code for creating, reading, updating, and deleting database table entries.
The Generator will create the following files.
  1. Views
    1. {Controller_name}/list.php
    2. {Controller_name}/add.php
    3. {Controller_name}/edit.php
  2. Model
    1. Codegen_model.php -> a generic model, you can use you own model if you want.
  3. Controller
    1. {Controller_name}.php
VIEW DEMO HERE
DOWNLOAD
INSTALLATION

Details

  1. This is not scaffolding!
  2. Generates simple code
  3. Adds a form_validation.php under the config file so you can call it in any of your controller.
  4. The generator creates a generic controller, model and views in which you can edit and customized.
  5. You can customized the Table Header based using Aliases , see controller comments.
  6. Straight forward
  7. Pagination
  8. No CSS, No Images!

Installation:

1. Unzip the files and copy it in htdocs, htdocs/codegen/
2. Configure the database then go to http://localhost/codegen/crud/
3. That's it!

Change Log Version 0.7 - January 28, 2012

- ADDED -
Views are now saved in a folder separately

Change Log Version 0.6 - August 15, 2011

Now compatible with CI 2.02
- FIXED -
unknown error occurred when editing a table that has a password field
- FIXED -
form_validation will not be overwritten, appends new rules and updates the old rule on duplicate
- FIXED -
offset errors when the table has no data

Change Log Version 0.5 - April 3, 2011

Now compatible with CI 2.01
Renamed model to codegen_model.php from crud_model.php
Will Overwrite files - see comments to disable it

Other notes

Use this in localhost only!
Sumber :  http://projects.keithics.com/

0 Response to "CRUD generator for Codeigniter v0.7"

Posting Komentar