PHP Classes

Hi ! This is a very good class ! lool But, what this contribu...

Recommend this page to a friend!

      Autoloader  >  All threads  >  Hi ! This is a very good class !...  >  (Un) Subscribe thread alerts  
Subject:Hi ! This is a very good class !...
Summary:Package rating comment
Messages:2
Author:José Filipe Lopes Santos
Date:2011-11-07 18:26:08
Update:2012-02-24 14:34:24
 

José Filipe Lopes Santos rated this package as follows:

Utility: Good
Consistency: Good

  1. Hi ! This is a very good class !...   Reply   Report abuse  
Picture of José Filipe Lopes Santos José Filipe Lopes Santos - 2011-11-07 18:26:08
Hi !
This is a very good class ! lool
But, what this contribute, unless use in core app include by example
require_once 'DB.php'; ?

  2. Re: Hi ! This is a very good class !...   Reply   Report abuse  
Picture of João Mário Nedeff João Mário Nedeff - 2012-02-24 14:34:24 - In reply to message 1 from José Filipe Lopes Santos
hahahahaha...

Hi José,


Some people have trouble understanding how to autoload classes from different folders like models, controllers, libraries, etc. Some times for example the autoloader for MVC just masses with Smarty autoload classes.

I don't know, as I said before it may be stupid but it worked. The purpose of this class is to load new classes with ease just writing the folders they are in config.ini. It is supposed to be used with that other class (Config).