Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: my querybuilder is not working
Post: RE: my querybuilder is not working

[quote pid="411987" dateline="1692695462"] Try without the alias.. PHP Code: -- $this->builder()             ->select('designations.id as id, designations.name as name, departments.name as dept_...
970 Views
2 Replies
08-22-2023, 09:39 PM
HermyC
    Thread: Hide parameter from URL
Post: RE: Hide parameter from URL

use SESSION?
9,043 Views
13 Replies
05-04-2023, 06:43 PM
HermyC
    Thread: problem with form data
Post: RE: problem with form data

anuragk Wrote: (04-12-2023, 06:28 AM) -- kenjis Wrote: (04-12-2023, 05:35 AM) -- I just changed this: https://github.com/kenjis/problem-with-form-data/blob/5b24cf831d599e1ac35ea168e0650f08acedcf3c/a...
12,459 Views
21 Replies
04-12-2023, 12:57 PM
HermyC
    Thread: What is causing the error in Codeigniter 4?
Post: RE: What is causing the error in Codeigniter 4?

in CodeIgniter 4 you should use return view('Partials/home/head') .. CodeIgniter 3 $this->load->view('Partials/home/head')
4,695 Views
6 Replies
03-31-2023, 05:50 AM
HermyC
    Thread: what is the implied path?
Post: RE: what is the implied path?

try to find the english.php in 'public/assets/grocery-crud/languages/'
1,875 Views
2 Replies
03-08-2023, 11:30 PM
HermyC
    Thread: Passing variable to view results in empty variable
Post: RE: Passing variable to view results in empty vari...

Try this.. PHP Code: -- public function family()     {         $userModel = new UserModel();         $familyId = $this->session->get("familyId");         $familydata = $userModel->where('familyI...
5,851 Views
5 Replies
03-06-2023, 10:21 PM
HermyC
    Thread: Flashdata clearing after redirect
Post: RE: Flashdata clearing after redirect

Thiaxl Wrote: (10-24-2022, 07:11 AM) -- Hello,  Flashdata is clearing up after I do the redirect. My code: PHP Code: --     public function deleteGroup()     {         $model = new \App\Mod...
2,760 Views
6 Replies
10-24-2022, 07:02 PM
HermyC

Theme © iAndrew 2016 - Forum software by © MyBB