Quantcast

Resources with out Namespaces

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Resources with out Namespaces

iceangel89
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
Loading...