Ver Mensaje Individual
  #13 (permalink)  
Antiguo 28/10/2011, 10:06
sergiop21
 
Fecha de Ingreso: diciembre-2008
Mensajes: 805
Antigüedad: 15 años, 5 meses
Puntos: 20
Respuesta: no puedo dar de alta

El error me lo da aca :

Código PHP:
$this->getDbTable()->insert($data); 
hice un Zend_Debug::dump( $this->_dbTable) - en getDbTable() - y me devuelve esto

Código:
object(Qclientes_Model_DbTable_Clientes)#113 (18) {
  ["_name":protected] => string(8) "clientes"
  ["_definition":protected] => NULL
  ["_definitionConfigName":protected] => NULL
  ["_db":protected] => object(Zend_Db_Adapter_Pdo_Pgsql)#35 (12) {
    ["_pdoType":protected] => string(5) "pgsql"
    ["_numericDataTypes":protected] => array(12) {
      [0] => int(0)
      [1] => int(1)
      [2] => int(2)
      ["INTEGER"] => int(0)
      ["SERIAL"] => int(0)
      ["SMALLINT"] => int(0)
      ["BIGINT"] => int(1)
      ["BIGSERIAL"] => int(1)
      ["DECIMAL"] => int(2)
      ["DOUBLE PRECISION"] => int(2)
      ["NUMERIC"] => int(2)
      ["REAL"] => int(2)
    }
    ["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
    ["_config":protected] => array(8) {
      ["host"] => string(9) "localhost"
      ["username"] => string(8) "postgres"
      ["password"] => string(8) "postgres"
      ["dbname"] => string(3) "qaz"
      ["charset"] => NULL
      ["persistent"] => bool(false)
      ["options"] => array(2) {
        ["caseFolding"] => int(0)
        ["autoQuoteIdentifiers"] => bool(true)
      }
      ["driver_options"] => array(0) {
      }