How to separate component and model?

I have successfully separated frontend and backend controller, views. Following this link : http://www.yiiframework.com/wiki/63/organize-directories-for-applications-with-front-end-and-back-end-using-webapplicationend-behavior/

But I want also separate components and models How could I do this?

do the same with components and models create back and front directories and move the files respectively.