Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Transaction in controller throwing error
Post: Transaction in controller throwing error

Hi all, I want to use transaction in the controller but I am getting below error: Undefined property: App\Controllers\Product_Control::$db (Product_Control is my controller) My code is as below Co...
1,144 Views
1 Replies
07-07-2020, 09:14 PM
@nuj_3313
    Thread: $session is not accessible to view
Post: RE: $session is not accessible to view

jreklund Wrote: (06-28-2020, 12:04 AM) -- Hi, you need to assign it to the view. PHP Code: -- $data = [     'session' => $this->session, ]; echo view('BlogView', $data); -- -- Thanks! it's work! ...
4,962 Views
5 Replies
06-28-2020, 12:56 AM
@nuj_3313
  Information Thread: $session is not accessible to view
Post: $session is not accessible to view

Hi all, I am new to CI4 I am trying to access the session in view but I am getting an error saying  Undefined property: CodeIgniter\View\View::$session, I have created one default controller by exten...
4,962 Views
5 Replies
06-27-2020, 11:53 PM
@nuj_3313

Theme © iAndrew 2016 - Forum software by © MyBB