Page 1 of 1

instantiation problem..

PostPosted: 24. June 2009 04:26
by hem
hi all, if i have one class or more than one class in their respective source files like myfirstclass.php, mysecondclass.php and i want to instantiate objects from these classes in another test class like TestClass.php then how can i import both these classes to the 3rd class? can u please show me the exact code to use? Thank u...