Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
PHP Code
SUBMITTED BY:
Guest
DATE:
Dec. 16, 2013, 7:49 a.m.
FORMAT:
PHP
SIZE:
325 Bytes
Raw
Download
Tweet
HITS:
823
Go to comments
Report
$this->Author->get_popular_authors()
//Inside Book::get_popular_authors()
$Author = new Author();
$populars = $Author->find('all', $options);
return $populars;
//BooksController
$this->Book->Author->get_popular_authors();
//Book Model
$this->Author->get_popular_authors();
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus