I am walking thru the newbies and other turorials for CodeIgniter 3.0.3 and GroceryCrud 1.5.3 and have a couple of minor issues.
Under newbie, the foreach expands but unfortunately some of the files are not located or in the wrong directory. For example, the HTML code expands out to "grocerycrud/assets/grocery_crud/themes/flexigrid.css" the flexigrid.css on my system is under .../themes/flexigrid/css/flexigrid.css". images are also stored under this directory.
Under "Installation for CodeIgniter", the files do not expand at all in the example.php view.
Your suggestions will be appreciated.
John
PS: I looked at Grocery CRUD over a year ago and now I am back.