Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: routes with namespace & filter not work proper
Post: RE: routes with namespace & filter not work proper

salain Wrote: (07-07-2021, 12:11 AM) -- Not 100% sure, but as far as I understand the documentation your filter and namespace options should be an array PHP Code: -- $routes->get("dashboard", "D...
3,195 Views
4 Replies
07-08-2021, 12:22 AM
[email protected]
    Thread: routes with namespace & filter not work proper
Post: routes with namespace & filter not work proper

Code: -- $routes->get("dashboard", "DashboardController::index", ["namespace" => "\Modules\dashboard\Controllers\Admin"], ["filter" => "auth"]); In the Above route namespace is work and filter is ...
3,195 Views
4 Replies
07-06-2021, 10:00 PM
[email protected]
    Thread: Filters not working in CodeIgniter 4
Post: RE: Filters not working in CodeIgniter 4

Magellan Wrote: (07-06-2021, 08:18 AM) -- The filter seems correct to me, maybe the problem is in the 'isAdminLoggedIn' session value,. Are you sure it is correctly set? -- Yes it is correctly set ...
8,017 Views
6 Replies
07-06-2021, 09:50 PM
[email protected]
    Thread: Filters not working in CodeIgniter 4
Post: Filters not working in CodeIgniter 4

PHP Code: -- filter use Modules\Login\Filters\Auth; use Modules\Login\Filters\Noauth; public $aliases = [ "auth"    => Auth::class, "noauth"    => Noauth::class, ]; Auth public function b...
8,017 Views
6 Replies
07-06-2021, 12:03 AM
[email protected]
  Thumbs Up Thread: CI4 Question (Module Calling Module)
Post: RE: CI4 Question (Module Calling Module)

InsiteFX Wrote: (07-04-2021, 02:42 AM) -- PHP Code: -- $module = new \Namespace\ModuleName(); -- Add your own module static method called run(). then you can call  PHP Code: -- $module::run(); -...
5,688 Views
7 Replies
07-05-2021, 03:08 AM
[email protected]
    Thread: Hide my username in this forum
Post: RE: Hide my username in this forum

superior Wrote: (07-02-2021, 04:13 AM) -- This isn't related to CodeIgniter 4 support, you can try using the Contact Us (https://forum.codeigniter.com/contact.php) to get this changed. -- OK Thank ...
3,065 Views
3 Replies
07-02-2021, 11:43 PM
[email protected]
    Thread: setup & use module wise constants file
Post: setup & use module wise constants file

How to setup & use modules wise constants file in hmvc codeigniter
1,751 Views
1 Replies
07-02-2021, 02:33 AM
[email protected]
    Thread: Hide my username in this forum
Post: Hide my username in this forum

How to hide my username in this forum.
3,065 Views
3 Replies
07-02-2021, 02:15 AM
[email protected]
    Thread: Myth Auth - documentation for Multi-Auth
Post: Myth Auth - documentation for Multi-Auth

Any documentation on how to build Multi-Auth Functionality with our custom table using myth?
2,448 Views
2 Replies
07-02-2021, 12:04 AM
[email protected]
    Thread: Auth Library Benefits
Post: Auth Library Benefits

What are the benefits of Auth Library in CI4? Difference between Auth Library & Tank Auth Library and also Which one is better to use?
2,713 Views
2 Replies
07-01-2021, 10:58 PM
[email protected]
    Thread: better approach to work with models
Post: RE: better approach to work with models

tino Wrote: (07-01-2021, 11:16 AM) -- this may seems a stupid question, and probably it is. let's say i have to print all the users who are verificated, would be better doing something like this: ...
7,808 Views
5 Replies
07-01-2021, 10:49 PM
[email protected]
    Thread: CI4 Question (Module Calling Module)
Post: RE: CI4 Question (Module Calling Module)

InsiteFX Wrote: (07-01-2021, 09:18 PM) -- Create a route to it using the modules namespace see the CodeIgniter User Guide URI Routing. Ig you need link it in html then look in the url helper for r...
5,688 Views
7 Replies
07-01-2021, 10:02 PM
[email protected]
    Thread: CI4 Question (Module Calling Module)
Post: RE: CI4 Question (Module Calling Module)

ikesela Wrote: (07-01-2021, 03:04 AM) -- [email protected] Wrote: (06-30-2021, 10:14 PM) -- Hi Everyone, Can you tell me how to call a module within a module. -- what are you trying to do? ...
5,688 Views
7 Replies
07-01-2021, 03:24 AM
[email protected]
    Thread: CI4 Question (Module Calling Module)
Post: CI4 Question (Module Calling Module)

Hi Everyone, Can you tell me how to call a module within a module.
5,688 Views
7 Replies
06-30-2021, 10:14 PM
[email protected]

Theme © iAndrew 2016 - Forum software by © MyBB