View Single Post
  #1  
Old 05-29-2011, 04:35 PM
iBeatz iBeatz is offline
Kavan
iBeatz's Avatar
Join Date: Dec 2010
Location: Northern Ireland, UK
Posts: 154
iBeatz will become famous soon enough
Send a message via Yahoo to iBeatz
Loading the class folder

I've been trying all sorts of ways trying to load and list the classes folder, but I just can't get it. It won't even load the contents of the folder.

I've made a constant variabe CLASS_FOLDER, with the class folder specified as classes/*.txt, but it won't load them.
I know there is nothing wrong with the rest of my script, as everything else is functioning apart from this line.

PHP Code:
temp.cls.loadfolder(CLASS_FOLDER,false); 
Can anyone tell me why? Is there something different about the class folder than all the other folders that I should be aware of?
__________________

Intelligence without ambition is like a bird without wings.

Reply With Quote