what do you mean by declared classes or include/requires
Posted: Thu Feb 25, 2010 5:43 am
Hello all,
I've used to set_include_path() to call a custom library that I wrote with classes. What I did was I'm able to get all the classes of all other includes except for my library classes. If I'm using include_once or required_once it includes while if I'm using class_exists method, it does not verify the classes that are in my lib.
Also what is this declared classes.
I've used to set_include_path() to call a custom library that I wrote with classes. What I did was I'm able to get all the classes of all other includes except for my library classes. If I'm using include_once or required_once it includes while if I'm using class_exists method, it does not verify the classes that are in my lib.
Also what is this declared classes.