<?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>Stone Studio &#187; php program Archives </title>
	<atom:link href="http://wei-jiang.com/tag/php-program/feed" rel="self" type="application/rss+xml" />
	<link>http://wei-jiang.com</link>
	<description></description>
	<lastBuildDate>Wed, 14 Dec 2011 00:22:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Joomla! popup window design using the MVC concept</title>
		<link>http://wei-jiang.com/programming/joomla-popup-window-design-using-the-mvc-concept</link>
		<comments>http://wei-jiang.com/programming/joomla-popup-window-design-using-the-mvc-concept#comments</comments>
		<pubDate>Mon, 27 Jul 2009 23:15:02 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[mv]]></category>
		<category><![CDATA[php program]]></category>

		<guid isPermaLink="false">http://wei-jiang.com/?p=401</guid>
		<description><![CDATA[我们可以很容易的写个程序来制造出个弹出窗口。Joomla推荐使用MVC，我们来看看用MVC有什么好处。 什么是MVC， wikipedia是这么介绍的： MVC（Model-View-Controller，模型—檢視—控制器模式）是軟體專案中的一種軟體架構模式。它把軟體系統分為三個基本部分：模型（Model），檢視（View）和控制器（Controller）。。。模型—檢視—控制器模式的目的是實作一種動態的程式設計，使後續對程式的修改和擴展簡化，並且使程式某一部分的重複利用成為可能。除此之外此模式透過對複雜度的簡化使程式結構更加直覺。 Summary In order to adapt the MVC concept, we will need a view, a controller and a model. Because this example is simple, and we have only used a view, a controller. The folder structure is as follows: /components/com_js/js.php /components/com_js/views/modalcontent/tmpl/default.php /components/com_js/views/modalcontent/view.raw.php The js.php program is the Controller. It has the modalBoxMVC [...]]]></description>
		<wfw:commentRss>http://wei-jiang.com/programming/joomla-popup-window-design-using-the-mvc-concept/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recording traffic using Joomla!</title>
		<link>http://wei-jiang.com/programming/recording-traffic-using-joomla</link>
		<comments>http://wei-jiang.com/programming/recording-traffic-using-joomla#comments</comments>
		<pubDate>Mon, 27 Jul 2009 20:03:30 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[php program]]></category>

		<guid isPermaLink="false">http://wei-jiang.com/?p=376</guid>
		<description><![CDATA[今天介绍如何使用Joomla来记录浏览量。 在这儿的浏览量简单的定义为用户通过url进入某个页面的次数，包括刷新页面。 Summary&#38;pre-requirement The key point of this example is to use the hit() member function of JTable. I assume you have a local Joomla! 1.5 development set up and running. I assume you have a table called jos_foo, like jos_foo Field Type Allow Null Default Value id int(11) No name varchar(255) Yes favorite_food varchar(255) [...]]]></description>
		<wfw:commentRss>http://wei-jiang.com/programming/recording-traffic-using-joomla/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

