[eluser]maomaode[/eluser]
Hi,
I have only one controller, called blog.php, and i have a
function index() {
echo "hello";
}
And from the browser, it showed up, no problem at all,
But,
When I adding 'database' into the array of libraries of the autoload.php, There's no response!
I turned on the log, and there's nothing wrong there, Strange!
I'm running this on my laptop,
using Windows Vista, Apache2.0.59 PHP 5.2.3 Mysql Version is 5.0.45
It worked before, but after i reinstalled the vista, everything seems all broken
Any problem with this combination?
Thanks in advance