We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921dbbe commit bfffe3dCopy full SHA for bfffe3d
1 file changed
user_guide_src/source/models/model/001.php
@@ -14,7 +14,5 @@
14
$userModel = model('UserModel', false);
15
16
// Create shared instance with a supplied database connection.
17
-// When no namespace is given, it will search through all namespaces
18
-// the system knows about and attempts to locate the UserModel class.
19
$db = db_connect('custom');
20
$userModel = model('UserModel', true, $db);
0 commit comments