<?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>Webscriptz.be &#187; yii</title>
	<atom:link href="http://webscriptz.be/tags/yii/feed/" rel="self" type="application/rss+xml" />
	<link>http://webscriptz.be</link>
	<description></description>
	<lastBuildDate>Sun, 06 May 2012 11:08:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Using Our Models To Do Basic Queries On The DB</title>
		<link>http://webscriptz.be/2011/06/23/using-our-models-to-do-basic-queries-on-the-db/</link>
		<comments>http://webscriptz.be/2011/06/23/using-our-models-to-do-basic-queries-on-the-db/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 21:37:39 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[AR]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[queries]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[yii framework]]></category>
		<category><![CDATA[yiiframework]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=409</guid>
		<description><![CDATA[The application has an auto-generated model, Gii kindly provides the model once the database is created. &#60;?phpclass Product extends CActiveRecord&#123;&#160;&#160;&#160;&#160;/**&#160;&#160;&#160;&#160;&#160;* The followings are the available columns in table 'Product':&#160;&#160;&#160;&#160;&#160;* @var integer $id&#160;&#160;&#160;&#160;&#160;* @var integer $brandId&#160;&#160;&#160;&#160;&#160;* @var string $name&#160;&#160;&#160;&#160;&#160;* @var string $price&#160;&#160;&#160;&#160;&#160;*/&#160;&#160;&#160;&#160;&#160;/**&#160;&#160;&#160;&#160;&#160;* Returns the static model of the specified AR class.&#160;&#160;&#160;&#160;&#160;* @return CActiveRecord the static model [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2011/06/23/using-our-models-to-do-basic-queries-on-the-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YiiFramework adding functions to your models</title>
		<link>http://webscriptz.be/2011/06/23/yiiframework-adding-functions-to-your-models/</link>
		<comments>http://webscriptz.be/2011/06/23/yiiframework-adding-functions-to-your-models/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 21:16:04 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[AR]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[queries]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[yii framework]]></category>
		<category><![CDATA[yiiframework]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=406</guid>
		<description><![CDATA[MVC has some principals to it, like the fat model principal that I&#8217;ll show in this tutorial and which is used in a lot of frameworks. I&#8217;m going to show how to add and use functions that can be added to a model. There are a few ways to add to a models that increase [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2011/06/23/yiiframework-adding-functions-to-your-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mySQL view and YiiFramework</title>
		<link>http://webscriptz.be/2011/06/23/mysql-view-and-yiiframework/</link>
		<comments>http://webscriptz.be/2011/06/23/mysql-view-and-yiiframework/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 18:03:19 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[myssql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql view]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[yii framework]]></category>
		<category><![CDATA[yiiframework]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=402</guid>
		<description><![CDATA[The sql standard gives the possibility to create a view, a view is or can be a mask of one column for a special user that only has access to some of the data and thus not all the data stored in the column? The view can also be used to regroup data from multiple [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2011/06/23/mysql-view-and-yiiframework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL &amp; Yii</title>
		<link>http://webscriptz.be/2011/06/21/sql-yii/</link>
		<comments>http://webscriptz.be/2011/06/21/sql-yii/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 18:35:59 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[yii framework]]></category>
		<category><![CDATA[yiiframework]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=399</guid>
		<description><![CDATA[At school, I have a course ORACLE SQL which learned me some new tricks and options, I&#8217;ve also been testing them in MySQL and so the idea grew to see how Yii framework would interact with those tricks. I must say I didn&#8217;t expect them to work but they do so probably within the next [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2011/06/21/sql-yii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yiiframework Captcha problem</title>
		<link>http://webscriptz.be/2011/02/23/yiiframework-captcha-problem/</link>
		<comments>http://webscriptz.be/2011/02/23/yiiframework-captcha-problem/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 14:48:10 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[yiiframework]]></category>

		<guid isPermaLink="false">http://webscriptz.be/2011/02/23/yiiframework-captcha-problem/379</guid>
		<description><![CDATA[While lanching a new website I had problems with the AJAX request allowing the captcha to refresh itself. The link &#8216;Get a new code&#8217; didn&#8217;t work properly and I didn&#8217;t really find an alternative at first. The only alternative I found it to add in the $this->widget(); add an array after &#8216;CCaptcha&#8217;: Share on Facebook]]></description>
		<wfw:commentRss>http://webscriptz.be/2011/02/23/yiiframework-captcha-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yii framework: RBAC</title>
		<link>http://webscriptz.be/2011/02/16/yii-framework-rbac/</link>
		<comments>http://webscriptz.be/2011/02/16/yii-framework-rbac/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 18:44:43 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[access-control]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[RBAC]]></category>
		<category><![CDATA[role-based-access]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[yii framework]]></category>

		<guid isPermaLink="false">http://webscriptz.be/2011/02/16/yii-framework-rbac/369</guid>
		<description><![CDATA[Rbac in the Yiiframework isn&#8217;t hard at all but how do you keep your db clean and readable code readable and logic! After you have successfully configured the RBAC in /protected/config/main.php you need to insert the sql into your database and introduce your rules and accesses into to table, mine looks like this: And my [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2011/02/16/yii-framework-rbac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yii framework saving models to database</title>
		<link>http://webscriptz.be/2010/11/17/yii-framework-saving-models-to-database/</link>
		<comments>http://webscriptz.be/2010/11/17/yii-framework-saving-models-to-database/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 21:05:47 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[auth]]></category>
		<category><![CDATA[php module]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[signup]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[yiiframework]]></category>

		<guid isPermaLink="false">http://webscriptz.be/2010/11/17/yii-framework-saving-models-to-database/365</guid>
		<description><![CDATA[Recently i&#8217;ve been writing on my authentication and account modules, especially the SignUpModule has been some sort of a real pain. I only now realize what it was. Yii only saved my first model after which it apparently said goodbye to saving to the db. Luckily or not, I found a link on the Yii [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2010/11/17/yii-framework-saving-models-to-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yii, divide your models into folders</title>
		<link>http://webscriptz.be/2010/11/13/yii-divide-your-models-into-folders/</link>
		<comments>http://webscriptz.be/2010/11/13/yii-divide-your-models-into-folders/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 15:24:45 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[hierarchy]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[yii framework]]></category>

		<guid isPermaLink="false">http://webscriptz.be/2010/11/13/yii-divide-oyour-models-into-folders/354</guid>
		<description><![CDATA[Working with models in Yii is easy but you can&#8217;t let them confuse you so I propose you subdivide your models in two categories the form models and the AR models. Note that you will to have to indicate this in each module: Share on Facebook]]></description>
		<wfw:commentRss>http://webscriptz.be/2010/11/13/yii-divide-your-models-into-folders/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Yii &amp; encryption</title>
		<link>http://webscriptz.be/2010/11/13/yii-encryption/</link>
		<comments>http://webscriptz.be/2010/11/13/yii-encryption/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 15:02:45 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[AES]]></category>
		<category><![CDATA[decrypt]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rijdael]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[yii]]></category>

		<guid isPermaLink="false">http://webscriptz.be/2010/11/13/yii-encryption/344</guid>
		<description><![CDATA[I&#8217;ve already said a few things about Yii and the encryption in a few posts prior to this one so now let me help everybody a hand in working with the Yii encryption. Basic Configuration The image is the minimal configuration you will need in &#8216;yourApplication/protected/config/main.php Usage Once you have installed this, the only thing [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2010/11/13/yii-encryption/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rijndael_256 &amp; php &amp; Yii frameworkstoring encrypted data</title>
		<link>http://webscriptz.be/2010/11/02/rijndael_256-php-yii-frameworkstoring-encrypted-data/</link>
		<comments>http://webscriptz.be/2010/11/02/rijndael_256-php-yii-frameworkstoring-encrypted-data/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 23:16:04 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[AES]]></category>
		<category><![CDATA[auth]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rijdael]]></category>
		<category><![CDATA[yii]]></category>

		<guid isPermaLink="false">http://webscriptz.be/2010/11/02/rijndael_256-php-yii-frameworkstoring-encrypted-data/337</guid>
		<description><![CDATA[While programming my authentication module today, i&#8217;ve been experimenting with Rijndael 256 or AES as it is also known. This isn&#8217;t hard, at least not the code because php already includes everything as does Yii for that matter, no, the hard thing is to store an encrypted password. AES encodes your password but does so [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2010/11/02/rijndael_256-php-yii-frameworkstoring-encrypted-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

