Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Routes going to somewhere I didn't set
Post: RE: Routes going to somewhere I didn't set

Renta Ardhana Wrote: (09-04-2024, 08:34 AM) -- Have you try Assigning Namespace? https://codeigniter.com/user_guide/incoming/routing.html#setting-namespace -- Just great, now I got this (https://i...
865 Views
4 Replies
09-04-2024, 06:29 PM
Tokioshy
    Thread: Routes going to somewhere I didn't set
Post: Routes going to somewhere I didn't set

So, I recently facing an issue where I had a code: PHP Code: -- $routes->add('operator/edit/(:segment)', 'Admin/Operator::edit/$1'); -- That code means to using controller Operator, right? But...
865 Views
4 Replies
09-04-2024, 07:11 AM
Tokioshy
    Thread: How to make nav-link active
Post: RE: How to make nav-link active

InsiteFX Wrote: (05-05-2024, 10:41 PM) -- Some thing like this. PHP Code: -- // in your controller set the page name $data['page'] = 'home'; return view('homeView', $data); // in your vi...
2,209 Views
3 Replies
05-06-2024, 06:19 AM
Tokioshy
    Thread: How to make nav-link active
Post: How to make nav-link active

I was trying to make class="nav-link" active every time I clicked the navbar navigation. So, for example, I have 5 navbar navigation. Home, About, Contact, Comic, and People. When I click the Home, th...
2,209 Views
3 Replies
05-05-2024, 06:41 AM
Tokioshy
    Thread: Validation doesn't work
Post: RE: Validation doesn't work

kenjis Wrote: (02-27-2024, 09:25 PM) -- When the field is empty (invalid), you redirect to "/comic/create". That is the browser send another request to the server. So the $validation in the view is...
1,169 Views
3 Replies
02-28-2024, 01:47 AM
Tokioshy
    Thread: Validation doesn't work
Post: Validation doesn't work

Like in the thread subject, I have an issue where if the first field is empty and then I click the submit button, it should show "is-invalid" class from bootstrap. But, I don't know why but in my case...
1,169 Views
3 Replies
02-27-2024, 07:15 PM
Tokioshy
    Thread: Redirect issue
Post: Redirect issue

Well I don't really know what is the perfect name for the thread but, I think this one is good. So, basically I have a code where after click a button, it will directed into the main file of "comic" a...
594 Views
2 Replies
02-26-2024, 06:39 AM
Tokioshy

Theme © iAndrew 2016 - Forum software by © MyBB