Class BaseArticlePeer

Description
  • abstract:

Located in /lib/model/om/BaseArticlePeer.php (line 4)


	
			
Direct descendents
Class Description
ArticlePeer
Class Constant Summary
 AUTHOR_ID = 'article.AUTHOR_ID'
 CLASS_DEFAULT = 'lib.model.Article'
 COUNT = 'COUNT(article.ID)'
 COUNT_DISTINCT = 'COUNT(DISTINCT article.ID)'
 CREATED_AT = 'article.CREATED_AT'
 DATABASE_NAME = 'propel'
 ID = 'article.ID'
 TABLE_NAME = 'article'
 UPDATED_AT = 'article.UPDATED_AT'
Method Summary
static void addSelectColumns ( $criteria)
static void alias ( $alias,  $column)
static void doCount ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinAll ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinUser ( $criteria, [ $distinct = false], [ $con = null])
static void doDelete ( $values, [ $con = null])
static void doDeleteAll ([ $con = null])
static void doInsert ( $values, [ $con = null])
static void doSelect ( $criteria, [ $con = null])
static void doSelectJoinAll ( $c, [ $con = null])
static void doSelectJoinUser ( $c, [ $con = null])
static void doSelectOne ( $criteria, [ $con = null])
static void doSelectRS ( $criteria, [ $con = null])
static void doSelectWithI18n ( $c, [ $culture = null], [ $con = null])
static void doUpdate ( $values, [ $con = null])
static void doValidate ( $obj, [ $cols = null])
static void getFieldNames ([ $type = BasePeer::TYPE_PHPNAME])
static void getMapBuilder ()
static void getOMClass ()
static void getPhpNameMap ()
static void getTableMap ()
static void populateObjects ( $rs)
static void retrieveByPK ( $pk, [ $con = null])
static void retrieveByPKs ( $pks, [ $con = null])
static void translateFieldName ( $name,  $fromType,  $toType)
Methods
static method addSelectColumns (line 102)
  • access: public
static void addSelectColumns ( $criteria)
  • Criteria $criteria
static method alias (line 96)
  • access: public
static void alias ( $alias,  $column)
  • $alias
  • $column
static method doCount (line 119)
  • access: public
static void doCount ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinAll (line 267)
  • access: public
static void doCountJoinAll ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinUser (line 192)
  • access: public
static void doCountJoinUser ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doDelete (line 477)
  • access: public
static void doDelete ( $values, [ $con = null])
  • $values
  • $con
static method doDeleteAll (line 460)
  • access: public
static void doDeleteAll ([ $con = null])
  • $con
static method doInsert (line 412)
  • access: public
static void doInsert ( $values, [ $con = null])
  • $values
  • $con
static method doSelect (line 154)
  • access: public
static void doSelect ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doSelectJoinAll (line 295)
  • access: public
static void doSelectJoinAll ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinUser (line 220)
  • access: public
static void doSelectJoinUser ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectOne (line 143)
  • access: public
static void doSelectOne ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doSelectRS (line 159)
  • access: public
static void doSelectRS ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doSelectWithI18n (line 353)
  • access: public
static void doSelectWithI18n ( $c, [ $culture = null], [ $con = null])
  • Criteria $c
  • $culture
  • $con
static method doUpdate (line 439)
  • access: public
static void doUpdate ( $values, [ $con = null])
  • $values
  • $con
static method doValidate (line 508)
  • access: public
static void doValidate ( $obj, [ $cols = null])
static method getFieldNames (line 87)
  • access: public
static void getFieldNames ([ $type = BasePeer::TYPE_PHPNAME])
  • $type
static method getMapBuilder (line 55)
  • access: public
static void getMapBuilder ()
static method getOMClass (line 406)
  • access: public
static void getOMClass ()
static method getPhpNameMap (line 61)
  • access: public
static void getPhpNameMap ()
static method getTableMap (line 400)
  • access: public
static void getTableMap ()
static method populateObjects (line 175)
  • access: public
static void populateObjects ( $rs)
  • ResultSet $rs
static method retrieveByPK (line 543)
  • access: public
static void retrieveByPK ( $pk, [ $con = null])
  • $pk
  • $con
static method retrieveByPKs (line 560)
  • access: public
static void retrieveByPKs ( $pks, [ $con = null])
  • $pks
  • $con
static method translateFieldName (line 75)
  • access: public
static void translateFieldName ( $name,  $fromType,  $toType)
  • $name
  • $fromType
  • $toType
Class Constants
AUTHOR_ID = 'article.AUTHOR_ID' (line 26)
CLASS_DEFAULT = 'lib.model.Article' (line 13)
COUNT = 'COUNT(article.ID)' (line 115)
COUNT_DISTINCT = 'COUNT(DISTINCT article.ID)' (line 116)
CREATED_AT = 'article.CREATED_AT' (line 29)
DATABASE_NAME = 'propel' (line 7)
ID = 'article.ID' (line 23)
NUM_COLUMNS = 4 (line 16)
NUM_LAZY_LOAD_COLUMNS = 0 (line 19)
TABLE_NAME = 'article' (line 10)
UPDATED_AT = 'article.UPDATED_AT' (line 32)

Documentation generated on Tue, 31 Mar 2009 19:03:19 +0200 by phpDocumentor 1.4.2