You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mo McRoberts edited this page Aug 7, 2011
·
2 revisions
Construct an instance of [[Model]].
Synopsis
uses('model');
public function [[Model]]::__construct(array[in]$args)
Description
If $args['db'] is a string of nonzero length, [[Model::$dbIri]] will be
set to its value, and [[Model::$db]] will be assigned the result of passing
it to [[DBCore::connect]]() in order to establish a database connection.