Hello all, I am starting a cakephp project which runs atop oracle (imposed, not willingly chosen). There are two user accounts, an ADMIN one (with read access), and a READER one. For accessing to a given table using the READER account, I need to refer to a table as ADMIN.table.
In cake, if I set the prefix to 'ADMIN.', however, it doesn't work. I get a message saying that the table in question has not been found. Is there any other way to specify this? Cheers, Manohar Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en
