DB_NestedSet::deleteNode | DB_NestedSet::getAllNodes |
DB_NestedSet | |
PEAR Manual | |
require_once 'DB/NestedSet.php'; |
object The&
DB_NestedSet::factory
(
string
$driver
,
string
$dsn
,
array
$params = array()
)
If the class given by $driver allready exists it will be used. If not the driver will be searched inside the default path ./NestedSet/
The driver, such as DB or MDB
The dsn for connecting to the database
The field name params for the node table
returns DB_NestedSet object
throws no exceptions thrown
This function can not be called statically.
Factory
|
DB_NestedSet::deleteNode | DB_NestedSet::getAllNodes |
DB_NestedSet | |
PEAR Manual | |