Yii model Load

Hi all.

When I load model Yii frameowrk makes 2 query for example i have a model named "Manual"

so 2 query are:


SHOW COLUMNS FROM `manual`


 CREATE TABLE `manual`

and it will take long time. So can i give these metadate with php code as a static, not from database?

Check this thread - http://www.yiiframework.com/forum/index.php?/topic/12861-

This is exactly what i want. thanx