Hello
Now that I got the index.php out of the way… I’m resuming reading the tutorial.
I’m running PHP 5.2.0 as provided by Abyss with their web server, and it seems like I have to make changes to its PHP configuration in the PHP Core section because, per http://www.codeigniter.com/user_guide/general/views.html , the contents of $data[] isn’t passed to the view file. I get a blank page.
Anybody knows if it’s indeed PHP that needs to be customized for a controller to be able to pass an array to a view, and if yes, what setting(s)?
Here’s phpinfo:
http://codecomplete.free.fr/php_config_abyss.html
Thanks.
