Welcome Guest, Not a member yet? Register   Sign In
Calling other Model functions inside the Model
#2

[eluser]tonanbarbarian[/eluser]
This is a basic OO question.
You really should look into the PHP manual on how to use Objects

To do this you us the $this construct
Code:
$new_alias_id = $this->get_alias($_POST['alias']);


Messages In This Thread
Calling other Model functions inside the Model - by El Forum - 02-27-2008, 07:01 PM
Calling other Model functions inside the Model - by El Forum - 02-27-2008, 07:11 PM
Calling other Model functions inside the Model - by El Forum - 02-27-2008, 07:29 PM
Calling other Model functions inside the Model - by El Forum - 02-27-2008, 08:44 PM
Calling other Model functions inside the Model - by El Forum - 02-28-2008, 10:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB