filtered data
This commit is contained in:
@@ -525,7 +525,15 @@ variations from the norm, and in addition other reproductive organ issue
|
||||
{
|
||||
|
||||
}
|
||||
public function website()
|
||||
public function blogLimitedData($inData){
|
||||
log_message('critical', "blogLimitedData-> ".$inData );
|
||||
$res1 = $this->blogData('blogdata',$raw_array=['limit'=>$inData ]);
|
||||
|
||||
$res1['blogdata'] = array_slice($res1['blogdata'], 0, $inData);
|
||||
|
||||
return $this->response->setJson($res1);
|
||||
}
|
||||
public function website($inData=[])
|
||||
{
|
||||
//$request = service('request');
|
||||
header('Access-Control-Allow-Origin: *');
|
||||
|
||||
Reference in New Issue
Block a user