Prado\Data\SqlMap\TSqlMapManager::createSqlMapGateway PHP 메소드

createSqlMapGateway() 보호된 메소드

Configures the current TSqlMapManager using the given xml configuration file defined in {@link ConfigFile setConfigFile()}.
protected createSqlMapGateway ( ) : TSqlMapGateway
리턴 TSqlMapGateway create and configure a new TSqlMapGateway.
    protected function createSqlMapGateway()
    {
        return new TSqlMapGateway($this);
    }