/** * This is construct base of the class. * * A public constructor; initializes the variable $instanceDataBase. * */ public function __construct($instanceDataBase) { parent::__construct($instanceDataBase); TypeContact::setDataOperationBusiness($instanceDataBase); TypeContact::getBusiness(); TypeContact::getDescriptionBusiness(); }
} }}); }); </script> <?php $action = 'LIST'; if (isset($_POST['ACTION'])) { $action = $_POST['ACTION']; } else { if (isset($_GET['ACTION'])) { $action = $_GET['ACTION']; } } $user = new User($registry[$nameDataBase]); $catalog = new TypeContact($registry[$nameDataBase]); // Simplificar la ruta de propiedades $v_label = $property["pages"]["person/type_contact_admin"]; $v_label_list = $property["pages"]["general_list"]; // Simplificar el ruteo de edicion/visualizacion $v_route_edit_preview = 'index.php?page=person/type_contact'; // Simplificar el ruteo de insert $v_route_insert = '?page=person/type_contact'; // Simplificar el ruteo de lista $v_route_list = 'index.php?page=person/type_contact_admin'; switch ($action) { case 'INSERT': $transaction = new Transaction($registry[$nameDataBase]); TypeContact::setDataOperationBusiness($registry[$nameDataBase]); $idTransaction = $transaction->insertTransaction(array(TypeContact::$business, TypeContact::$insert, TypeContact::$descriptionBusiness)); $data = array($_POST['NAME']);
$v_label = $property["pages"]["person/type_contact"]; // Decidir en funcion a la accion $title_1 = $v_label["NEW_TITLE"]; // INSERT $action = 'INSERT'; if (isset($_GET['EDIT'])) { $action = 'EDIT'; $title_1 = $v_label["EDIT_TITLE"]; $elementAction = $_GET['EDIT']; } elseif (isset($_GET['PREVIEW'])) { $action = 'PREVIEW'; $title_1 = $v_label["PREVIEW_TITLE"]; $elementAction = $_GET['PREVIEW']; } if ($action != 'INSERT') { $element = new TypeContact($registry[$nameDataBase]); $list = $element->getListTypeContact($elementAction); $data = $list[0]; } // simplificar acceso a etiquetas de formulario $v_label_gral_form = $property["pages"]["general_form"]; ?> <div class="grid_10"> <div class="box round first"> <h2><?php echo $title_1; ?>
<?php $numero = 1; if (isset($_GET['NUMBER'])) { $numero = $_GET['NUMBER']; } $id = 1; if (isset($_GET['ID'])) { $id = $_GET['ID']; } $action = 'INSERT'; if (isset($_GET['ACTION']) && $_GET['ACTION'] == 'EDIT') { $action = 'EDIT'; } $contact = new TypeContact($db); $catalogo1 = $contact->getListTypeContact(); $pk_id_contact = 0; $pk_id_person_contact = 0; $pk_id_type_contact = 0; $contacto = ''; if ($action == 'EDIT') { $pk_id_contact = $_GET['pk_id_contact']; $pk_id_person_contact = $_GET['pk_id_person_contact']; $pk_id_type_contact = $_GET['pk_id_type_contact']; $contacto = $_GET['contact']; // print_r($contacto); } ?> <div id="contacts_din_<?php