Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter4 How i can convert this builder query to normal ?
Post: RE: Codeigniter4 How i can convert this builder qu...

In addition to this, if you don't want bunch of SQL code in your php file, I suggest adding this in a stored procedure then using builder you can just CALL `GetEmployeeDetails` ('search_String'); ...
312 Views
3 Replies
03-30-2024, 10:51 PM
MMLTech
    Thread: where clause with order_by in codeigniter giving me issue
Post: RE: where clause with order_by in codeigniter givi...

Assuming you are using CI4 and a model, issue may be here ->getResult() you should either use getResultArray() if you expect an array or getResultObject() if you expect an object
372 Views
4 Replies
03-30-2024, 10:43 PM
MMLTech
    Thread: Duplicate foreach
Post: RE: Duplicate foreach

Are you certain you are not prefilling the menu or calling the append method twice somewhere in the code ?
289 Views
5 Replies
03-30-2024, 10:38 PM
MMLTech
    Thread: table sort in environment "development"
Post: RE: table sort in environment "development"

Tom_LP Wrote: (10-09-2022, 03:15 PM) -- Dear all, i have identified a little problem: If i have the environment "development" active, my tables are sortable. First i suggest it have to do with my us...
745 Views
1 Replies
11-01-2022, 11:28 PM
MMLTech

Theme © iAndrew 2016 - Forum software by © MyBB