Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class NewsLink extends BaseNewsLink
  2. {
  3. public function getTitle()
  4. {
  5. $q = Doctrine_Core::getTable('NodeRevisions')
  6. ->createQuery('a')
  7. ->where
  8. }
  9.  
  10. public function getBody()
  11. {
  12.  
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement