How does the YiiBase class include the files required in the function "createApplication"??
public static function createApplication($class,$config=null)
{
return new $class($config);
}
I couldn’t find the way YiiBase includes “CWebApplication.php” when creating an Yii application…