Coder Social home page Coder Social logo

codeigniter-crud-generator's Introduction

Codeigniter CRUD Generator 1.3

About :

Codeigniter CRUD Generator is a simple tool to auto generate model, controller and view from your table. This tool will boost your writing code. This CRUD generator will make a complete CRUD operation, pagination, search, form*, form validation, export to excel and export to word. This CRUD Generator using bootstrap 3 style. You still need to modify the result code for more customization.

*generate textarea and text input only

Please visit and like harviacode.com for more info and PHP tutorials.

How to use this CRUD Generator :

  1. Simply put 'harviacode' folder, 'asset' folder and .htaccess file into your codeigniter root folder.
  2. Change database configuration in harviacode/lib/config.php.
  3. Open http://localhost/codeigniter/harviacode.
  4. Write your table name, choose codeigniter version and push generate button.
  5. That steps will generate this following files :
  • ../application/models/tablename_model.php
  • ../application/controllers/tablename.php
  • ../application/views/tablename_list.php
  • ../application/views/tablename_form.php
  • ../application/views/tablename_read.php
  • ../application/config/pagination.php

Important :

  • On application/config/autoload.php, load database library, session library and url helper.
  • On application/config/config.php, set $config['index_page'] = '', $config['url_suffix'] = '.html' and $config['encryption_key'] = 'randomstring'
  • On application/config/database.php, set hostname, username, password and database

Update

V.1.2 - 25 June 2015

  • Add custom target folder
  • Add export to excel
  • Add export to word

V.1.1 - 21 May 2015

  • Add custom controller name and custom model name
  • Add client side datatables

Copyright 2015 harviacode.com

codeigniter-crud-generator's People

Contributors

harviacode avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.