Linuxito.com

Results 4 comments of Linuxito.com

It didn't work for me, I had to use the following code: ``` spl_autoload_register (function ($classname) { $classname = strtolower ($classname); $get_class = explode('\\', $classname); $class_name = array_pop($get_class); if (!@include...

My bad, I was using an older settings.php I think you need to keep the configuration isolated from code, and centralized in one place. That way it would be easy...

Seriously, it's annoying to have to manually edit settings.php in every new commit.

@jorgesumle I know it isn't ready for production, but this issue makes helping in the debugging process and contributing a very tedious task.