|
|
can i have resources without namespaces? like i may not want my Models to have namespaces so i can refer to it by
$model1->findParentModel2()
rather than
$model1->findParentApp_Model_Model2()
i am not sure if the syntax is right, but u get what i mean
|