configure() публичный Метод

Configure the TSqlMapManager using the given xml file.
public configure ( $filename = null )
Пример #1
0
 /**
  * Loads and parses the SqlMap configuration file.
  * @param string xml configuration file.
  */
 public function configureXml($file)
 {
     $config = new TSqlMapXmlConfiguration($this);
     $config->configure($file);
 }