|
|
|
|
|
by yeahbutbut
4371 days ago
|
|
I've found exactly two: Ghetto templating (using a PHP file as a template). Extract an object from the database into local vars to echo in the "template". Parsing fixed width files, zip the columns with their names, then extract in the processing function. In both cases you know exactly which vars are being replaced. The real WTF is extract on $_{REQUEST,GET,POST,SERVER,...}. |
|