03-26-2009, 11:21 PM
|
#16 (permalink)
|
|
The Addict
Join Date: Jun 2008
Posts: 335
Thanks: 2
|
shoot me a pm I'm curious
Edit:
I believe you have forgotten to include the necessary variable checks, in E_STRICT mode variables not previously set cannot be called without err.
Edit:
The post, get, files, cookies, request functions are all rather superfluous if they've no option to clean them of sql injection or xss attacks. Also, they do not check to see if the variable is actually there. This shall cause errors in certain servers.
Edit:
Is it my understanding that calling a variable within a class which has not been previously declared is slow then calling a variable which has already been declared but only by a slight ammount still it is best practice to declare variables you shall use.
Last edited by Enfernikus : 03-26-2009 at 11:56 PM.
|
|
|
|