Example #1
0
 function incrids_action()
 {
     $api = new StorageExport();
     $ids = $api->getIncrIds();
     $this->set('ids', $ids);
     if ($this->get('callback')) {
         $this->response->setCallback($this->get('callback'));
     }
 }