using tables with singular names

2008-01-23 Thread johnqpubliq
I have to work with a database that was constructed some time ago, and the issue is that all the tables i need to use have singular names (person, id ect) and I cant change them because they are being used by other code. Is there a way to use these tables in cake?

Re: using tables with singular names

2008-01-23 Thread Samuel DeVore
var $useTable = 'singular_name'; http://tempdocs.cakephp.org/#TOC62703 On Jan 23, 2008 12:21 PM, johnqpubliq [EMAIL PROTECTED] wrote: I have to work with a database that was constructed some time ago, and the issue is that all the tables i need to use have singular names (person, id ect)