09-11-2016, 03:36 PM
I was wondering about the Redirect::to() function specifically - as I develop should I use
or
or
It depends how you are going to move forward with the development of Classes/Redirect.php
Code:
Redirect::to('script.php');
or
Code:
Redirect::to('my/app/script.php');
or
Code:
Redirect::to($us_root_url.'my/app/script.php');
It depends how you are going to move forward with the development of Classes/Redirect.php