Documentation

Using Rain Libraries


Using Rain Libraries

In Rain Framework the most important libraries are automatically loaded. You can load library only into the controller, as follow:

$this->load_library("Form", "form_obj"); // load the Form library
$this->form_obj->init_form(); // call the function of Form class