t_machine Posted February 16, 2008 Share Posted February 16, 2008 I hope someone can help with this as it is very important to the database script I am using. The script is used to cache msql queries but the aggregate() is stripped from php5. This is the aggregrate used aggregate($db, "sqlCache"); I must also mention this is getting it's data from a class file so $db = new dbcon($host, $user,.....); How I can replace the aggregrate()? Any help is greatly appreciated. Link to comment https://forums.phpfreaks.com/topic/91428-how-to-replace-aggregate-in-php5/ Share on other sites More sharing options...
KrisNz Posted February 16, 2008 Share Posted February 16, 2008 http://php.net/manual/en/ref.runkit.php Link to comment https://forums.phpfreaks.com/topic/91428-how-to-replace-aggregate-in-php5/#findComment-468525 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.