Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 316 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 316 Bytes

Usage:

  • Copy config/depends.php to application/config/depends.php

  • Edit application/config/depends.php

  • Add depends to your Kohana::modules()

  • And then in module's init.php:

    Depends::on('module-name'); // will autoload "module-name" module, if that module is not loaded with Kohana::modules() before