I am trying out the grocery_crud_demo; it is almost working, but has problems rendering the cs/js assets files; using netbeans;
http://grocery_crud_demo:8081/index.php/examples - brings up the line of menus (so far OK)
http://grocery_crud_demo:8081/index.php/examples/customers_management - brings data table up but with an un-styled screen with a bunch of css/js not found errors
my assets, application, system folders are in C:\xampp\grocery_crud_demo
my project under Apache is configured as a virtual host
what changes do I need to do for all this to work as intended...
I am somewhat new to codeigniter/php / thanks any help on this