Subjectively

dd if=/dev/random | kirk > blog

Subjectively header image 2

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

*/

For all of the QButtons generated in _qform.edit.tpl

Tags:

No Comments so far ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment

You must log in to post a comment.