You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML::anchor() will allow use URI instead of relative path (if I will pass 'user/welcome' as $url while my actual url is site.com/some/controller/some/action - the link will be site.com/some/controller/some/action/user/welcome instead of site.com/user/welcome).
Second one is good practice not to use <?= cause not all users allow short tags in php.ini (me for example).
The text was updated successfully, but these errors were encountered:
HTML::anchor() will allow use URI instead of relative path (if I will pass 'user/welcome' as $url while my actual url is site.com/some/controller/some/action - the link will be site.com/some/controller/some/action/user/welcome instead of site.com/user/welcome).
Second one is good practice not to use <?= cause not all users allow short tags in php.ini (me for example).
The text was updated successfully, but these errors were encountered: