Installing Grocery CRUD
- Single Page
Posted 22 May 2012 - 22:01 PM
I am brand new to codeigniter, and trying to install grocery CRUD. I have installed CI and pasted groceryCRUD files in the same folder, but not sure what to do after this point.
How do I make views etc., or check that groceryCRUD is working ?
Posted 22 May 2012 - 22:22 PM
Hi,
I am brand new to codeigniter, and trying to install grocery CRUD. I have installed CI and pasted groceryCRUD files in the same folder, but not sure what to do after this point.
How do I make views etc., or check that groceryCRUD is working ?
[/quote]
[member='fake_name_2'] I have a full tutorial for totally new people at codeigniter framework you can check it here: http://www.grocerycrud.com/documentation/create-crud-codeigniter-tutorial
Posted 22 May 2012 - 22:26 PM
Posted 22 May 2012 - 22:37 PM
One question. Where do I download files like flexigrid.php, foreign_chars.php etc which are not a part of either CI and GC, and which version?
Thanks
Posted 22 May 2012 - 22:40 PM
website_folder/
–––– application/
–––––––– config/
–––––––––––– autoload.php
–––––––––––– ...
–––––––––––– datatables.php
–––––––––––– doctypes.php
–––––––––––– flexigrid.php
–––––––––––– foreign_chars.php
–––––––––––– grocery_crud.php
–––––––––––– ...
–––––––– controllers/
–––––––––––– examples.php
–––––––––––– index.html
–––––––––––– welcome.php
–––––––– libraries/
–––––––––––– grocery_crud.php
–––––––––––– index.html
–––––––– models/
–––––––––––– grocery_crud_model.php
–––––––––––– index.html
–––––––– views/
–––––––––––– example.php
–––––––––––– index.html
–––––––––––– welcome_message.php
–––– assets/
–––––––– grocery_crud/
–––––––––––– css/
–––––––––––– js/
–––––––––––– texteditor/
–––––––––––– themes/
–––––––– uploads/
–––––––– index.html
–––– system/
–––– user_guide/
–––– change_log.txt
–––– example_database.sql
–––– index.php
–––– licence-grocery-crud.txt
–––– license.txt
for more you can also check http://www.grocerycr...er_installation
Posted 22 May 2012 - 22:42 PM
I'll need to study it now.
Thanks for your help and GC and great tutorial :-)