i can insert data from mysql, but i try to insert from phalcon and the SQLSTATE[23000] shows up
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (laboratoriocygnus.datospersonales, CONSTRAINT fk_datosPersonales_usuario1 FOREIGN KEY (usuario) REFERENCES usuario (id) ON DELETE NO ACTION ON UPDATE NO ACTION)