Active Record Clear Parameters |
[eluser]USCTrojans[/eluser]
Hello, I have a logged in model that is called in my parent function to check for users being logged in. When I call another function in that controller, and call a model it "inherits the search parameters from the parent which is searching a different table. Does anyone know how to clear the query? I'm getting an error that looks like this Code: A Database Error Occurred But in the model that is called , only the "morehouse_j09_gmail_com" table should be searched. How do I clear the results from that parent function which searches my "sessions" table in sql? Thanks |
Messages In This Thread |
Active Record Clear Parameters - by El Forum - 03-22-2012, 11:07 PM
Active Record Clear Parameters - by El Forum - 03-23-2012, 12:29 AM
Active Record Clear Parameters - by El Forum - 03-23-2012, 12:35 AM
Active Record Clear Parameters - by El Forum - 03-23-2012, 12:49 AM
|