hi,
I'm trying to make a model for a table named 'series' my file is called
serie.php file:
{{{
}}}
if I trie to bake a controller it says: 'You must have a model for this class to build basic methods. Please try again.'
if I bake a model it creates a model called series.php:
{{{
}}}
but, from what I learned, I seem to remember models should be named like their table -s ....
