/**
  * @return Lib_Chili_Db_Pdo
  */
 public static function ini()
 {
     if (!is_object(self::$_self)) {
         self::$_self = new self();
     }
     return self::$_self;
 }