Renaming table APP_FILES to PROCESS_FILES

This commit is contained in:
Erik Amaru Ortiz
2014-01-28 11:06:54 -04:00
parent fce1e306fd
commit b54f3f7d6e
7 changed files with 321 additions and 321 deletions

View File

@@ -0,0 +1,19 @@
<?php
require_once 'classes/model/om/BaseProcessFiles.php';
/**
* Skeleton subclass for representing a row from the 'PROCESS_FILES' 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 ProcessFiles extends BaseProcessFiles {
} // ProcessFiles