Need to add 'get::class'
Need a way to execute External Classfiles
we could use get::helper but it would be nice to keep class files separate folder
so Need to add 'get::class($class)' -> /mvc/class/$class
we could use get::helper but it would be nice to keep class files separate folder
so Need to add 'get::class($class)' -> /mvc/class/$class
Posted May. 28, 2011 by Bradley Matusiak
Hi, this already exists in a minimalistic manner via packages:
The path to the packages folder can be accessed via get::$config->PACKAGES_PATH
Once your package is included you can call its classes via standard PHP OO syntax; it would probably not be practical to use a Vork loader like get::class() since packages are from external vendors and thus infinitely variable.
The path to the packages folder can be accessed via get::$config->PACKAGES_PATH
Once your package is included you can call its classes via standard PHP OO syntax; it would probably not be practical to use a Vork loader like get::class() since packages are from external vendors and thus infinitely variable.
Posted Jun. 9, 2011 by Eric David