Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
052990cc
Commit
052990cc
authored
Aug 31, 2012
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated autoloader comments
parent
2b3e7315
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
library/Solarium/Autoloader.php
library/Solarium/Autoloader.php
+6
-3
No files found.
library/Solarium/Autoloader.php
View file @
052990cc
...
@@ -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
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment