Paginate and filter query

Hi,

Is there any way/hack to use CPagination and CSort on custom query (on mysql view not table) without creating AR model (in this case its impossible)?

see this, maybe help you http://www.yiiframework.com/forum/index.php?/topic/3359-how-to-use-csort-and-cpagination-when-not-using-cdbcriteria/

Looks like a good base to work on… thanks Horacio :)