Using model - issue while using methods |
[eluser]Spir[/eluser]
it looks like it's not possible. http://ellislab.com/forums/viewthread/49625/ I have load my model in the controller but it sucks because I want to log some CRUD event of my models so it does not have to be manage in controller. Maybe I should set it has a helper? But I feel not because it's not an helper. I manage data in my Log model. I want my models to use the model "log" so they can log in the database some events. I guess I should just have my log model to be a model and the other model to inherit the Log model so I can use those method. Do you guys think that would be a good idea? |
Messages In This Thread |
Using model - issue while using methods - by El Forum - 12-23-2008, 07:41 AM
Using model - issue while using methods - by El Forum - 12-23-2008, 07:47 AM
Using model - issue while using methods - by El Forum - 12-23-2008, 07:53 AM
Using model - issue while using methods - by El Forum - 12-23-2008, 08:17 AM
Using model - issue while using methods - by El Forum - 12-23-2008, 08:36 AM
Using model - issue while using methods - by El Forum - 12-23-2008, 08:38 AM
Using model - issue while using methods - by El Forum - 12-23-2008, 08:59 AM
Using model - issue while using methods - by El Forum - 12-23-2008, 10:06 AM
|