|
|
@@ -744,6 +744,7 @@ abstract class Zend_Db_Table_Abstract
|
|
|
* Initialize database adapter.
|
|
|
*
|
|
|
* @return void
|
|
|
+ * @throws Zend_Db_Table_Exception
|
|
|
*/
|
|
|
protected function _setupDatabaseAdapter()
|
|
|
{
|
|
|
@@ -974,6 +975,7 @@ abstract class Zend_Db_Table_Abstract
|
|
|
*
|
|
|
* @param string $key The specific info part to return OPTIONAL
|
|
|
* @return mixed
|
|
|
+ * @throws Zend_Db_Table_Exception
|
|
|
*/
|
|
|
public function info($key = null)
|
|
|
{
|
|
|
@@ -1052,7 +1054,7 @@ abstract class Zend_Db_Table_Abstract
|
|
|
/**
|
|
|
* If the primary key can be generated automatically, and no value was
|
|
|
* specified in the user-supplied data, then omit it from the tuple.
|
|
|
- *
|
|
|
+ *
|
|
|
* Note: this checks for sensible values in the supplied primary key
|
|
|
* position of the data. The following values are considered empty:
|
|
|
* null, false, true, '', array()
|