Welcome Guest, Not a member yet? Register   Sign In
Changing URL information without changing the code
#2

[eluser]Phil Sturgeon[/eluser]
Well you cant change what the code does without changing the actual code, its impossible.

You can probably keep your controllers/views the same and just change the field within the model.

Code:
$this->db->where('id', $id);

becomes

Code:
$this->db->where('slug', $id);

Tada.


Messages In This Thread
Changing URL information without changing the code - by El Forum - 07-07-2009, 05:35 PM
Changing URL information without changing the code - by El Forum - 07-07-2009, 05:57 PM
Changing URL information without changing the code - by El Forum - 07-07-2009, 06:20 PM
Changing URL information without changing the code - by El Forum - 07-07-2009, 08:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB