PHP Classes

contribuition

Recommend this page to a friend!

      APIQL  >  All threads  >  contribuition  >  (Un) Subscribe thread alerts  
Subject:contribuition
Summary:I find this line (167): #this is all way check exists function,
Messages:2
Author:Steven Koch
Date:2011-12-20 05:28:30
Update:2012-01-04 13:02:08
 

  1. contribuition   Reply   Report abuse  
Picture of Steven Koch Steven Koch - 2011-12-20 05:28:30
Hi, great job!

I find this line (167):
#this is all way check exists function, even $config['check_func_exists']==false
if(!function_exists($fn) && self::$config['check_func_exists'] == true){

#maybe you can use this.
if(self::$config['check_func_exists'] == true && !function_exists($fn)){



  2. Re: contribuition   Reply   Report abuse  
Picture of Temperini Mirko Temperini Mirko - 2012-01-04 13:02:09 - In reply to message 1 from Steven Koch
Hi,
and thanks for your contribution!
Yes, i think this is a good suggestione for increase peroformances... i will add it in the next release

Thanks again!

Mirko