[dev] [cvs] commit: horde/docs CODING_STANDARDS
Michael M Slusarz
slusarz at horde.org
Fri Dec 8 01:15:19 PST 2006
Quoting Duck <duck at obala.net>:
> On Friday 08 December 2006 09:47, Michael M Slusarz wrote:
>> quick blurb on foreach() usage.
>
> Maybe this can be promoted even for horde4. As the new code should be php5
> this wont be a BC issue, but will save memory in general.
But before people get all excited, realize that foreach() usage is not
a big deal in 99.9% of situations. It is only when you are dealing
with a *very* large array (i.e many MBs) when it starts to become an
issue. We rarely are pushing around this kind of data.
More information about the dev
mailing list