/var/www/vhosts/ihelp.ro/httpdocs/src/View
Edit: /var/www/vhosts/ihelp.ro/httpdocs/src/View/AppView.php (1381B)
loadHelper('Html');`
*
* @return void
*/
public function initialize(): void
{
$this->loadHelper('Thumber/Cake.Thumb');
$this->loadHelper('Form', ['className' => 'AdminLTE.Form']);
$this->loadHelper('FormatNumber');
$this->loadHelper('Custom');
if ($this->request->getParam('prefix') != 'Admin') {
$this->loadHelper('Paginator', [
'templates' => 'app_paginator'
]);
}
}
}