Showing posts with label zend check statudId. Show all posts
Showing posts with label zend check statudId. Show all posts

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"');