1.

How To Load Classes In Php?

Answer»
  • We can load a CLASS with the use of "autoload" class.
  • If we WANT to CHANGE from default FUNCTION autoload to testautload function.
  • we can do this with "spl_autoload_register" 
  • spl_autoload_register('kumar');



Discussion

No Comment Found