changes to improve the developers translations edit tool

This commit is contained in:
Erik Amaru Ortiz
2011-02-11 16:43:02 +00:00
parent 0b38108aa2
commit 989ccf4bc6
202 changed files with 883 additions and 601 deletions

View File

@@ -1,18 +1,19 @@
<?php
/**
* BaseAppCacheView.php
* @package workflow.classes.model.om
*/
require_once 'propel/om/BaseObject.php';
require_once 'propel/om/Persistent.php';
include_once 'propel/util/Criteria.php';
include_once 'classes/model/AppCacheViewPeer.php';
/**
* Base class that represents a row from the 'APP_CACHE_VIEW' table.
*
*
*
* @package workflow.classes.model.om
*/
abstract class BaseAppCacheView extends BaseObject implements Persistent {