Se agrega la tabla PROCESS_VARIABLES

This commit is contained in:
Daniel Rojas
2014-06-26 09:53:21 -04:00
parent b9a1a88de9
commit 71f80a82b6
7 changed files with 1876 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?php
// include base peer class
require_once 'classes/model/om/BaseProcessVariablesPeer.php';
// include object class
include_once 'classes/model/ProcessVariables.php';
/**
* Skeleton subclass for performing query and update operations on the 'PROCESS_VARIABLES' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
*/
class ProcessVariablesPeer extends BaseProcessVariablesPeer {
} // ProcessVariablesPeer