コード例 #1
0
ファイル: user_model.php プロジェクト: yehchge/library
 public function __construct()
 {
     parent::__construct();
     $this->db = jream\Registry::fetch('db');
 }
コード例 #2
0
ファイル: index.php プロジェクト: falseprogramming/kassa
<?php

require 'lib/jream/autoload.php';
require 'lib/jream/hash.php';
new \jream\Autoload('lib/jream');
jream\Registry::set('db', $db);
require 'system/config/config.php';
$bootstrap = new \jream\mvc\Bootstrap();
$bootstrap->setPathRoot(getcwd());
$bootstrap->setControllerDefault('index');
//$bootstrap->setPathController('');
$bootstrap->init();