コード例 #1
0
 $PrcMethod->createTable();
 /*
  * PRC Table
  *
  * Manages information related to someone who has PRC'd
  *
  * prc_id [INTEGER]  unique id
  * prc_firstName [STRING]  The first name of someone who has PRC'd
  * prcMethod_id [INTEGER]  The method by which someone came to Christ
  * prc_witnessName [STRING]  The name(s) of someone who witnessed this person make a decision
  * semester_id [INTEGER]  id of the semester
  * campus_id [INTEGER]  The campus where this person PRC'd
  */
 $PRC = new RowManager_PRCManager();
 $PRC->dropTable();
 $PRC->createTable();
 /*
  * ExposureType Table
  *
  * The different types of evangelistic exposure
  *
  * exposuretype_id [INTEGER]  unique id
  * exposuretype_desc [STRING]  Text description of the exposure type.
  */
 $ExposureType = new RowManager_ExposureTypeManager();
 $ExposureType->dropTable();
 $ExposureType->createTable();
 /*
  * MoreStats Table
  *
  * Manages information regarding additonal weekly stats