<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Subjectively &#187; PHP</title>
	<atom:link href="http://kirk.webfinish.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://kirk.webfinish.com</link>
	<description>dd if=/dev/random &#124; kirk &#62; blog</description>
	<lastBuildDate>Wed, 04 Jan 2012 15:48:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://kirk.webfinish.com/?pushpress=hub'/>
		<item>
		<title>Add PHPDoc declarations to variables in QCodo</title>
		<link>http://kirk.webfinish.com/2009/08/qcodo_phpdoc/</link>
		<comments>http://kirk.webfinish.com/2009/08/qcodo_phpdoc/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 18:12:00 +0000</pubDate>
		<dc:creator>Kirk</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://kirk.webfinish.com/?p=41</guid>
		<description><![CDATA[QColumn.class.php: line 151. case &#8216;ControlType&#8217;: if ($this-&#62;blnIdentity) return &#8216;QLabel&#8217;; if ($this-&#62;blnPrimaryKey) return &#8216;QLabel&#8217;; if ($this-&#62;blnTimestamp) return &#8216;QDateTime&#8217;; if ($this-&#62;objReference) return &#8216;QListBox&#8217;; switch ($this-&#62;strVariableType) { case &#8216;boolean&#8217;: return &#8216;QCheckbox&#8217;; break; default: return &#8216;QTextBox&#8217;; break; } _qform_edit.tpl: line 28 /** * @var &#60;%= $objColumn-&#62;ControlType; %&#62; &#60;%= $objCodeGen-&#62;FormControlVariableNameForColumn($objColumn); %&#62; */ and optionally /** * @var QButton btnSave */ [...]]]></description>
			<content:encoded><![CDATA[<p>QColumn.class.php: line 151.</p>
<p>case &#8216;ControlType&#8217;:<br />
if ($this-&gt;blnIdentity) return &#8216;QLabel&#8217;;<br />
if ($this-&gt;blnPrimaryKey) return &#8216;QLabel&#8217;;<br />
if ($this-&gt;blnTimestamp) return &#8216;QDateTime&#8217;;</p>
<p>if ($this-&gt;objReference) return &#8216;QListBox&#8217;;<br />
switch ($this-&gt;strVariableType) {<br />
case &#8216;boolean&#8217;: return &#8216;QCheckbox&#8217;; break;<br />
default: return &#8216;QTextBox&#8217;; break;<br />
}</p>
<p>_qform_edit.tpl: line 28</p>
<p>/**<br />
* @var &lt;%= $objColumn-&gt;ControlType; %&gt; &lt;%= $objCodeGen-&gt;FormControlVariableNameForColumn($objColumn); %&gt;<br />
*/</p>
<p>and optionally</p>
<p>/**</p>
<p>* @var QButton btnSave</p>
<p>*/</p>
<p>For all of the QButtons generated in _qform.edit.tpl</p>
]]></content:encoded>
			<wfw:commentRss>http://kirk.webfinish.com/2009/08/qcodo_phpdoc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

