PHP Code


SUBMITTED BY: Guest

DATE: Dec. 16, 2013, 7:49 a.m.

FORMAT: PHP

SIZE: 325 Bytes

HITS: 823

  1. $this->Author->get_popular_authors()
  2. //Inside Book::get_popular_authors()
  3. $Author = new Author();
  4. $populars = $Author->find('all', $options);
  5. return $populars;
  6. //BooksController
  7. $this->Book->Author->get_popular_authors();
  8. //Book Model
  9. $this->Author->get_popular_authors();

comments powered by Disqus