Commit 052990cc authored by Bas de Nooijer's avatar Bas de Nooijer

Updated autoloader comments

parent 2b3e7315
...@@ -41,10 +41,13 @@ namespace Solarium; ...@@ -41,10 +41,13 @@ namespace Solarium;
/** /**
* Autoloader * Autoloader
* *
* This class is included to allow for easy usage of Solarium. * This class is included to allow for easy usage of Solarium in environments missing a PSR-O autoloader.
* *
* Please note that Solarium is also PSR-0 compliant, so you can * It's recommended to install Solarium using composer, which will also provide autoloading for you. In that
* use any compatible autoloader (most modern frameworks include one) * case you don't need to use this autoloader.
*
* Solarium is PSR-0 compliant, so you can also use any other compatible autoloader
* (most modern frameworks include one)
*/ */
class Autoloader class Autoloader
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment