Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Question Thread: Cant use addRedirect()
Post: Cant use addRedirect()

In the docs in this part  https://codeigniter.com/user_guide/incoming/routing.html#redirecting-routes See this code in Routes.php $routes->get('/users/profile', 'Users::profile', ['as' => '...
1,264 Views
1 Replies
07-18-2020, 11:06 PM
BlackBanana
    Thread: One suggestion and one issue
Post: RE: One suggestion and one issue

ChicagoPhil Wrote: (07-18-2020, 09:56 PM) -- BlackBanana Wrote: (07-17-2020, 11:06 PM) -- 1. Why don't the admin create a discord channel or and IRC channel for faster connection between us , i know...
1,805 Views
2 Replies
07-18-2020, 10:08 PM
BlackBanana
    Thread: trying to open a new tab in the browser
Post: RE: trying to open a new tab in the browser

I was wrong regarding that you should use a function to execute this line window.open('https://duckduckgo.com/?t=ffab', '_blank'); i tried it directly in the controller and it worked
11,346 Views
11 Replies
07-18-2020, 03:01 PM
BlackBanana
    Thread: trying to open a new tab in the browser
Post: RE: trying to open a new tab in the browser

where is the function that will trigger the JS ? I think it should be like this Code: --             Home     Primary             function openTab() {             window.op...
11,346 Views
11 Replies
07-18-2020, 02:45 PM
BlackBanana
  Wink Thread: One suggestion and one issue
Post: One suggestion and one issue

1. Why don't the admin create a discord channel or and IRC channel for faster connection between us , i know there is slack , but i couldn't join the group. 2. The login box of this forum is always...
1,805 Views
2 Replies
07-17-2020, 11:06 PM
BlackBanana
    Thread: Controllers does not show when i use them in URL
Post: RE: Controllers does not show when i use them in U...

ChicagoPhil Wrote: (07-16-2020, 10:20 PM) -- BlackBanana Wrote: (07-16-2020, 03:57 PM) -- ChicagoPhil Wrote: (07-16-2020, 12:02 PM) -- Try https://localhost/www/igniterTest/public/index.php/hellow...
3,547 Views
7 Replies
07-16-2020, 11:07 PM
BlackBanana
    Thread: Controllers does not show when i use them in URL
Post: RE: Controllers does not show when i use them in U...

ChicagoPhil Wrote: (07-16-2020, 12:02 PM) -- Try https://localhost/www/igniterTest/public/index.php/helloworld -- The problem was in $routes->setAutoRoute(true); it was false , thank you
3,547 Views
7 Replies
07-16-2020, 03:57 PM
BlackBanana
    Thread: Controllers does not show when i use them in URL
Post: RE: Controllers does not show when i use them in U...

jreklund Wrote: (07-16-2020, 07:18 AM) -- Did you name your file Helloworld.php with a capital H? It won't work otherwise. Have you disabled $routes->setAutoRoute(true); in App\Config\Routes? As i...
3,547 Views
7 Replies
07-16-2020, 03:57 PM
BlackBanana
    Thread: Controllers does not show when i use them in URL
Post: Controllers does not show when i use them in URL

In the Docs in this page https://codeigniter.com/user_guide/incoming/controllers.html the first example , i created the controller PHP Code: --
3,547 Views
7 Replies
07-16-2020, 02:22 AM
BlackBanana

Theme © iAndrew 2016 - Forum software by © MyBB