You might consider using views for this. Especially in this case where you are going to expose data to your external users, you may find that there is data that you want to hide from them. Database 'views' will let you create virtual tables, named and organized however you want while omitting sensitive fields. You can also apply more restrictive privileges to your views.
On Aug 27, 4:45 am, Adwin Wijaya <[EMAIL PROTECTED]> wrote: > Hi, > > I was asked by my boss to develop a web application so that the user > from outside can connect to the system. Currently we use Oracle and > VFP for desktop application. Basically I just need to develop the GUI > for the web and use the current database, > > I am going to use Cakephp for this project because for me it is easy. > But the problem is, my table doesnt use Cake/Rails conventions, like > the table name must be plural. My question is, how to "giving > information" to cakephp's model that I am using "that" table (let > say : dev_user, rpt_user, mtowner, etc)? > (I dont want to modifiy the table name, because others application > using that tables too) > > Thank you. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
