Files
yii2/docs/autoloader.md
Alexander Makarov 45020ebc72 autoloader draft docs
2013-02-08 03:23:48 +04:00

366 B

Yii2 class loader

Yii 2 class loader is PSR-0 compliant. That means it can handle most of the PHP libraries and frameworks out there.

In order to autoload a library you need to set a root alias for it.

PEAR-style libraries

\Yii::setAlias('@Twig', '@app/vendors/Twig');

References

  • YiiBase::autoload