|
-
Sep 17th, 2008, 06:49 AM
#1
Thread Starter
Lively Member
_______________________________
_______________________________
Last edited by Y.P.Y; Apr 28th, 2012 at 05:17 PM.
-
Sep 17th, 2008, 07:39 AM
#2
Re: if(class_exists('XXXXX')): class XXXXX{...
I don't understand your question.
-
Sep 19th, 2008, 06:19 AM
#3
Re: if(class_exists('XXXXX')): class XXXXX{...
-
Sep 19th, 2008, 02:05 PM
#4
Thread Starter
Lively Member
Re: if(class_exists('XXXXX')): class XXXXX{...
Example:
if(function_exits('MyFunc')):
function MyFunc()
{
}
endif;
For class how can i do this?
-
Sep 19th, 2008, 03:16 PM
#5
Re: if(class_exists('XXXXX')): class XXXXX{...
Look at the link I posted.
-
Sep 20th, 2008, 01:28 AM
#6
Thread Starter
Lively Member
Re: if(class_exists('XXXXX')): class XXXXX{...
Thanks VisualAd. Resolved .
if(class_exists('MyClass'))
{
$myclass= new MyClass();
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|