hi all,
I have doubt in class_exist funxtion. I know its use to Tests whether a class is defined or not. But i want to know how its work. Is this function check any specific DB or any definition file or its read all php files (for every execution).
Just i try to upgrade joomla 1.0.15 into 1.5 , in joomla 1.5 there is function called class_exists and it return some result. I really do not know from where it check class_exist function is already defined or not. Is that check in DB or any pre defined function.Else is it check php codes, If its so some function may retrun by us, then how its work....
Any one give some points regd this.....I tried with joomla code and some manual i could not find.......
I have doubt in class_exist funxtion. I know its use to Tests whether a class is defined or not. But i want to know how its work. Is this function check any specific DB or any definition file or its read all php files (for every execution).
Just i try to upgrade joomla 1.0.15 into 1.5 , in joomla 1.5 there is function called class_exists and it return some result. I really do not know from where it check class_exist function is already defined or not. Is that check in DB or any pre defined function.Else is it check php codes, If its so some function may retrun by us, then how its work....
Any one give some points regd this.....I tried with joomla code and some manual i could not find.......
Comment