QVCI Library 3.1
 All Classes Namespaces Functions Variables
Public Member Functions | List of all members
Qvcloader Class Reference

Public Member Functions

 __construct (&$parent=null)
 
 helper ($helpers=array())
 
 library ($library= '', $params=NULL, $object_name=NULL)
 
 model ($model, $name= '', $db_conn=FALSE)
 
 view ($view, $vars=array(), $return=FALSE)
 

Detailed Description

Qvcloader class Allows you to use $this->load in your library classes. Use with caution! The main thing to realize is that resources that were previously loaded will not be visible through $this How to use: get_instance()->load->helper('localinstance'); localinstance($this);


The documentation for this class was generated from the following file: