Mój znak ZodiakuBliźnięta
Więcej o mnie
Jestem wesołym menżatkiem w stanie wskazujoncym na błogosławiony.
-
// Continuing with the example from above
-
$adapter = new Zend_Auth_Adapter_DbTable(
-
$db,
-
'users',
-
'username',
-
'password',
-
'MD5(?)'
-
);
-
-
// get select object (by reference)
-
$select = $adapter->getDbSelect();
-
$select->where('active = "TRUE"');
-
-
// authenticate, this ensures that users.active = TRUE
-
$adapter->authenticate();
Dodaj komentarz w mojej księdze gości