NYCPHP Meetup

NYPHP.org

[nycphp-talk] More questions about working with forms

John Campbell jcampbell1 at gmail.com
Fri Dec 14 11:58:14 EST 2007


> Is there anything drastically flawed with my approach?
>

Since you understand the pitfalls of your approach and choose to do it
that way it is not a problem.  You are also using sessions to prevent
repeated hits to the database for "performance reasons".  Don't do
that. It typically makes performance worse because session data must
be serialized and written to disk on every request even if the data
doesn't change.

Regards,
John Campbell



More information about the talk mailing list