⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Successfully Install like a boss



diyungh

diyungh
  • profile picture
  • Member

Posted 03 March 2012 - 21:36 PM

Guys I just had to create a topic to tell how cool is this library!

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]

KaBaDaBrA

KaBaDaBrA
  • profile picture
  • Member

Posted 04 March 2012 - 06:13 AM

+1

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 = :wub:

jcasanova

jcasanova
  • profile picture
  • Member

Posted 13 April 2012 - 13:54 PM

+1

This is app so amazing , one problem is not compatible with postgres, BUT I made some fixed and ITS WORKING for postgres 9.1 =)

ianday

ianday
  • profile picture
  • Member

Posted 24 April 2012 - 02:12 AM

+ another!

[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!

taro uma

taro uma
  • profile picture
  • Member

Posted 02 May 2012 - 21:06 PM

I had the htaccess problem, using the default example from codeigniter:


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. :)

fieldju

fieldju
  • profile picture
  • Member

Posted 05 June 2012 - 07:15 AM

If your working under a linux enviroment I made a script that will automaticaly download and install the stable or nightly version of groceryCRUD
https://github.com/f...RUDInstaller.sh

mikelamar

mikelamar
  • profile picture
  • Member

Posted 10 June 2012 - 20:43 PM

+1 for me too :D . It is really amazing how fast I implement grocery CRUD at an old project.

It is REALLY AWESOME how much things does with few lines of code.

Keep the good work guys

fdias

fdias
  • profile picture
  • Member

Posted 10 June 2012 - 22:07 PM

Yes I have to agree as well that this is an excellent library.

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.