<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: CodeIgniter - loading external libraries</title>
	<link>http://pr0digy.com/codeigniter/loading-external-libraries/</link>
	<description>Web development with CodeIgniter and Mootools.</description>
	<pubDate>Sat, 04 Feb 2012 10:22:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: gillbates</title>
		<link>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-967</link>
		<dc:creator>gillbates</dc:creator>
		<pubDate>Wed, 27 Aug 2008 13:41:30 +0000</pubDate>
		<guid>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-967</guid>
		<description>Yup, it did run faster when using require_once.

I was loading my models [$this-&#62;load-&#62;model('Subareamodel')] in my controller constructor. Instead of doing that I loaded the models in the controller methods that needed them. This made the whole thing run at its previously quick pace, even with autoload. I can live with that, I suppose.</description>
		<content:encoded><![CDATA[<p>Yup, it did run faster when using require_once.</p>
<p>I was loading my models [$this-&gt;load-&gt;model(&#8217;Subareamodel&#8217;)] in my controller constructor. Instead of doing that I loaded the models in the controller methods that needed them. This made the whole thing run at its previously quick pace, even with autoload. I can live with that, I suppose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-955</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 26 Aug 2008 09:57:48 +0000</pubDate>
		<guid>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-955</guid>
		<description>Hmmm...  Well, can you try loading that parent model using &lt;em&gt;require_once()&lt;/em&gt; and see what difference that would make?</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;  Well, can you try loading that parent model using <em>require_once()</em> and see what difference that would make?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gillbates</title>
		<link>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-954</link>
		<dc:creator>gillbates</dc:creator>
		<pubDate>Tue, 26 Aug 2008 09:53:37 +0000</pubDate>
		<guid>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-954</guid>
		<description>However, I am running this on a very beleaguered development machine. It will probably be negligible once it goes into production.</description>
		<content:encoded><![CDATA[<p>However, I am running this on a very beleaguered development machine. It will probably be negligible once it goes into production.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gillbates</title>
		<link>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-953</link>
		<dc:creator>gillbates</dc:creator>
		<pubDate>Tue, 26 Aug 2008 09:50:04 +0000</pubDate>
		<guid>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-953</guid>
		<description>According to the codeigniter profiler, there are around 0.0589s of difference in execution time between autoloaded and autoload-less pages that are otherwise identical. The differences will be more or less noticeable depending on the complexity of the page, I suppose.</description>
		<content:encoded><![CDATA[<p>According to the codeigniter profiler, there are around 0.0589s of difference in execution time between autoloaded and autoload-less pages that are otherwise identical. The differences will be more or less noticeable depending on the complexity of the page, I suppose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-952</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 26 Aug 2008 09:47:39 +0000</pubDate>
		<guid>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-952</guid>
		<description>No, I haven't encountered any slowdowns.  I use this setup on several machines and they all seem to run it rather well.</description>
		<content:encoded><![CDATA[<p>No, I haven&#8217;t encountered any slowdowns.  I use this setup on several machines and they all seem to run it rather well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gillbates</title>
		<link>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-951</link>
		<dc:creator>gillbates</dc:creator>
		<pubDate>Tue, 26 Aug 2008 09:30:17 +0000</pubDate>
		<guid>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-951</guid>
		<description>Thanks. Did you encounter significant slowdown in performance after using __autoload()? My app feels slower, but I didn't bother to check loading times using the profiler before enabling autoload, so I'm not sure.</description>
		<content:encoded><![CDATA[<p>Thanks. Did you encounter significant slowdown in performance after using __autoload()? My app feels slower, but I didn&#8217;t bother to check loading times using the profiler before enabling autoload, so I&#8217;m not sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-897</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 22 Aug 2008 15:05:30 +0000</pubDate>
		<guid>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-897</guid>
		<description>I place all of them into index.php, seems logical since all of the other constants are created there.</description>
		<content:encoded><![CDATA[<p>I place all of them into index.php, seems logical since all of the other constants are created there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gillbates</title>
		<link>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-892</link>
		<dc:creator>gillbates</dc:creator>
		<pubDate>Fri, 22 Aug 2008 13:43:58 +0000</pubDate>
		<guid>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-892</guid>
		<description>Hi Alex. It's me again. Where would be a good place to define PATH_TO_LIBRARIES? Thanks!

-brian</description>
		<content:encoded><![CDATA[<p>Hi Alex. It&#8217;s me again. Where would be a good place to define PATH_TO_LIBRARIES? Thanks!</p>
<p>-brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben Zevallos Jr.</title>
		<link>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-825</link>
		<dc:creator>Ruben Zevallos Jr.</dc:creator>
		<pubDate>Mon, 30 Jun 2008 15:41:58 +0000</pubDate>
		<guid>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-825</guid>
		<description>Thanks for the idea... I was trying to understand how get I add my own library...</description>
		<content:encoded><![CDATA[<p>Thanks for the idea&#8230; I was trying to understand how get I add my own library&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-89</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 25 Oct 2007 15:47:09 +0000</pubDate>
		<guid>http://pr0digy.com/codeigniter/loading-external-libraries/#comment-89</guid>
		<description>Thanks for the pointer.  It does, in fact, provide better and more flexible ways for autoloading.  Also, there is a possibility to place all of the routines into methods within a class.</description>
		<content:encoded><![CDATA[<p>Thanks for the pointer.  It does, in fact, provide better and more flexible ways for autoloading.  Also, there is a possibility to place all of the routines into methods within a class.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

