render('layout.html'); } function __construct() { $f3 = Base::instance(); $db = new DB\SQL( "mysql:host={$f3->get('DB_HOST')};port=3306;dbname={$f3->get('DB_DB')}", $f3->get('DB_USR'), $f3->get('DB_PWD') ); $this->f3 = $f3; $this->db = $db; } }