Adding forgotten include classes

This commit is contained in:
ralph
2012-12-04 10:11:38 -04:00
parent eb76b2f93d
commit b4efcb414e
4 changed files with 11 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
require_once 'propel/util/BasePeer.php';
// The object class -- needed for instanceof checks in this class.
// actual class may be a subclass -- as returned by AppCacheViewPeer::getOMClass()
include_once 'classes/model/AppCacheView.php';
//include_once 'classes/model/AppCacheView.php';
/**
* Base static class for performing query and update operations on the 'APP_CACHE_VIEW' table.