groceryCRUD version 0.8 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: groceryCRUD version 0.8 (/showthread.php?tid=37115) |
groceryCRUD version 0.8 - El Forum - 12-28-2010 [eluser]web-johnny[/eluser] grocery CRUD version 0.8 does not exist anymore. The new codeigniter grocery CRUD v.1.x is on grocery CRUD v.1.1 forum thread Enjoy... groceryCRUD version 0.8 - El Forum - 12-31-2010 [eluser]RaZoR LeGaCy[/eluser] Wow examples look great. groceryCRUD version 0.8 - El Forum - 12-31-2010 [eluser]web-johnny[/eluser] Thanks :-) groceryCRUD version 0.8 - El Forum - 12-31-2010 [eluser]keiichi[/eluser] Best codeigniter CRUD ever!! Thankyou groceryCRUD version 0.8 - El Forum - 12-31-2010 [eluser]Sire[/eluser] Looks interesting, thanks. Is the code documented in the comments or will you be documenting the methods? groceryCRUD version 0.8 - El Forum - 12-31-2010 [eluser]web-johnny[/eluser] Still the documentation is poor . Even in the functions I didn't put enough comments to understand exactly . Soon I hope I found time to write the documentation . I will write it in my user guide and over the functions. groceryCRUD version 0.8 - El Forum - 01-17-2011 [eluser]kimy_cool[/eluser] Very new to CI and i was just about to write my own CRUD when bumped into this one. I have downloaded the same into my brand new CI installation for testing. What config changes are required on the system/application/config folder files? Am getting this error after copying the folders in the system/application/ folder Quote:Fatal error: Call to a member function file() on a non-object in C:\xampp\htdocs\CI\system\application\libraries\MY_Output.php on line 282 What might I be doing wrong? -K groceryCRUD version 0.8 - El Forum - 01-17-2011 [eluser]web-johnny[/eluser] You have to copy those files to the root of your project. And not to the system/application. For example if your project it is something like this: [ ] index.php 02-Dec-2010 11:24 3.2K [TXT] license.txt 02-Dec-2010 11:38 2.4K [DIR] system/ 12-Jul-2010 11:03 - When you copy the GroceryCrud files it will be something like this: [ ] index.php 02-Dec-2010 11:24 3.2K [TXT] license.txt 02-Dec-2010 11:38 2.4K [DIR] public/ 25-Dec-2010 17:16 - [DIR] system/ 12-Jul-2010 11:03 - [DIR] templates/ 25-May-2010 13:31 - Hope it helps. If again the same problem appears try to donwload this file and replace the MY_Output.php file groceryCRUD version 0.8 - El Forum - 01-17-2011 [eluser]web-johnny[/eluser] If this helps you, my config.php begins with the code below... Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); groceryCRUD version 0.8 - El Forum - 01-17-2011 [eluser]Apocryphon[/eluser] This is a really great example! The documentation may be incomplete, but what you have up so far is still really good to learn from. The only I don't understand is what is the set_relation() function for? |