Are there any reserved model or file names in Yii? I have a model that I’d like to call Model but using the crud generator in Gii dies without an error message when trying to autoload the “Model.php” file. Are there any other reserved file names? Any ideas as to why this is dying?
For reference, the code stops execution when calling include() on Model.php from the final else{} clause of the autoload($className) method of YiiBase.php (line 338 in 1.1.2 r2086)