Friday, January 21, 2011

Zend Framework Check statusId with username and password

I think you can do that by using the getDbSelect instance of Zend_Auth

// get select object (by reference)
$select = $adapter->getDbSelect();
$select->where('active = "TRUE"');

0 comments:

Post a Comment