<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.joomla.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.joomla.org/index.php?title=Talk:Component&amp;feed=atom&amp;action=history</id>
		<title>Talk:Component - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.joomla.org/index.php?title=Talk:Component&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/index.php?title=Talk:Component&amp;action=history"/>
		<updated>2013-05-19T02:47:21Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.3</generator>

	<entry>
		<id>http://docs.joomla.org/index.php?title=Talk:Component&amp;diff=13726&amp;oldid=prev</id>
		<title>Clogan: Use lowercase folder and file names.</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/index.php?title=Talk:Component&amp;diff=13726&amp;oldid=prev"/>
				<updated>2009-03-22T21:37:28Z</updated>
		
		<summary type="html">&lt;p&gt;Use lowercase folder and file names.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;When creating custom components try to use file names and folder names with all lowercase letters.  I had created some complex MVC components, naming my folders and files after my classes in the component.  This meant that I had upper and lowercase letters in the folder and file names.  During testing on my Windows machine everything worked fine, but when I transfered to a remote host running unix, nothing worked properly.  The errors provided by the framework were only slightly helpful in identifying the root cause which was that the JPath:: class implicitly calls strtolower() on all paths.  Therefore my files were not being found by the framework.  I hope this helps save someone some time.&lt;/div&gt;</summary>
		<author><name>Clogan</name></author>	</entry>

	</feed>