I have a table called entries with an associated model called Entry. I stepped through the Blog-tutorial on the CakePHP website. It states that the
entries
Entry
The answer to your question is to specify it inside your model.
$useTable = 'yourtablename'
Although, as Wooble noted, your doubts are wrong.