Agregar Contacto

Complete los datos y envie el formulario. Nos contactaremos con usted a la brevedad
CongresoModel: Current client filters:
Array
(
)


GlobalFilterManager->setFilterTitle
SELECT 
*
FROM
`congreso`
WHERE
`id` = ?; -- Query executed;

CongresoModel: Current client filters:
Array
(
)


FactoryField->getSelectField
SELECT 
id,
nombre label,
sin_cargo
FROM
`congreso` labels
WHERE
1 = 1
ORDER BY
id DESC; -- Query executed;

Affected rows: 8

: Declaration of ContactoManager::getDefaultAction() should be compatible with TableManager::getDefaultAction($action = '') in /home/tuofihost/domains/asociacion.tuoficinaweb.com/public_html/fwk/fwk_mvc/mvc/zz_misc/contact/ContactoManager.class.php on line 13
SingleStorageModel: Current client filters:
Array
(
)


SingleStorageModel->getAllProperties
SELECT 
`property`,
`value`,
`type`
FROM
`fwk_single_storage`
WHERE
`entity` = ?; -- Query executed;

SingleStorageModel: Current client filters:
Array
(
)


SingleStorageModel->get
SELECT 
`value`,
`type`
FROM
`fwk_single_storage`
WHERE
`entity` = ?
AND `property` = ?; -- Query executed;

Hidden Form Fields for Contacto
Array
(
)

ContactoManager: Removing enabled action Contacto->modify.
ContactoManager: Removing enabled action Contacto->modifyField.
ContactoManager: Removing enabled action Contacto->delete.
ContactoManager: Removing enabled action Contacto->showAddDuplicateForm.
ContactoManager: Removing enabled action Contacto->showEditForm.
ContactoManager: Removing enabled action Contacto->showViewForm.
ContactoManager: Removing enabled action Contacto->showAll.
ContactoManager: Removing enabled action Contacto->download.
ContactoManager: Removing enabled action Contacto->showSubmenus.
ContactoManager: Removing enabled action Contacto->showId.
ContactoManager: Removing enabled action Contacto->showStatistics.
ContactoManager: Action '' not enabled.
ContactoManager: Trying default action 'showAddForm'.
ContactoManager: Detected valid action: showAddForm
TableManager::executeRequest: showAddForm start
ContactoModel: Current client filters:
Array
(
)


TableManager->showAddForm
SELECT 
*
FROM
`contacto`
WHERE
`id` = ?; -- Query executed;

TableManager::executeRequest: showAddForm end