[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: files out of the repository
Robert Myers wrote:
> I don't think it is overkill, it makes your code look a lot
> cleaner, and the objects work out really well. Such as the object for the
> categories will be totally sweet. And the best thing is we can reuse/add
> to them. I cannot speak for the performance of the Objects though.
Performance is what I'm worried about. PHP re-interprets the page and
all its includes each time it's loaded (though *maybe* I'm wrong on
that). When we have a lot of objects and functions that work on them,
that could be a performance hit.
I'm starting to think maybe most of this stuff should have been done in
mod_perl, and leave the PHP for the relatively simple things. Maybe not
though.....