lithium\data\source\database\adapter\MySql::_init PHP 메소드

_init() 보호된 메소드

Initializer. Adds MySQL-specific operators to $_operators.
또한 보기: lithium\data\source\database\adapter\MySql::$_operators
또한 보기: lithium\data\source\Database::$_operators
protected _init ( )
    protected function _init()
    {
        parent::_init();
        $this->_operators += array('REGEXP' => array(), 'NOT REGEXP' => array(), 'SOUNDS LIKE' => array());
    }