<?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>S i X h E a D { ? } &#187; Project</title>
	<atom:link href="http://sixhead.com/category/project/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixhead.com</link>
	<description>เมื่อความรู้มีไว้แบ่งปัน</description>
	<lastBuildDate>Tue, 23 Feb 2010 14:36:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SiXhEaD Template &#8211; PHP5 Template Engine for Programmer &amp; Designer</title>
		<link>http://sixhead.com/2008/12/02/sixhead-template-php5-template-engine-for-programmer-and-designer/</link>
		<comments>http://sixhead.com/2008/12/02/sixhead-template-php5-template-engine-for-programmer-and-designer/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 09:13:35 +0000</pubDate>
		<dc:creator>Pipo</dc:creator>
				<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://sixhead.com/?p=269</guid>
		<description><![CDATA[SiXhEaD Template - PHP5 Template Engine for Programmer &#38; Designer (WYSIWYG)
ได้ฤกษ์แจก source แล้ว (BSD License)
ง่ายๆ สั้นๆ คือใช้ได้ฟรีทุกกรณี แต่ต้องติด copyright ด้านบน script ไว้
เป็น Class Template Engine สำหรับ PHP ออกแบบมาเพื่อให้ Designer และ Programmer
ทำงานร่วมกันได้อย่างสะดวกและรวดเร็วต่อการแก้ไข สามารถทำงานพร้อมๆ กันไปได้
โดยไม่มีปัญหา ยกตัวอย่าง
- Designer ใช้ Css, Dreamweaver หรือ Frontpage ก็จะมองเห็นแบบนั้นเลย
- Programmer เขียน .php แยกออกมาต่างหากแทบไม่ต้องยุ่งกับไฟล์ .html แค่นำตัวแปรไปวางไว้ในตำแหน่งที่ต้องการ
ใน version แรกๆ พัฒนาต่อมาจาก function Template ง่ายๆ ที่ทำงานกับ Perl [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SiXhEaD Template - PHP5 Template Engine for Programmer &amp; Designer (<a href="http://en.wikipedia.org/wiki/WYSIWYG">WYSIWYG</a>)</strong></p>
<p>ได้ฤกษ์แจก source แล้ว (BSD License)<br />
ง่ายๆ สั้นๆ คือใช้ได้ฟรีทุกกรณี แต่ต้องติด copyright ด้านบน script ไว้</p>
<p>เป็น Class Template Engine สำหรับ PHP ออกแบบมาเพื่อให้ Designer และ Programmer<br />
ทำงานร่วมกันได้อย่างสะดวกและรวดเร็วต่อการแก้ไข สามารถทำงานพร้อมๆ กันไปได้<br />
โดยไม่มีปัญหา ยกตัวอย่าง<br />
- Designer ใช้ Css, Dreamweaver หรือ Frontpage ก็จะมองเห็นแบบนั้นเลย<br />
- Programmer เขียน .php แยกออกมาต่างหากแทบไม่ต้องยุ่งกับไฟล์ .html แค่นำตัวแปรไปวางไว้ในตำแหน่งที่ต้องการ</p>
<p>ใน version แรกๆ พัฒนาต่อมาจาก function Template ง่ายๆ ที่ทำงานกับ Perl + Html<br />
ซึ่งถ้าใครเคย download Perl Script ที่ผมเคยแจกอาจจะพอจำได้ ต่อมาเพื่อการทำงาน<br />
ที่ดีขึ้นเลยเริ่มพัฒนาเป็น Class สำหรับ PHP เป็นต้นมา<br />
<span id="more-269"></span></p>
<pre>update v5.7
	   - check class with error_reporting(E_ALL);
	   - rename function, var for standard
</pre>
<table border="0" cellspacing="1" cellpadding="2">
<tbody>
<tr bgcolor="#e6e6e6">
<th>See in action</th>
<th>PHP</th>
<th>Html,XML Template</th>
</tr>
<tr bgcolor="#f8f8f8">
<td>SiXhEaD Template Class</td>
<td><a href="http://sixhead.com/my.project/SiXhEaD.Template/SiXhEaD.Template.phps">.php</a></td>
<td></td>
</tr>
<tr bgcolor="#f8f8f8">
<td><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.simple.php">Simple</a></td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.simple.phps">.php</a></div>
</td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/_tp_demo.simple.html">.html</a></div>
</td>
</tr>
<tr bgcolor="#f8f8f8">
<td><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.simple.custom.key.php">Simple &amp; custom key </a></td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.simple.custom.key.phps">.php</a></div>
</td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/_tp_demo.simple.custom.key.html">.html</a></div>
</td>
</tr>
<tr bgcolor="#f8f8f8">
<td><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.simple.with.cache.kit.php">Simple &amp; cache-kit</a></td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.simple.with.cache.kit.phps">.php</a></div>
</td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/_tp_demo.simple.html">.html</a></div>
</td>
</tr>
<tr bgcolor="#f8f8f8">
<td><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.array.php">Array</a></td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.array.phps">.php</a></div>
</td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/_tp_demo.array.html">.html</a></div>
</td>
</tr>
<tr bgcolor="#f8f8f8">
<td><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.php">All function</a> use Global $var</td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.phps">.php</a></div>
</td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/_tp_demo.html">.html</a></div>
</td>
</tr>
<tr bgcolor="#f8f8f8">
<td><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.global.false.php">All function</a> only Assign $var</td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.global.false.phps">.php</a></div>
</td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/_tp_demo.html">.html</a></div>
</td>
</tr>
<tr bgcolor="#f8f8f8">
<td><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.feeds.php">Feed, XML</a></td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/demo.feeds.phps">.php</a></div>
</td>
<td>
<div><a href="http://sixhead.com/my.project/SiXhEaD.Template/_tp_demo.feeds.xml">.xml</a></div>
</td>
</tr>
</tbody>
</table>
<p>More info about Cache-Kit <a href="http://www.scriptdd.com/webtip/php-cache-kit.html">Thai (by 9AuM) </a>l <a href="http://acme-web-design.info/php-cache-kit.htm">English  (Official)</a></p>
<p><strong>Download</strong><br />
<a href="http://iads.sixhead.com/click.php?AdsId=5&amp;Go=http://sixhead.com/my.project/SiXhEaD.Template.v5.7.zip">SiXhEaD.Template.v5.7.zip</a> l <a href="http://iads.sixhead.com/click.php?AdsId=6&amp;Go=http://sixhead.com/my.project/SiXhEaD.Template.v5.7.tar.gz">SiXhEaD.Template.v5.7.tar.gz</a></p>
<p><map name='google_ad_map_269_f21c57aff87a446f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/269?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_269_f21c57aff87a446f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=269&amp;url= http%3A%2F%2Fsixhead.com%2F2008%2F12%2F02%2Fsixhead-template-php5-template-engine-for-programmer-and-designer%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://sixhead.com/2008/12/02/sixhead-template-php5-template-engine-for-programmer-and-designer/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
