Writing non-database models

2007-09-06 Thread Zeekar
Where can I find doc on what a Model class has to implement to work properly? I've got a flat-file database I'm trying to incorporate into a Cake app. I wrote findAll(), but the scaffold index view didn't work - it shows one row per record, but those rows are empty except for the action links (w

Re: override dbo

2007-09-04 Thread Zeekar
Sorry if I'm being dense, but why not just double-quote all object names, whether they're reserved words or not? If it only happens in generated sql statements... The version I'm using may be out of date, but it uses a union of user_tables and user_views to find sources, which isn't sufficient i