Well, I just ignored that little issue and I created a new controller and model to point it at the point of this whole exercise: a series of "legacy" tables.
Again connecting to the tables was a snap, and pulling some data from it was pretty straightforward, but I'm stuck again. Maybe this will be easier to answer than the datetime issue. These tables (3) have some very non-standard column names such as: pharmacy__bname, customer__bid, customer__bloc, street__baddress. When findAll() returns values back from querying these tables, the column names are being truncated. Is there a way to alias column names in the Model or some other solution? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
