Community Auth Learning... |
Okay I open the login_form.php
and it has this codes below, Code: echo form_open( $login_url, array( 'class' => 'std-form' ) ); Now I echo $login_url to know where it will submit the data and the login method, but I got this URL below, http://localhost/ci/ci3-community-auth/login?redirect= the question is what is the segments URL mean? /login?redirect= what exact method it is calling inside the examples.php controller? Can someone shade some light please. Thanks in advance. |
Welcome Guest, Not a member yet? Register Sign In |