function __construct() { /** * Get DB */ if (null === self::$_dbInstance) { self::$_dbInstance = PDOAdpter::getInstance(); } }