[nycphp-talk] 'In and out' of php
Chris Snyder
csnyder at chxo.com
Sat Jan 24 13:04:19 EST 2004
Mark Armendariz wrote:
><td><a href="index.php?page=<?= $_GET['page'] ?>&sort=id">ID</a></td>
><td><a href="index.php?page=<?= $_GET['page'] ?>&sort=title">Title</a></td>
>
>So my question: Is going 'in and out' of php as such expensive? Does it
>take more memory or added processing?
>
Since this is how PHP was originally designed to be used, my guess is no.
I've always assumed that PHP was optimizing those somehow, but I don't
really have any proof...
More information about the talk
mailing list