pehlivan adlı üyeden alıntı: mesajı görüntüle
array içerisine obje olarak göndermişsiniz, arrayı oluşturduğunuz kodu paylaşırmısınız.
        $gallery = $this->Veri_Model->gallery_check($id);
        $content = $this->Veri_Model->content_check($id);
        $product = $this->Veri_Model->product_check($id);
        $form = $this->Veri_Model->form_check($id);
        
        $value = array(

            'gallery'=> $gallery =(
                $gallery
            ),
            'content'=>$content=(
                $content
            ),
            'form'=>$form=(
                $form
            ),
            'product'=>$product=(
                $product
            )
            
        );
        print_r($value);