alien74 Posted July 3, 2017 Share Posted July 3, 2017 (edited) Hello everyone, i try to add new admin controller in Ps 17 but i have always error as "page not found" and I not found the voice to edit admin menu. First I wrote a class, then I wrote a frontcontroller and they are ok. This is my sample code: class AdminPrenotazioneControllerCore extends AdminController { public function __construct() { $this->bootstrap = true; $this->table = 'prenota'; $this->className = 'Prenota'; parent::__construct(); $this->fields_list = array( 'id_prenota' => array('title' => $this->trans('ID', array(), 'Admin.Global'), 'align' => 'center', 'class' => 'fixed-width-xs'), ); } } thanks to all for any help. Edited July 3, 2017 by alien74 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now