-
Notifications
You must be signed in to change notification settings - Fork 11
Exceptions_StorageAssoc
Grigoriev Oleg edited this page Apr 23, 2012
·
2 revisions
Раздел: обработка исключений.
final class StorageAssoc extends
Storage
При заполнении хранилища: попытка ассоциироваться с неопределённой базой.
$config = array(
'one' => array(
'_adapter' => 'sqlite',
'filename' => ':memory',
),
'two' => 'three',
);
go\DB\Storage::setInstance($config); // Association error: "three" not found in params