コード例 #1
0
ファイル: orglib.php プロジェクト: abhinay100/forma_app
 function _getOtherValues()
 {
     return parent::_getOtherValues() . ", '" . (int) $this->org_idCourse . "', '" . $this->org_prerequisites . "', '" . (int) $this->org_isTerminator . "', '" . (int) $this->org_idParam . "', '" . (int) $this->org_visible . "', '" . $this->org_milestone . "', " . (int) $this->org_width . ", " . (int) $this->org_height . ", " . ($this->org_publish_from == '' ? "''" : "'" . $this->org_publish_from . "'") . ", " . ($this->org_publish_to == '' ? "''" : "'" . $this->org_publish_to . "'") . ", " . ($this->org_access == '' ? "''" : "'" . $this->org_access . "'") . ", " . ($this->org_publish_for == '' ? "''" : "'" . $this->org_publish_for . "'") . " ";
 }
コード例 #2
0
ファイル: homerepo.php プロジェクト: abhinay100/forma_app
 function _getOtherValues()
 {
     return parent::_getOtherValues() . ", '" . (int) $this->idOwner . "' ";
 }