/** * (non-PHPdoc) * @see EPPager::getFieldNames() */ public function getFieldNames() { $fields = parent::getFieldNames(); $fields['_courses_current'] = 'current-courses'; return $fields; }
/** * (non-PHPdoc) * @see EPPager::getFieldNames() */ public function getFieldNames() { $fields = parent::getFieldNames(); return $fields; }
/** * (non-PHPdoc) * @see EPPager::getFieldNames() */ public function getFieldNames() { $fields = parent::getFieldNames(); // if ( array_key_exists( 'mc_id', $this->conds ) && array_key_exists( 'org_id', $fields ) ) { // unset( $fields['org_id'] ); // } $fields = wfArrayInsertAfter($fields, array('_status' => 'status'), 'students'); return $fields; }