Welcome Guest, Not a member yet? Register   Sign In
Best Way to Implement Affiliate Link Tracking in CodeIgniter 4?
#4

For links that you do not want to break in CI4 use url_to or route_to with a named route.
PHP Code:
// Routes - Settings Route
$routes->get('settings''Settings::index', ['as' => 'settings']);

// in the html link
<a href="<?= route_to('settings');?>" class="nav-link">Settings</a
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Best Way to Implement Affiliate Link Tracking in CodeIgniter 4? - by InsiteFX - Yesterday, 09:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB