Granada\ORM::reset_config PHP 메소드

reset_config() 공개 정적인 메소드

Delete all configs in _config array.
public static reset_config ( )
    public static function reset_config()
    {
        self::$_config = array();
    }

Usage Example

예제 #1
0
 public function tearDown()
 {
     ORM::reset_config();
     ORM::reset_db();
 }
ORM