This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
RomaldyMinaya
Hi everyone,
How can I know the records that the controller automaticaly has fetched in order to show additional info scuh as records count, or to display a scoreboard.
public function index()
{
$this->asExtension('ListController')->index();
}
In the code above, how can I do for example $records = $this->asExtension('ListController'')->records or something like that.
Thanks in advance.
1-1 of 1