IsterObject | --IsterAppConfigureFactory
Author(s): Ingo Schramm
Copyright: Copyright (c) 2005 Ister.ORG Ingo Schramm
To instantiate a configure collection reading and writing to a DBMS:
$fac = new IsterAppConfigureFactory; $col = $fac->getCollection(ISTER_APP_CONFIG_T_SQL, array('driver' => 'IsterSqlDriverMysql' | 'IsterSqlDriverPostgresql', 'host' => <host>, 'user' => <user>, 'pass' => <password>, 'db' => <database>, 'table' => <table>)); unset($fac);
IsterAppConfigureFactory IsterAppConfigureFactory( )
object IsterAppConfigureCollection getCollection( integer $type, array $properties)
Parameters: