Relational Stateful Cactiverecord For Multi Step Form

hey yiier!

say I have multiple active record A,B,C,D,these model has MANY_MANY,BELONGS_TO as well as HAS_MAnY relations to each other, i have to save those multiple model at once in one view with different step, i have follow the http://www.yiiframework.com/extension/wizard-behavior ,as it was extended from cBehavior which is not suitable for activeRecord validation process etc,so i need your advise for how can i implement these stateful multi step form processing system .

thanks

adrianP