Welcome Guest, Not a member yet? Register   Sign In
receive data from autoloading file
#4

[eluser]Derek Allard[/eluser]
It could also mean there's an error in your files. Could you post the most basic example possible to illustrate what's happening please? The most basic example would look like amazonconfig having only
Code:
<?php
$config['testconfig'] = 'this is a test config';
?>

And then in your controller you'd have
Code:
echo $this->config->item('testconfig');

Please let us know ASAP what this file looks like.


Messages In This Thread
receive data from autoloading file - by El Forum - 03-22-2008, 04:23 AM
receive data from autoloading file - by El Forum - 03-22-2008, 04:44 AM
receive data from autoloading file - by El Forum - 03-22-2008, 02:21 PM
receive data from autoloading file - by El Forum - 03-22-2008, 02:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB