OSDN Git Service

- fixed bug Ethna_Session#isAnonymous returns invalid result (thanks:longkey1)
[ethna/ethna.git] / class / Ethna_ClassFactory.php
2008-07-03 mumumu-org- moved ETHNA_UTF8_BRANCH to trunk.
2008-06-24 mumumu-org- now Ethna_ClassFactory#getManger first parameter...
2008-05-07 mumumu-org- ETHNA_UTF8_BRANCH followed r528 in trunk.
2008-05-07 mumumu-org- comment tweaks, TODO added about getObject|getManager...
2008-04-28 mumumu-org- followed r513 in trunk.
2008-04-24 mumumu-org- workaround for php 4.4.x E_NOTICE when call_user_func...
2007-12-13 mumumu-orgNewly import UTF-8 code
2007-12-13 mumumu-orgrecreate UTF-8 Branch Directory
2007-12-13 mumumu-orgnewly import UTF-8 code
2006-11-28 ichii386- fix require/include style.
2006-11-17 ichii386- fix bug with using app manager not associated to...
2006-11-16 ichii386- [#9431] try _include() at ClassFactory::getManager...
2006-11-13 ichii386- delay including Smarty, PEAR_DB w/ ClassFactory.
2006-10-31 ichii386- add af::clearFormVars().
2006-10-28 ichii386- remove var_dump().
2006-10-28 ichii386- add ethna & pear mixed style at Ethna_ClassFactory...
2006-10-28 ichii386- fix PEAR's style naming.
2006-08-22 fujimoto- Ethna_ClassFactory::getObject()でクラス定義に無いキーが渡された場合はEth...
2006-07-22 fujimoto- fix notice (Only variable references should be return...
2006-07-20 fujimoto- [breaking B.C.] Ethna_ClassFactoryのリファクタリング
2006-07-19 fujimoto- ハードタブ -> ソフトタブ
2006-07-10 fujimoto- [breaking B.C.] Ethna_Loggerリファクタリング
2005-07-29 fujimoto- #6423(php-4.4.0で大量のエラーの後、Segv(11))を修正(patch by ramsyさん)
2005-01-12 fujimoto- Ethna_ClassFactoryクラスを追加