Forum Moderators: coopster
<?php
require_once(DIR_CLASSES . 'container/containerbase.php');
.
.
class Container extends Containerbase
{
.
.
.
class def's
.
.
}
?>
Now nowhere in the containerbase.php file is the value DIR_CLASSES defined and its not some PHP global value. I also have no common.inc file that might define this value.
Where/How do I define the DIR_CLASSES value?
--Nick