Successfully Install like a boss
- Single Page
Posted 03 March 2012 - 21:36 PM
At first I was a little insecure, but sudden I reallized how it would help with all basic crud situations like materials,people,addresses and much more.
So I took it from the website, I didnt took me more than 3 MINUTES to put it on, the only thing I had to change was to put one htaccess file in the assets folder because I use rewrite.
Just it, and the rest is working as it should.
Using CodeIgniter 2.1.0 and very happy with this library
If you too got impressed by its fuckgin style
[font=arial, sans-serif][size=1]Best Wishes[/size][/font]
Posted 04 March 2012 - 06:13 AM
I have now added it to two of my projects successfully so far and working so well!!
Definitely have my support and hopefully the community will grow and give GROCERYCRUD some donations to help it grow even further!!!
GroceryCRUD =
Posted 13 April 2012 - 13:54 PM
This is app so amazing , one problem is not compatible with postgres, BUT I made some fixed and ITS WORKING for postgres 9.1 =)
Posted 24 April 2012 - 02:12 AM
[b]This is [u]truly [/u]brilliant!! [/b]
I have spent many wasted hours trying to find a good PHP CRUD example, and this is it! The installation went on top of CodeIgniter 2.1.0 easily and it works like a charm. Very visually appealing with all the bells and whistles that you'd expect from an expensive RIA tool.
Great job!
Posted 02 May 2012 - 21:06 PM
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
Having the assest folder in the app root, I didn't even have a images folder in my root, so I simply changed to this:
RewriteEngine on
RewriteCond $1 !^(index\.php|assets|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
Having the assets folder, I also just put css, image and js folders in there too.
So while it took me more than a few minutes (mainly because the folders example on the install wasn't clear to me where the asset folder was going, I thought it was under application) I have it working and appreciate it much. I think it's going to make my first codeigniter site easy to build.
Posted 05 June 2012 - 07:15 AM
https://github.com/f...RUDInstaller.sh
Posted 10 June 2012 - 20:43 PM
It is REALLY AWESOME how much things does with few lines of code.
Keep the good work guys
Posted 10 June 2012 - 22:07 PM
I've been using it for a little while now (since version 1.1.3 I believe) and it has improved a lot and the web-johnny's commitment and support is amazing.
Anyway I thought I should also mention the great NO-CMS framework based on CI. If you use CI and liked Grocery Crud this will blow your mind. It basically sets up CI + Grocery Crud + Autentication + Modular HMVC.
It's an awesome base for any CI project that has CRUD functionality (almost all of them).
Check the link:
http://www.getnocms.com/
PS. I found out about NO-CMS from this board, in fact from one of web-johnny's posts.
Cheers.