Search results

  1. M

    PHP Autoload Not Working

    Alright, all fixed now. Thanks for the help.
  2. M

    PHP Autoload Not Working

    Alright, do you know a solution to loading all the files in Application/Core that ends with .class.php and loading every file from Application/Controllers and Application/Models? This is what I was using before but I do not know how I could automate the process without using __autoload()...
  3. M

    PHP Autoload Not Working

    I have a script which requires the PHP function __autoload() to be enabled, currently it is not and I was wondering if there would be any way to enable it for my website at http://www.ablp.x10.mx/Blog The script can not work unless it is activated. Is there any way to fix this?
Top