Skip to content

Using array_replace_recursive in PHP Version lower than 5.3

phpGrid uses a function called array_replace_recursive that is only available in PHP 5.3
 
If you have PHP version that is lower that 5.3, here's an alternative function that you can use from Stackoverflow:
http://stackoverflow.com/questions/2874035/php-array-replace-recursive-alternative

or here:
http://en.michaeluno.jp/array_replace_recursive-alternative/

Save the function to phpGrid.php file, and phpGrid will work.

Feedback and Knowledge Base