Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. namespace App\Model\Table;
  3.  
  4. use Cake\ORM\Table;
  5.  
  6. class SallesTable extends Table
  7. {
  8. public function initialize(array $config)
  9. {
  10. $this->addBehavior('Search.Search');
  11. }
  12. }
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement