Convert And Personalize Demo Blog

Hello all,

I’am working on a blog module, so I want to reuse some part of the Demo Blog app from yii. I have trouble with table names in the new module, I can’t find where to define the name of table for the placeholder {{table name}} found in the models. Some tip? Thanks

{{table name}} defines table name

{{}} is used for add table prefix(tbl_ in #protected/config/main.php)

I resolved using the real table name instead of the placeholder {{…}}. Thanks for the reply