groceryCRUD version 0.8 |
[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...
[eluser]Sire[/eluser]
Looks interesting, thanks. Is the code documented in the comments or will you be documenting the methods?
[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.
[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
[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
[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');
[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? |
Welcome Guest, Not a member yet? Register Sign In |