add doc for autoloading

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327972 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Xinchen Hui 2012-10-10 02:57:31 +00:00
parent a00483513d
commit b2973de911

View file

@ -179,6 +179,12 @@ class A_B_TestModel =>
</programlisting>
</example>
<note>
<para>
As of 2.1.18, Yaf supports Controller autoloading, but autoloader only try to locate controller
class script under the default module folders, which is APPLICATION_PATH/controllers.
</para>
</note>
also, the directory will be affected by <link linkend="ini.yaf.lowcase-path">yaf.lowcase_path</link>.
</para>
</section>