EllisLab text mark
Advanced Search
1 of 3
1
   
Carbogrid - datagrid and CRUD
Posted: 09 July 2010 08:44 AM   [ Ignore ]
Joined: 2008-10-20
17 posts

CarboGrid is a datagrid and CRUD (create/update/delete) for CodeIgniter >= 2.0

Carbogrid 0.9 is out.

What changed?

- Instead of setup stored in the database, the Carbogrid library is initialized with a config array
- Multiple grids per page are now supported
- Full ajax history
- Filtering now supports different operators (=, !=, <, <=, >, >=, like, not like, starts, ends)
- Multi-column sort
- New types: date, time, datetime, experimental file upload

Carbogrid is hosted now on Google Code and has a new site at carbogrid.com

Visit the site to download, try the live demo and read the documentation

 
Posted: 11 July 2010 10:03 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Joined: 2009-12-11
49 posts

So, how about binding Datatables Jquery plugin and Datamapper Overzealous Edition ORM… and building something great outta that.

 
Posted: 11 July 2010 01:54 PM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Joined: 2009-12-11
49 posts

Been through your site. Great job! Forget Datatables… but I would still like to see it integrated with DMZ

 
Posted: 12 July 2010 02:52 AM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Joined: 2008-10-20
17 posts

Thanks for the reply and advice, happydude. I will think about the DMZ integration as an option. In the meantime i would like to proceed with developing the CarboModel, which is not exactly an ORM, but will have the same benefits + form generation. The main advantage compared to DMZ would be, that I don’t have to create a new model, every time I add a new table, i only have to make the setup in the database ( = no changes in the source code). I will release a preview of CarboModel within the next few days.
Anyway, DMZ is still a good idea, expecially for those, who are already using it and would like to use CarboGrid.

 
Posted: 12 July 2010 05:56 AM   [ Ignore ]   [ # 4 ]   [ Rating: 0 ]
Joined: 2009-12-11
49 posts

I really need this kind of grid system for a project I’m presently working on. When do you project CarboModel will be ready?

 
Posted: 12 July 2010 08:20 AM   [ Ignore ]   [ # 5 ]   [ Rating: 0 ]
Joined: 2008-08-31
31 posts

Excellent!!!waiting for the upcoming features!!!

 
Posted: 12 July 2010 06:41 PM   [ Ignore ]   [ # 6 ]   [ Rating: 0 ]
Joined: 2010-03-03
1 posts

I haven’t tested it yet, but checked out the demo. Love it specially the example with CarboModel. Waiting for the full release. This will be very helpful I guess.

 
Posted: 13 July 2010 02:32 AM   [ Ignore ]   [ # 7 ]   [ Rating: 0 ]
Joined: 2008-10-20
17 posts

Thanks for the feedbacks.
@happydude: Ready with full features… i don’t know, i’m doing it in my spare time. But I try to make a useful release next week I hope. Unfortunatly we had a server failure at the company I work for, so this gives me I few days of hard work, no time for fun.

 
Posted: 23 July 2010 03:16 PM   [ Ignore ]   [ # 8 ]   [ Rating: 0 ]
Avatar
Joined: 2010-07-23
1 posts

How to develop the carbo model, which is equal to 1 in the example model, since already appreciate the attention

 
Posted: 01 October 2010 01:45 PM   [ Ignore ]   [ # 9 ]   [ Rating: 0 ]
Joined: 2008-10-20
17 posts

Long time no updates… Things are getting crazy over here in Romania and I have to work hard for a living, no time for my project.. :(

Anyway, I released version 0.8, which includes now CarboModel with some basic features. The main idea is, to be able to add/edit/delete more tables and fields based on a database setup, without the need to modify the application code for every new table and/or field you add.

Now you are able to create new tables and fields, you can define relationships within tables (no database relations are created for now, foreign key integrity is maintained in the model), and some validation rules for the fields.

So that’s it for now, check out http://carbogrid.sourceforge.net/tables/ to see and understand more. Download is also available. Update scripts will not be available until something production ready comes out.

 
Posted: 25 October 2010 12:55 PM   [ Ignore ]   [ # 10 ]   [ Rating: 0 ]
Joined: 2010-10-25
3 posts

nice!

 
Posted: 22 March 2011 05:20 PM   [ Ignore ]   [ # 11 ]   [ Rating: 0 ]
Joined: 2010-04-13
54 posts

I am trying to utilize your carbogrid because it is the best one out there compared to what I need. I have installed all the files but I am trying to figure out how to use it for my existing tables.

 Signature 

Newbie Programmer
Owner,KD- Kre8iv Designs of Texas, LLC
http://www.kre8ivdesigns.com

 
Posted: 22 March 2011 11:25 PM   [ Ignore ]   [ # 12 ]   [ Rating: 0 ]
Joined: 2010-04-13
54 posts

Ok I figured what I needed to do. Loving CarboGrid still working the model aspect.

I have figured out how to add rows but the problem I am working is how to delete and edit a single row. Based off the jquery the delete links post the row number and not the id of the table row. What do I need to do to change that? I am java newbie Thanks.

 Signature 

Newbie Programmer
Owner,KD- Kre8iv Designs of Texas, LLC
http://www.kre8ivdesigns.com

 
Posted: 29 March 2011 03:37 AM   [ Ignore ]   [ # 13 ]   [ Rating: 0 ]
Joined: 2008-10-20
17 posts

You pass the data in an array for the grid, right? Make sure that the array is an associative array which has your id as key (instead of index). E.g $data[124] = array(...)

Anyway, CarboGrid is under major changes, the current version isn’t too flexible and has some issues. It will take a config array as paramater and will generate the CRUD querys based on config. Built in database setup will be dropped for a while.

Maybe in a few weeks I can come up with something.

Cheers

 
Posted: 01 April 2011 02:50 AM   [ Ignore ]   [ # 14 ]   [ Rating: 0 ]
Joined: 2010-04-13
54 posts

Yeah what I did was taken the id from the row and used that to find the user id and deleted info that way.

 Signature 

Newbie Programmer
Owner,KD- Kre8iv Designs of Texas, LLC
http://www.kre8ivdesigns.com

 
Posted: 24 January 2012 03:33 AM   [ Ignore ]   [ # 15 ]   [ Rating: 0 ]
Joined: 2008-10-20
17 posts

Carbogrid 0.9 is out.

What changed?

- Instead of setup stored in the database, the Carbogrid library is initialized with a config array
- Multiple grids per page are now supported
- Full ajax history
- Filtering now supports different operators (=, !=, <, <=, >, >=, like, not like, starts, ends)
- Multi-column sort
- New types: date, time, datetime, experimental file upload

Carbogrid is hosted now on Google Code and has a new site at carbogrid.com

Visit the site to download, try the live demo and read the documentation

 
1 of 3
1