Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. class plgContentTest extends JPlugin
  2. {
  3.  
  4. public function onContentAfterSave($context, &$article, $isNew)
  5. {
  6. $option = JRequest::getVar('option');
  7.  
  8. if($option=='com_content'){
  9.  
  10. echo var_dump($article);
  11.  
  12. }
  13.  
  14. }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement