Wednesday, November 19, 2014

Grocery CRUD : Best Library CRUD for Code Igniter

Grocery CRUD : Best Library CRUD for Code Igniter
blogdephp
CRUD is Create, Read, Update and Delete most important thing that we in the management of data in a database. This time I will discuss Grocery CRUD. Why?. Because Grocery Crud CRUD library is one of the best for CodeIginter Framework. Grocery CRUD is an open source library that makes a developer's life Easier. Just few lines of code and you can create a stable full CRUD with nice views. A completely automatic system that even a newbie in PHP can work with.


Like the proverbial Grocery Crud

Create a full stable CRUD in just 30 seconds

Grocery CRUD has a lot of advantages over other CRUD library.
The simplest example. Just one line of code!
Just 1 line of code and you will have a full CRUD. In this example I set the table name (offices) and I get the default CRUD with add-edit and delete (create-update-delete) All the views are ready and you don't need anything else...
Do not worry as they are callbacks almost everywhere
Everything is automated but you are free to change almost everything. You can customize columns, fields and all the operations with a quick callback. There are several examples to understand how callbacks work.
Everything that you are looking for is here... all in a box
View all the CRUD functions and descriptions for each function in one page. Every method and function that you can use for grocery CRUD you can easily find it at the API that also includes examples.
Why do we have to use Grocery CRUD?
Grocery CRUD is not just another CRUD generator or just another codeigniter grid generator. It is a totally different idea and... more simple idea! With few simple PHP lines of code you can have all the functionality that you need to create your CRUD. So this means you don't have to copy the same Javascripts,CSS, views,models,vaildation rules,html code, grid, upload functionality ... e.t.c . again and again. To create again a CRUD for a different table you will just need simple PHP lines of code.

The good part is that you don't even have to change the CSS to make it more user friendly. Grocery CRUD is ready for the production mode with all the required security and views.

Grocery CRUD is an automatic CRUD generator and it can cover almost all your needs for a CRUD system (simple or complex one) as it has many features and still keep going.

Some of the main features of grocery CRUD are:
  • datagrid listing with paging, sorting, searching by field and search for all with ajax (flexigrid theme) or instant javascript scripting (datatables theme)
  • automatic creation of inputs by field type. Till now the field types that auto-generate different inputs are: integer, string, text, date, datetime, set, enum, true_false(0 or 1), hidden, password and readonly
  • database relation 1-1 , 1-n and n-n , automatically with just one line of code
  • changing themes easlily, so far there are two themes , datatables and flexigrid
  • validation form with client side validation and server side validation
  • adding your own validation rules
  • flexibility to choose columns and fields that you want to add to your table
  • unset operation like unset add, edit or delete
  • callbacks almost everywhere to do your own customizations
  • changing the auto generate field type, for example a text field can transform easily to date field
  • want to do something more complex? In grocery CRUD you can add your own model by extending the basic model
  • works fine with all the modern browsers, such as: Mozilla Firefox, Google Chrome,Opera, Safari, Internet Explorer 8 or later and works fine for all the modern OS systems such as Windows, Linux, MACOS
  • mobile compatible, works fine with the default browsers of Android , Windows and Apple mobiles
  • multilingual functionality. Till now translated to 25 languages:
    • Afrikaans, Arabic, Bulgarian, Catalan, Chinese, Danish, Dutch, English, French, German, Greek, Indonesian, Italian, Japanese, Persian, Polish, pt-BR.portuguese, pt-PT.portuguese, Romanian, Russian, Spanish, Thai, Turkish, Ukrainian, Vietnamese.
There are so many advantages of grocey CRUD yes. Hope can add to your knowledge. Very easy to use Grocery CRUD in CodeIgniter. We do not need hard make CRUD Manual

You can learn more about CI at jembatankali.com
No comments :

No comments :

Post a Comment