app_model to access a component

2007-09-15 Thread stab
I'm doing a bit of a hack to get some auto-transaction control for a set of models. The component is doing it's thing and saving down data correctly. So in app_model I have: var $transaction_models = array('Form','FormTemplate','FormRecord','FormGridRecord','FormExtended','Chain',

Re: app_model to access a component

2007-09-15 Thread AD7six
On Sep 15, 12:09 pm, stab [EMAIL PROTECTED] wrote: I'm doing a bit of a hack to get some auto-transaction control for a set of models. The component is doing it's thing and saving down data correctly. So in app_model I have: var $transaction_models =

Re: app_model to access a component

2007-09-15 Thread stab
Now to understand it :p On Sep 15, 6:22 pm, AD7six [EMAIL PROTECTED] wrote: On Sep 15, 12:09 pm, stab [EMAIL PROTECTED] wrote: I'm doing a bit of a hack to get some auto-transaction control for a set of models. The component is doing it's thing and saving down data correctly. So in