Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetSimple 3.1 Beta Cut r506 (July 1, 2011)
#30
Example of how I got it to work.

Code:
$addArr = exec_filter('caching-save',$data);
            if (count($addArr) > 0) {
              foreach ($addArr as $addKey => $addItem) {
                $note = $pages->addChild($addKey );
                $note->addCData($addItem);        
                $pagesArray[(string)$id][$addKey ]=(string)$addItem;
              }
            }

Please direct me in correct direction if I might be missing something, have been working very late for the last 3 weeks, thus getting little blunt.

thanks

Johannes
Stopped developing on GS Plugins. Anybody welcome to take the projects over. Thanks for all the support all.
Reply


Messages In This Thread
GetSimple 3.1 Beta Cut r506 (July 1, 2011) - by dominionit - 2011-07-17, 20:37:13



Users browsing this thread: 2 Guest(s)