ZF-5052: getIsConnected() method in Zend_Db_Adapter_Abstract
Description
Something like that:
public function getIsConnected() { return !is_null($this->_connection); }
Something like that:
public function getIsConnected() { return !is_null($this->_connection); }
Comments
Posted by Mickael Perraud (mikaelkael) on 2008-12-07T13:07:03.000+0000
Resolved with SVN12978
Posted by Mickael Perraud (mikaelkael) on 2008-12-15T13:49:26.000+0000
Merged to 1.7-branch
Posted by Wil Sinclair (wil) on 2008-12-21T05:38:43.000+0000
This looks like a new feature. New features must wait for minor releases. Mickael, could you also include the issue tracker ID in your commits. This will link it back to the issue tracker to make it much easier for us to see what was actually committed. Refer to Matthew's commits to see exact format.
Posted by Mickael Perraud (mikaelkael) on 2008-12-21T08:15:22.000+0000
I didn't implement getIsConnected but isConnected. After commiting to resolve ZF-5050, I saw this issue and marked it as resolved with SVN revision.