views:

27

answers:

1

I don't a controllers model to use a database table.

I have a pages controller and model but it is saying "pages table not found". How do I tell the model not to use a the database at all?

Cheers!

+2  A: 

Set the useTable property of the model to false.

Mike