Posts by Victor Flores • 11 points
1 post
-
1
votes0
answers24
viewsQ: Load model codeigniter in Libraries
I’m trying to load the model in Ibraries, but an error is appearing. Follow the code below: <?php defined('BASEPATH') OR exit('No direct script access allowed'); class Menu { private $CI; public…