<?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>Fresker小站 &#187; Yii</title>
	<atom:link href="http://www.fresker.com/old2/archives/category/%e6%95%99%e7%a8%8b%e7%b1%bb/php%e6%95%99%e7%a8%8b/yii/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fresker.com/old2</link>
	<description>天将降大任于斯人也，必先苦其心志，劳其筋骨，饿其体肤，空乏其身....</description>
	<lastBuildDate>Sat, 05 May 2018 04:20:42 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>YII错误date()</title>
		<link>http://www.fresker.com/old2/archives/365</link>
		<comments>http://www.fresker.com/old2/archives/365#comments</comments>
		<pubDate>Mon, 23 May 2011 08:58:23 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[Yii]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=365</guid>
		<description><![CDATA[有一段实际没有用yii啊， 记得当初用的时候还是1.1.4，现在都1.1.7了，今天架了一下，准备开始一个自己的项目，结果刚通过yiic　webapp webroot搞定了第一步，修改yii framework 位置之后，准备进入index看看效果，结果不是之前熟悉的首页，给了我一个页面 date(): It is not safe to rely on the system&#8217;s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected &#8216;UTC&#8217; for [...]]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/365/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQUERY中ajax函数的区别</title>
		<link>http://www.fresker.com/old2/archives/273</link>
		<comments>http://www.fresker.com/old2/archives/273#comments</comments>
		<pubDate>Wed, 13 Oct 2010 03:21:33 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[Yii]]></category>
		<category><![CDATA[service network start也failed]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=273</guid>
		<description><![CDATA[在jQuery中，提供了多种Ajax函数供开发者开发基于Ajax的应用，分别是 $.ajax(opt) $(sel).load(url,data,callback) $.get(url,callback) $.post(url,data,callback) $.getJSON(url,data,callback) $.getScript(url,callback) 他们之间的差别不大，但是理解了这些差别可以避免不必要的麻烦，特别是在处理数据返回类型的时候。 1.$.ajax(opt)函数 $.ajax(opt)函数是jQuery中提供的一个比较低层的Ajax函数，有许多参数供开发者选择，可以实现较为复杂的Ajax应用。 2.$(sel).load(url,data,callback)函数 $(sel).load(url,data,callback)函数可以将远程的HTML文件代码，添加到指定页面的选择器中，函数中包含3个 输入参数，其中url是需要加载的HTML网页地址；data是发送至服务器的键、值对数据，该参数是可选的；callback则是载入成功时的回调函 数，该参数同样是可选的。 3.$.get(url,data,callback)和$.post(url,data,callback)函数 $.get(url,data,callback)和$.post(url,data,callback)函数，以GET方式或者POST方式，发送相关的数据data，请求相关的url页面，请求成功时的回调函数callback。 如果需要在请求发生错误时，执行相关的函数，需要使用前面所述的$.ajax(opt)函数。 4.$.getJSON(url,data,callback)函数 $.getJSON(url,data,callback)函数以GET方式发送相关的数据data,请求相关的url页面，请求成功时的回调函数callback。 $.getJSON(url,data,callback)函数与$.get(url,data,callback)函数类似，只是请求返回的数据格式不同。 在asp.net3.5 mvc项目中，通过使用JsonResult类，可以非常容易地实现JSON格式的数据。 5.$.getScript(url,callback)函数 $.getScript(url,callback)函数，以GET方式请求指定的JavaScript文件，并执行该JavaScript文件，请求成功时的回调函数callback。]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/273/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->