/var/www/vhosts/ihelp.ro/httpdocs/src/View
NameSizeModeActions
Cell/-0755rm
Helper/-0755rm
AjaxView.php13200644editdlrm
AppView.php13810644editdlrm
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' ]); } } }