コード例 #1
0
 /**
  * Initialization of static class
  * Starts static properties and includes the app Connections.php file.
  *
  * @return void
  */
 public static function __init()
 {
     parent::__init();
     require LITHIUM_APP_PATH . '/config/connections.php';
 }