Hi,
I’ve recently been learning how to use both Doctrine and CI and have been overhauling my website using both tools… all has been absolutely awesome up until the following issue(s) occurred:
Essentially it would seem that either PHP, CI or Doctrine can’t find my Base classes unless I explicitly require/include them in the corresponding model’s class?
EG: Fatal error: Class ‘BaseServiceCatagory’ not found
My live site is sitting on a Linux box with PHP 5.2.6 and my dev site is on Windows with PHP 5.2.9-1. It works perfectly fine on Windows but the live site continually gives me the error posted above.
I’m hoping that someone here might have had similar problem before and might have some suggestions regarding what might be the cause.
Thanks in advance