I am new to php & cake. Is it possible for you to tell me in very general terms what these lines are doing?:
$this->Prg->commonProcess('thing'); $this->Paginator->settings = preparePaginatorSettings(); $things = $this->paginate('thing');
These lines are inside a function in MyController.php