Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php if (class_exists('quote-me')): ?>
  2. <?php echo $this->__('View Quotation'); ?>
  3. <?php endif; ?>
  4.  
  5. <?php if(class_exists('my_class_name')){
  6. // do something
  7. }
  8. ?>
  9.  
  10. $test = new quote-me
  11. if (class_exists('quote-me'))
  12. {
  13. echo $test->__('View Quotation');
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement