<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://ionizecms.com/forum/extern.php?action=feed&amp;tid=281&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[ionize CMS forum / Pure PHP in views !]]></title>
		<link>http://www.ionizecms.com/forum/viewtopic.php?id=281</link>
		<description><![CDATA[The most recent posts in Pure PHP in views !.]]></description>
		<lastBuildDate>Wed, 10 Nov 2010 13:33:03 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Pure PHP in views !]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=1467#p1467</link>
			<description><![CDATA[<p>The new documentation will be in HTML, like they did for CodeIgniter, and which we found very convenient to maintain and distribute.</p>]]></description>
			<author><![CDATA[dummy@example.com (toopixel)]]></author>
			<pubDate>Wed, 10 Nov 2010 13:33:03 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=1467#p1467</guid>
		</item>
		<item>
			<title><![CDATA[Re: Pure PHP in views !]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=1466#p1466</link>
			<description><![CDATA[<p>Hey...<br />what about an online doc in the admin panel, with an automatic update ? Instead of doing PDF and PDF and PDF... and so on ?</p>]]></description>
			<author><![CDATA[dummy@example.com (Kink)]]></author>
			<pubDate>Wed, 10 Nov 2010 13:29:01 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=1466#p1466</guid>
		</item>
		<item>
			<title><![CDATA[Re: Pure PHP in views !]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=1465#p1465</link>
			<description><![CDATA[<p>Yes a new documentation is very welcome, our 0.9.3 doc is very out of date <img src="http://www.ionizecms.com/forum/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Kink)]]></author>
			<pubDate>Wed, 10 Nov 2010 13:27:29 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=1465#p1465</guid>
		</item>
		<item>
			<title><![CDATA[Re: Pure PHP in views !]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=1462#p1462</link>
			<description><![CDATA[<p>Yeah many features are not documented as the User guide is still outdated, but Michel-Ange started to work on the new user guide today, 0.9.6 will come with a shiny new up to date documentation <img src="http://www.ionizecms.com/forum/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (toopixel)]]></author>
			<pubDate>Wed, 10 Nov 2010 12:54:58 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=1462#p1462</guid>
		</item>
		<item>
			<title><![CDATA[Re: Pure PHP in views !]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=1461#p1461</link>
			<description><![CDATA[<p>Hooo, thanks Toopixel, i didn&#039;t know the &lt;ion:php&gt; tag.</p><p>It&#039;s good for example to show copyright in the footer.</p><div class="codebox"><pre><code>&lt;li&gt;©&lt;ion:php&gt;date(&#039;Y&#039;);&lt;/ion:php&gt; - YourBrand&lt;/li&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Kink)]]></author>
			<pubDate>Wed, 10 Nov 2010 12:44:01 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=1461#p1461</guid>
		</item>
		<item>
			<title><![CDATA[Re: Pure PHP in views !]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=1459#p1459</link>
			<description><![CDATA[<p>Kink, just one remark, you could have done &lt;ion:php&gt; date(&#039;Y&#039;); &lt;/ion:php&gt; instead of loading a small view for doing this (I agree that this was not the best syntax, but it was working since 0.9.5).</p>]]></description>
			<author><![CDATA[dummy@example.com (toopixel)]]></author>
			<pubDate>Wed, 10 Nov 2010 09:39:30 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=1459#p1459</guid>
		</item>
		<item>
			<title><![CDATA[Re: Pure PHP in views !]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=1458#p1458</link>
			<description><![CDATA[<p>As usual we can&#039;t say a precise date. Firstly we&#039;ll release a tester version probably next week, then the official release may come 1-2 weeks later, so don&#039;t expect the 0.9.6 to be officially release before end of November 2010.</p>]]></description>
			<author><![CDATA[dummy@example.com (toopixel)]]></author>
			<pubDate>Wed, 10 Nov 2010 08:52:49 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=1458#p1458</guid>
		</item>
		<item>
			<title><![CDATA[Re: Pure PHP in views !]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=1457#p1457</link>
			<description><![CDATA[<p>Ho yes, I cry tears of milk ^^</p><p>Too borring to display little php views (too many files) in ion view like this :</p><div class="codebox"><pre><code>&lt;?=date(&#039;Y&#039;);?&gt;</code></pre></div><p>But... but, when ? What is the date for the next release ? <img src="http://www.ionizecms.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Kink)]]></author>
			<pubDate>Wed, 10 Nov 2010 08:09:32 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=1457#p1457</guid>
		</item>
		<item>
			<title><![CDATA[Re: Pure PHP in views !]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=1442#p1442</link>
			<description><![CDATA[<p>nice voices coming before v. 0.9.6 <img src="http://www.ionizecms.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (ukyo)]]></author>
			<pubDate>Wed, 10 Nov 2010 00:35:44 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=1442#p1442</guid>
		</item>
		<item>
			<title><![CDATA[Pure PHP in views !]]></title>
			<link>http://www.ionizecms.com/forum/viewtopic.php?pid=1441#p1441</link>
			<description><![CDATA[<p>Just wanted to claim it because it&#039;s a huge victory for Ionize, after hours and hours of hard work and brainstorming with Michel-Ange, we managed to find a very good solution so that webdesigners can use pure php in their website views, including template tags in their PHP !</p><p>Yes, in the next Ionize version, you&#039;ll be able to make things like &lt;?php echo &#039;&lt;ion:title /&gt;&#039;; ?&gt; or whatever else you want with PHP directly in your views without having to pass php to the now useless &lt;ion:php /&gt; tag !!!</p><p>Just wanted to shout it loud, among all the new features of the upcoming 0.9.6 this is really the most incredible one <img src="http://www.ionizecms.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (toopixel)]]></author>
			<pubDate>Tue, 09 Nov 2010 22:34:54 +0000</pubDate>
			<guid>http://www.ionizecms.com/forum/viewtopic.php?pid=1441#p1441</guid>
		</item>
	</channel>
</rss>
