Hi guys,
I'm quite an experienced PHP'er but quite new to CI and completely new to CRUD (which I LOVE btw). After hours of trying I'm giving up and have to ask for advice. I searched for this issue on the forums but can't find it.
I installed CI and the welcome message showed up. Next I added CRUD to the CI project and added the installation example to the project as the Main controller. It does show '[color=#FF0000]Welcome to the world of Codeigniter' [/color]but it doesn't output the data of the employees table (which I added to the database). Also I tried with any other tables, nothing, nada, zero, no output whatsoever.
I have NO idea what I'm doing wrong. No errors, simply no output. The database settings in the config file are just fine.
One issue I do see is that my config dir doesn't contain the files datatables.php, flexigrid.php and some others. But I simply downloaded CI fully, so I guess the latest version integrated these files in another file/class or smth.
Can anybody help me out please?
No output, nothing :(
Started by johanmichel, 14 July 2012 - 15:31 PM
- Single Page
Posted 14 July 2012 - 15:31 PM
Posted 14 July 2012 - 16:08 PM
Never mind, I thought it should be outputted on index.php/main, but finally figured out its being outputted on index.php/main/employees lol