Guest User

Untitled

a guest
Nov 10th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. namespace Todo;
  4.  
  5. use Nette;
  6.  
  7.  
  8. class ArticleRepository extends Repository
  9. {
  10.   public function ff()
  11.   {
  12.    
  13.      return $this->findAll();
  14.  
  15.   }
  16.  
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment