Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2.  
  3. class Magdalenas {
  4.  
  5.     var $ci;
  6.  
  7.     public function __construct() {
  8.         $this->ci = &get_instance();
  9.     }
  10.  
  11.     public function prueba() {
  12.         $this->ci->load->model("pepito");
  13.     }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement