Welcome Guest, Not a member yet? Register   Sign In
Need assist Filtering Comments/Returning Errors to appropriate view.
#8

[eluser]Thorpe Obazee[/eluser]
You can still do that but I wouldn't submit to movie/insert_comment. Submit to movie/comments then call the method, insert_comment from there via:

Code:
$success = $this->insert_comment();

if ($success)
{
    // do stuff
}

edit: it's probably better to set insert_comment to private if you do this option.


Messages In This Thread
Need assist Filtering Comments/Returning Errors to appropriate view. - by El Forum - 05-19-2009, 10:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB