<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CodeIgniter and Doctrine from scratch Day 2 – The Basics</title>
	<atom:link href="http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics</link>
	<description>PHP, JS, CSS, jQuery, CodeIgniter, Doctrine</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:33:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: CodeIgniter and Doctrine from scratch. &#124; 世界是平的</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-88034</link>
		<dc:creator>CodeIgniter and Doctrine from scratch. &#124; 世界是平的</dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-88034</guid>
		<description>[...] Day 2: The Basics [...]</description>
		<content:encoded><![CDATA[<p>[...] Day 2: The Basics [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: видеоуроки по wordpress</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-81451</link>
		<dc:creator>видеоуроки по wordpress</dc:creator>
		<pubDate>Thu, 05 Jan 2012 14:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-81451</guid>
		<description>&lt;strong&gt;видеоуроки по wordpress...&lt;/strong&gt;

[...]CodeIgniter and Doctrine from scratch Day 2 – The Basics &#124; PHP and Stuff[...]...</description>
		<content:encoded><![CDATA[<p><strong>видеоуроки по wordpress&#8230;</strong></p>
<p>[...]CodeIgniter and Doctrine from scratch Day 2 – The Basics | PHP and Stuff[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: what is noni juice</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-78258</link>
		<dc:creator>what is noni juice</dc:creator>
		<pubDate>Tue, 27 Dec 2011 20:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-78258</guid>
		<description>&lt;strong&gt;what is noni juice...&lt;/strong&gt;

[...]CodeIgniter and Doctrine from scratch Day 2 – The Basics &#124; PHP and Stuff[...]...</description>
		<content:encoded><![CDATA[<p><strong>what is noni juice&#8230;</strong></p>
<p>[...]CodeIgniter and Doctrine from scratch Day 2 – The Basics | PHP and Stuff[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-78224</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 27 Dec 2011 18:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-78224</guid>
		<description>Sorry about the stupid question...but what problem does ORM solve. I am new to all of this and I am trying to catch up quickly but I just have a few random Q&#039;s</description>
		<content:encoded><![CDATA[<p>Sorry about the stupid question&#8230;but what problem does ORM solve. I am new to all of this and I am trying to catch up quickly but I just have a few random Q&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emilio</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-70715</link>
		<dc:creator>Emilio</dc:creator>
		<pubDate>Sun, 04 Dec 2011 03:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-70715</guid>
		<description>Hola Gonzalo checa tu base de datos si hizo el update. Creo los registros?</description>
		<content:encoded><![CDATA[<p>Hola Gonzalo checa tu base de datos si hizo el update. Creo los registros?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya joshi</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-43754</link>
		<dc:creator>Aditya joshi</dc:creator>
		<pubDate>Thu, 02 Jun 2011 20:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-43754</guid>
		<description>class Sample_controller extends Controller { function index() { $data = array(); $data[&#039;message&#039;] = &quot;index was called&quot;; $data[&#039;another_message&#039;] = &quot;blah blah&quot;; $this-&gt;load-&gt;view(&#039;my_view&#039;,$data); } }
404 Page Not Found

The page you requested was not found.


I m getting following error i did what you said</description>
		<content:encoded><![CDATA[<p>class Sample_controller extends Controller { function index() { $data = array(); $data['message'] = &#8220;index was called&#8221;; $data['another_message'] = &#8220;blah blah&#8221;; $this-&gt;load-&gt;view(&#8216;my_view&#8217;,$data); } }<br />
404 Page Not Found</p>
<p>The page you requested was not found.</p>
<p>I m getting following error i did what you said</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-38309</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Fri, 01 Apr 2011 20:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-38309</guid>
		<description>To fix you timezone warning find your php.ini file and locate the [DATE] section.  Uncomment or add date.timezone= &quot;America/Sao_Paulo&quot;

Can&#039;t help on the other stuff.</description>
		<content:encoded><![CDATA[<p>To fix you timezone warning find your php.ini file and locate the [DATE] section.  Uncomment or add date.timezone= &#8220;America/Sao_Paulo&#8221;</p>
<p>Can&#8217;t help on the other stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lean</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-37122</link>
		<dc:creator>Lean</dc:creator>
		<pubDate>Fri, 18 Mar 2011 13:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-37122</guid>
		<description>Great tutorial!
But I have had this problem:


A PHP Error was encountered

Severity: Warning

Message: require_once(): It is not safe to rely on the system&#039;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 &#039;America/Sao_Paulo&#039; for &#039;-3.0/no DST&#039; instead

Filename: models/clientes.php

Line Number: 31


When I removed the model class &quot;clientes.php&quot; it&#039;s worked!

my cliente class:

hasColumn(&#039;idClientes&#039;,&#039;string&#039;,10,array(&#039;unique&#039;=&gt;true,&#039;notnull&#039;=&gt;true, &#039;primary&#039; =&gt; true));
			$this-&gt;hasColumn(&#039;Nome&#039;,&#039;string&#039;,45, array(&#039;notnull&#039;=&gt;true));
			$this-&gt;hasColumn(&#039;Endereço&#039;,&#039;string&#039;,50, array(&#039;notnull&#039;=&gt;true));
			$this-&gt;hasColumn(&#039;CEP&#039;,&#039;string&#039;,8,  array(&#039;notnull&#039;=&gt;true));
			$this-&gt;hasColumn(&#039;Numero&#039;, &#039;integer&#039;,10,array(&#039;notnull&#039;=&gt;true));
			$this-&gt;hasColumn(&#039;Complemento&#039;, &#039;string&#039;, 30);
			$this-&gt;hasColumn(&#039;Bairro&#039;, &#039;string&#039; , 30, array(&#039;notnull&#039;=&gt;true));
			$this-&gt;hasColumn(&#039;Cidade&#039;, &#039;string&#039;, 30 , array(&#039;notnull&#039;=&gt;true));
			$this-&gt;hasColumn(&#039;Estado&#039;, &#039;string&#039;, 30 , array(&#039;notnull&#039;=&gt;true));
			$this-&gt;hasColumn(&#039;Email&#039;, &#039;string&#039;, 50 , array(&#039;notnull&#039;=&gt;true,&#039;unique&#039; =&gt; true,));
			$this-&gt;hasColumn(&#039;Telefone&#039;, &#039;string&#039;, 12, array(&#039;notnull&#039;=&gt;true));
			$this-&gt;hasColumn(&#039;Senha&#039;, &#039;string&#039;, 255, array(&#039;notnull&#039;=&gt;true));
		}
		
		public function setUp(){
			$this-&gt;setTableName(&#039;clientes&#039;);
			$this-&gt;actAs(&#039;Timestampable&#039;);
			$this-&gt;hasMutator(&#039;Senha&#039;, &#039;_encrypt_password&#039;);
		}
		
		protected function _encrypt_password($value) {
	        $salt = &#039;#*seCrEt!@-*%&#039;;
        	$this-&gt;_set(&#039;Senha&#039;, md5($salt . $value));
        }
?&gt;


Someone help me?</description>
		<content:encoded><![CDATA[<p>Great tutorial!<br />
But I have had this problem:</p>
<p>A PHP Error was encountered</p>
<p>Severity: Warning</p>
<p>Message: require_once(): 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;America/Sao_Paulo&#8217; for &#8216;-3.0/no DST&#8217; instead</p>
<p>Filename: models/clientes.php</p>
<p>Line Number: 31</p>
<p>When I removed the model class &#8220;clientes.php&#8221; it&#8217;s worked!</p>
<p>my cliente class:</p>
<p>hasColumn(&#8216;idClientes&#8217;,'string&#8217;,10,array(&#8216;unique&#8217;=&gt;true,&#8217;notnull&#8217;=&gt;true, &#8216;primary&#8217; =&gt; true));<br />
			$this-&gt;hasColumn(&#8216;Nome&#8217;,'string&#8217;,45, array(&#8216;notnull&#8217;=&gt;true));<br />
			$this-&gt;hasColumn(&#8216;Endereço&#8217;,'string&#8217;,50, array(&#8216;notnull&#8217;=&gt;true));<br />
			$this-&gt;hasColumn(&#8216;CEP&#8217;,'string&#8217;,8,  array(&#8216;notnull&#8217;=&gt;true));<br />
			$this-&gt;hasColumn(&#8216;Numero&#8217;, &#8216;integer&#8217;,10,array(&#8216;notnull&#8217;=&gt;true));<br />
			$this-&gt;hasColumn(&#8216;Complemento&#8217;, &#8216;string&#8217;, 30);<br />
			$this-&gt;hasColumn(&#8216;Bairro&#8217;, &#8216;string&#8217; , 30, array(&#8216;notnull&#8217;=&gt;true));<br />
			$this-&gt;hasColumn(&#8216;Cidade&#8217;, &#8216;string&#8217;, 30 , array(&#8216;notnull&#8217;=&gt;true));<br />
			$this-&gt;hasColumn(&#8216;Estado&#8217;, &#8216;string&#8217;, 30 , array(&#8216;notnull&#8217;=&gt;true));<br />
			$this-&gt;hasColumn(&#8216;Email&#8217;, &#8216;string&#8217;, 50 , array(&#8216;notnull&#8217;=&gt;true,&#8217;unique&#8217; =&gt; true,));<br />
			$this-&gt;hasColumn(&#8216;Telefone&#8217;, &#8216;string&#8217;, 12, array(&#8216;notnull&#8217;=&gt;true));<br />
			$this-&gt;hasColumn(&#8216;Senha&#8217;, &#8216;string&#8217;, 255, array(&#8216;notnull&#8217;=&gt;true));<br />
		}</p>
<p>		public function setUp(){<br />
			$this-&gt;setTableName(&#8216;clientes&#8217;);<br />
			$this-&gt;actAs(&#8216;Timestampable&#8217;);<br />
			$this-&gt;hasMutator(&#8216;Senha&#8217;, &#8216;_encrypt_password&#8217;);<br />
		}</p>
<p>		protected function _encrypt_password($value) {<br />
	        $salt = &#8216;#*seCrEt!@-*%&#8217;;<br />
        	$this-&gt;_set(&#8216;Senha&#8217;, md5($salt . $value));<br />
        }<br />
?&gt;</p>
<p>Someone help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-31632</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 07 Feb 2011 09:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-31632</guid>
		<description>Hey Burak,

I&#039;ve been really following with these tutorials after coming over from Net Tuts+.

I&#039;ve wrote a CodeIgniter 2 and Doctrine 2 integration quick-start guide and ZIP over at my website.
http://www.tlswebsolutions.com/codeigniter-2-and-doctrine-2-integration-a-working-setup-doctrineignited/

You should consider integrating or trying out CI2 and D2 sometime.

-Tim</description>
		<content:encoded><![CDATA[<p>Hey Burak,</p>
<p>I&#8217;ve been really following with these tutorials after coming over from Net Tuts+.</p>
<p>I&#8217;ve wrote a CodeIgniter 2 and Doctrine 2 integration quick-start guide and ZIP over at my website.<br />
<a href="http://www.tlswebsolutions.com/codeigniter-2-and-doctrine-2-integration-a-working-setup-doctrineignited/" rel="nofollow">http://www.tlswebsolutions.com/codeigniter-2-and-doctrine-2-integration-a-working-setup-doctrineignited/</a></p>
<p>You should consider integrating or trying out CI2 and D2 sometime.</p>
<p>-Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codeigniter untuk pemula, eps 3 &#171; Ainggoblog&#8217;s Blog</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-24835</link>
		<dc:creator>Codeigniter untuk pemula, eps 3 &#171; Ainggoblog&#8217;s Blog</dc:creator>
		<pubDate>Tue, 14 Dec 2010 17:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-24835</guid>
		<description>[...] kita. Sejauh ini sepertinya tidak ada kendala yang berarti dalam penggunaan doctrine. Tapi menurut ini, doctrine tidak bisa digunakan jika PHP yang kita gunakan adalah versi 4 (dan di [...]</description>
		<content:encoded><![CDATA[<p>[...] kita. Sejauh ini sepertinya tidak ada kendala yang berarti dalam penggunaan doctrine. Tapi menurut ini, doctrine tidak bisa digunakan jika PHP yang kita gunakan adalah versi 4 (dan di [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-21737</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Fri, 19 Nov 2010 09:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-21737</guid>
		<description>yes u can</description>
		<content:encoded><![CDATA[<p>yes u can</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riski</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-16626</link>
		<dc:creator>riski</dc:creator>
		<pubDate>Fri, 01 Oct 2010 13:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-16626</guid>
		<description>thanks for your tutorial...
can i use XAMPP for local server?</description>
		<content:encoded><![CDATA[<p>thanks for your tutorial&#8230;<br />
can i use XAMPP for local server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JG</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-15842</link>
		<dc:creator>JG</dc:creator>
		<pubDate>Thu, 23 Sep 2010 18:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-15842</guid>
		<description>Great tutorials! many thanks!
I did however run into some problems with the doctrine db connection, but i found a solution. thought i&#039;d share it in case others encounter the same problem.

I got this error when trying to add the user table: 
&quot;Maximum execution time of 30 seconds reached&quot;, i tried a few different things, but the following change in doctrine_pi.php finally did the job:

foreach ($db as $connection_name =&gt; $db_values) {
	$dsn = &#039;mysql:dbname=&#039;. $db[$connection_name][&#039;database&#039;].&#039;;host=127.0.0.1&#039;;
	$dbh = new PDO($dsn,$db[$connection_name][&#039;username&#039;],$db[$connection_name][&#039;password&#039;]);
	Doctrine_Manager::connection($dbh,$connection_name);
}</description>
		<content:encoded><![CDATA[<p>Great tutorials! many thanks!<br />
I did however run into some problems with the doctrine db connection, but i found a solution. thought i&#8217;d share it in case others encounter the same problem.</p>
<p>I got this error when trying to add the user table:<br />
&#8220;Maximum execution time of 30 seconds reached&#8221;, i tried a few different things, but the following change in doctrine_pi.php finally did the job:</p>
<p>foreach ($db as $connection_name =&gt; $db_values) {<br />
	$dsn = &#8216;mysql:dbname=&#8217;. $db[$connection_name]['database'].&#8217;;host=127.0.0.1&#8242;;<br />
	$dbh = new PDO($dsn,$db[$connection_name]['username'],$db[$connection_name]['password']);<br />
	Doctrine_Manager::connection($dbh,$connection_name);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeIgniter and Doctrine &#8211; Me and My Self</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-15822</link>
		<dc:creator>CodeIgniter and Doctrine &#8211; Me and My Self</dc:creator>
		<pubDate>Thu, 23 Sep 2010 14:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-15822</guid>
		<description>[...] Day 2: The Basics [...]</description>
		<content:encoded><![CDATA[<p>[...] Day 2: The Basics [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Musaddiq</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-7464</link>
		<dc:creator>Musaddiq</dc:creator>
		<pubDate>Thu, 01 Jul 2010 05:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-7464</guid>
		<description>thanks doctrine team</description>
		<content:encoded><![CDATA[<p>thanks doctrine team</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abid</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-6677</link>
		<dc:creator>Abid</dc:creator>
		<pubDate>Mon, 14 Jun 2010 11:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-6677</guid>
		<description>Very nicely presented. Can you please tell me about how to integrate doctrine 2.0 in codeigniter. ?? your tutorial is for doctrine 1.2</description>
		<content:encoded><![CDATA[<p>Very nicely presented. Can you please tell me about how to integrate doctrine 2.0 in codeigniter. ?? your tutorial is for doctrine 1.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valery</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-3434</link>
		<dc:creator>Valery</dc:creator>
		<pubDate>Mon, 05 Apr 2010 21:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-3434</guid>
		<description>Very nice tutorial. Thank You.</description>
		<content:encoded><![CDATA[<p>Very nice tutorial. Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael poplin</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-2841</link>
		<dc:creator>michael poplin</dc:creator>
		<pubDate>Fri, 19 Mar 2010 02:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-2841</guid>
		<description>Thank you for this. You are my hero.</description>
		<content:encoded><![CDATA[<p>Thank you for this. You are my hero.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonzalo</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-2754</link>
		<dc:creator>Gonzalo</dc:creator>
		<pubDate>Tue, 16 Mar 2010 20:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-2754</guid>
		<description>Hi, Great Tutorial. I´m having trouble with Doctrine (I guess) it isn´t show me any errors, it´s just show me a blank page.
What could it be wrong?

Thank you.

(Sorry for my english, it´s not my first language)</description>
		<content:encoded><![CDATA[<p>Hi, Great Tutorial. I´m having trouble with Doctrine (I guess) it isn´t show me any errors, it´s just show me a blank page.<br />
What could it be wrong?</p>
<p>Thank you.</p>
<p>(Sorry for my english, it´s not my first language)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-and-doctrine-from-scratch-day-2-the-basics/comment-page-1#comment-1659</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Fri, 29 Jan 2010 10:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=290#comment-1659</guid>
		<description>Hi, thanks to your brilliant tutorial, I built up the integration of Codeigniter and Doctrine.

I finished by this &quot;Basic&quot; page and try to call
Doctrine::getTable(&#039;Entries&#039;)-&gt;find(2); to retrieve an entry from my DB table.

But got error &quot;Fatal error: Class &#039;Doctrine&#039; not found&quot;.
Is there anything more that I should config?

Thanks &amp; Regards.
Larry.</description>
		<content:encoded><![CDATA[<p>Hi, thanks to your brilliant tutorial, I built up the integration of Codeigniter and Doctrine.</p>
<p>I finished by this &#8220;Basic&#8221; page and try to call<br />
Doctrine::getTable(&#8216;Entries&#8217;)-&gt;find(2); to retrieve an entry from my DB table.</p>
<p>But got error &#8220;Fatal error: Class &#8216;Doctrine&#8217; not found&#8221;.<br />
Is there anything more that I should config?</p>
<p>Thanks &amp; Regards.<br />
Larry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

