Welcome Guest, Not a member yet? Register   Sign In
General PHP load question!
#2

[eluser]m4rw3r[/eluser]
Try to split the ifConfused like this and then replace array_key_exists($key, $array) with isset($array[$key]):
Code:
if(isset($this->groupperms['Remove Page']))
{
    if(isset($this->groupperms['Modify Any Page']))
    {
    
    }
    else
    {
    
    }
}
else
{
    
}
This will make it a bit faster, but most importantly, it will be easier to read and maintain.


Messages In This Thread
General PHP load question! - by El Forum - 11-07-2008, 06:00 PM
General PHP load question! - by El Forum - 11-08-2008, 05:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB