issues
search
codenitive
/
fuel-hybrid
A collection of classes to help your code hotter than before
http://codenitive.github.com/fuel-hybrid
MIT License
19
stars
3
forks
source link
Add \Hybrid\Factory::import()
#73
Closed
crynobone
closed
13 years ago
crynobone
commented
13 years ago
Problem with current structure of
import()
function in
fuel/core
require all vendor file to be exist in COREPATH
it doesn't look in PKGPATH
it look in APPPATH after COREPATH, this going to break if vendor using Class instead of procedural code
Problem with current structure of
import()
function infuel/core