mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
a00483513d
commit
b2973de911
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue