Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Routing and modules
Post: RE: Routing and modules

Yes, I understand, but you have to define them. If you work on app/controllers the routes work automatically without needing to define them. If you work on modules/some_module/controllers you have...
4,451 Views
7 Replies
11-26-2020, 09:57 AM
lucky
    Thread: HTML on language lines
Post: RE: HTML on language lines

neoneeco, I've tried that but did not work. I should explain that I'm using the parser and I'm providing those language lines inside a parser loop. For example: PHP Code: -- {languages} ...
1,245 Views
2 Replies
11-26-2020, 12:48 AM
lucky
    Thread: Routing and modules
Post: RE: Routing and modules

Thanks for your help InsiteFX, but I think it's not possible :/ https://codeigniter4.github.io/userguide/general/modules.html Under the section Controllers it says Quote: -- Controllers ...
4,451 Views
7 Replies
11-26-2020, 12:20 AM
lucky
    Thread: HTML on language lines
Post: HTML on language lines

Is there any way to print HTML using language lines? For example PHP Code: --
1,245 Views
2 Replies
11-25-2020, 12:00 PM
lucky
    Thread: Routing and modules
Post: RE: Routing and modules

In app/config/Autoload.php I have this  PHP Code: --     public $psr4 = [         APP_NAMESPACE => APPPATH, // For custom app namespace         'Config' => APPPATH . 'Config',         'Modules\...
4,451 Views
7 Replies
11-25-2020, 12:29 AM
lucky
    Thread: Routing and modules
Post: Routing and modules

I'm trying to separate my project in different modules. I've the following modules - admin - portal - site The main controller is site, there is where users land for the first time. Here are ...
4,451 Views
7 Replies
11-24-2020, 12:33 AM
lucky
    Thread: Using QUERY_STRING on CI4
Post: RE: Using QUERY_STRING on CI4

includebeer Wrote: (11-14-2020, 10:07 AM) -- lucky Wrote: (11-14-2020, 07:22 AM) -- I know it's not the most convenient thing, but I'm migrating an application and I need to change a lot of URLs. Be...
7,739 Views
6 Replies
11-14-2020, 10:20 AM
lucky
    Thread: Using QUERY_STRING on CI4
Post: RE: Using QUERY_STRING on CI4

includebeer Wrote: (11-14-2020, 05:31 AM) -- My first question would be, why would you even want to do this for the controllers and all the routing? If you only want to get a value from the query ...
7,739 Views
6 Replies
11-14-2020, 07:22 AM
lucky
    Thread: Using QUERY_STRING on CI4
Post: Using QUERY_STRING on CI4

How can I make CI 4 to use URLs like this: http://mysite.com/index.php?page=home http://mysite.com/index.php?page=mail http://mysite.com/index.php?page=register http://mysite.com/admin/index.php...
7,739 Views
6 Replies
11-14-2020, 04:44 AM
lucky

Theme © iAndrew 2016 - Forum software by © MyBB