⚠ 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

No output, nothing :(



johanmichel
  • profile picture
  • Member

Posted 14 July 2012 - 15:31 PM

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?

johanmichel
  • profile picture
  • Member

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