[TYPO3-core] RFC: #9313: Introduce HTTP_STATUS-Constants

Martin Kutschker masi-no at spam-typo3.org
Mon Sep 15 16:37:04 CEST 2008


Ingo Renner schrieb:
> Dmitry Dulepov [typo3] wrote:
> 
>> Steffen Kamper wrote:
>>> i'm experimenting with an autoloader, and to resolve path for the
>>> class this would help much.
>>> If you have class named "t3lib_http_request"
>>> it would be easy to know that this class is in
>>> t3lib/http/class.t3lib_http_request.php
> 
> This is exactly how it is supposed to work and which is way I say it
> should be like this.
> 
>>> But i'm open for ideas without underscore having such autoload in mind.
>>
>> Class registry should do.
> 
> yes, but only fr certain parts.

Please use magic with naming convention and folder structure. registry
only for backward compatibility (multiple classes in one file etc).

But I wouldn't mind if we do a cleanup and rename/split files. The old
files can then be simple wrappers that include the new file(s).

Masi


More information about the TYPO3-team-core mailing list