[TYPO3-core] RFC: #9313: Introduce HTTP_STATUS-Constants
Steffen Kamper
info at sk-typo3.de
Sat Sep 13 17:10:27 CEST 2008
Ingo Renner schrieb:
> Dmitry Dulepov [typo3] wrote:
>
>
>> Ingo Renner wrote:
>>> agreed, or even t3lib_http_Response and t3lib_http_Request
>>
>> Hmmm. Since when do we use underscores to separate words in class names?
>
> in this case it would result in having those classes in
> t3lib/http/class.t3lib_http_Response.php and
> t3lib/http/class.t3lib_http_Request.php
>
> ... just another folder to keep stuff grouped together. This will later
> also help for the autoloader to work better.
>
>
> We coud of course just do t3lib_HttpResponse and t3lib_HttpRequest and
> just put them into t3lib without the subfolder. I would prefer the
> former option, though.
>
>
> Ingo
>
Hi,
i would prefer grouping with folders like you suggested
http
- class.t3lib_http_xyz.php
array
- class.t3lib_array_xyz.php
html
- class.t3lib_html_xyz.php
...
it's bad to have 100's of files in one folder, organizing helps to find
the stuff
vg Steffen
More information about the TYPO3-team-core
mailing list