Subjectively

dd if=/dev/random | kirk > blog

Subjectively header image 4

Entries Tagged as 'PHP'

Add PHPDoc declarations to variables in QCodo

August 3rd, 2009 · No Comments · PHP

QColumn.class.php: line 151. case ‘ControlType’: if ($this->blnIdentity) return ‘QLabel’; if ($this->blnPrimaryKey) return ‘QLabel’; if ($this->blnTimestamp) return ‘QDateTime’; if ($this->objReference) return ‘QListBox’; switch ($this->strVariableType) { case ‘boolean’: return ‘QCheckbox’; break; default: return ‘QTextBox’; break; } _qform_edit.tpl: line 28 /** * @var <%= $objColumn->ControlType; %> <%= $objCodeGen->FormControlVariableNameForColumn($objColumn); %> */ and optionally /** * @var QButton btnSave */ [...]

[Read more →]

Tags: