diff --git a/README.md b/README.md index 90b17e7..0eaf239 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,9 @@ Database connections are set in /app/config/db.php `$this->[model name]->method()` * Loading a class + + Load a system library, or a custom library from the `app/classes` folder. + `$this->load_class($class)` - creates an instance of that class as a member of the current class. After loading the class, you can call its methods like so `$this->[class name]->method()` \ No newline at end of file