コード例 #1
0
ファイル: orglib.php プロジェクト: abhinay100/forma_app
 function _getOtherUpdates()
 {
     return parent::_getOtherUpdates() . ", " . " idCourse='" . (int) $this->org_idCourse . "'," . " prerequisites='" . $this->org_prerequisites . "'," . " isTerminator='" . (int) $this->org_isTerminator . "', " . " idParam='" . (int) $this->org_idParam . "', " . " visible='" . (int) $this->org_visible . "', " . " milestone='" . $this->org_milestone . "', " . " width=" . (int) $this->org_width . ", " . " height=" . (int) $this->org_height . ", " . " publish_from=" . ($this->org_publish_from == NULL ? 'NULL' : "'" . $this->org_publish_from . "'") . ", " . " publish_to=" . ($this->org_publish_to == NULL ? 'NULL' : "'" . $this->org_publish_to . "'") . ", " . " access=" . ($this->org_access == NULL ? 'NULL' : "'" . $this->org_access . "'") . ", " . " publish_for=" . ($this->org_publish_for == NULL ? 'NULL' : "'" . $this->org_publish_for . "'") . " ";
 }
コード例 #2
0
ファイル: homerepo.php プロジェクト: abhinay100/forma_app
 function _getOtherUpdates()
 {
     return parent::_getOtherUpdates() . ", idAuthor='" . (int) $this->idOwner . "'";
 }