Changeset 21496 for branches/version-2_12-dev/data/app_initial.php
- Timestamp:
- 2012/02/13 16:31:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/app_initial.php
r21490 r21496 46 46 $objInit->init(); 47 47 48 48 49 /** 49 50 * クラスのオートローディングを定義する 50 51 * 51 * LC_* には対応していない。 52 * 関数なので、このように囲う必要はないが、メインの処理フローを分かりやすくするため定義した。 53 * @return void 52 54 */ 53 55 function setClassAutoloader() { 56 /** 57 * クラスのオートローディング本体 58 * 59 * LC_* には対応していない。 60 * @return void 61 */ 54 62 function __autoload($class) { 55 63 $arrClassNamePart = explode('_', $class);
Note: See TracChangeset
for help on using the changeset viewer.