family resources
This commit is contained in:
@@ -73,6 +73,19 @@ class WrenchResources extends BaseController
|
||||
|
||||
}
|
||||
|
||||
public function familyresources(){
|
||||
|
||||
log_message('critical', "WrenchResources-> " );
|
||||
$res1['tab_categories'] = $this->CategoryData();
|
||||
$res1['ask_categories'] = $this->AskCategoryData();
|
||||
$res1['upload_types'] = $this->uploadTypes();
|
||||
$res1['marketdata'] = $this->MarketData();
|
||||
$res1['productdata'] = $this->ProductData();
|
||||
$res1['collectiondata'] = $this->CollectionData();
|
||||
$res1['blogdata'] = $this->getBlogData();
|
||||
return $this->response->setJson($res1);
|
||||
}
|
||||
|
||||
private function AskCategoryData(){
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user