Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: SQL WHERE na brackets in query bulder
Post: SQL WHERE na brackets in query bulder

How write in query bilder something like this (brackets in sql): Code: -- SELECT... something WHERE tasks_list.deleted_at IS NULL AND (status = '1' OR status = '2'); -- Thanks. [hr] Got it :) ...
174 Views
0 Replies
08-28-2023, 05:54 AM
tassman
    Thread: Dealing with route (universal search)
Post: RE: Dealing with route (universal search)

Ozornik: https://forum.codeigniter.com/showthread.php?tid=88264&pid=411843#pid411843 Good idea. Thanks to you I see another solution. By default segment may be "any" or other word couse searching all...
655 Views
6 Replies
08-17-2023, 12:09 AM
tassman
    Thread: Dealing with route (universal search)
Post: RE: Dealing with route (universal search)

Sorry. I have read this but I dont had idea how to check for omitted data in segment. Something like: In my project www.mysite.com/20230810/empty/jack And for real will be www.mysite.com/20230810/...
655 Views
6 Replies
08-16-2023, 11:55 AM
tassman
    Thread: Dealing with route (universal search)
Post: Dealing with route (universal search)

Do you have way to deal witch search on your site with segemnts. Example: Exist database with three fields: priority, date, user, info Later I want to  enter URL "www.mysite.com/20230815/jack" and ...
655 Views
6 Replies
08-15-2023, 07:10 AM
tassman
    Thread: Shield - redirect after login
Post: RE: Shield - redirect after login

Anyone? I need this solution too.
2,595 Views
10 Replies
08-06-2023, 10:25 AM
tassman
    Thread: Form value repopulate
Post: RE: Form value repopulate

Im writing because I had the same problem. Solution for me: 1. In controller Code: -- function __construct()     {         helper('form');     } -- 2. In view Code: -- value="" --
2,387 Views
7 Replies
07-27-2022, 12:38 PM
tassman
    Thread: Controller in Library
Post: RE: Controller in Library

Wooow. Whats the date od release?
6,816 Views
11 Replies
05-19-2022, 11:46 AM
tassman
    Thread: Controller in Library
Post: RE: Controller in Library

Of course. I need to do some universal methods for login system. ex. get id of current login user or group level for him.
6,816 Views
11 Replies
05-18-2022, 10:35 AM
tassman
    Thread: Controller in Library
Post: Controller in Library

Can I use controller in Library in CI4?
6,816 Views
11 Replies
05-17-2022, 12:02 PM
tassman
    Thread: Connecting view with diffrent controllers
Post: Connecting view with diffrent controllers

Is there way to do this? In application that I want to write (something like project managment) where views from diffrent controllers are on the one page.
1,193 Views
1 Replies
04-29-2020, 01:53 AM
tassman
    Thread: Universal function - how to organize?
Post: Universal function - how to organize?

How do you organize something like this:  There are few function (function use CodeIgniter resources) which are used more than in one place. Do you create something like Universal library or universa...
1,705 Views
1 Replies
04-22-2020, 06:02 AM
tassman

Theme © iAndrew 2016 - Forum software by © MyBB