Table synonyms in SQL Server 2008

2010-08-03 Thread Bruce
do to make this work? Bruce 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 cake-php@goog

Re: Setting the database definition based on session values

2008-08-18 Thread Bruce
.html#l00314 > > HTH, > - Dardo Sordi. > > On Thu, Aug 14, 2008 at 8:31 AM, Bruce <[EMAIL PROTECTED]> wrote: > > > I am working on a somewhat complex application that involves multiple > > models. If everything works out, there will be multiple instances of

Re: Reusing controller code for multiple instances of the same application

2008-05-19 Thread Bruce
Jonathan, You are a gem - that did the trick. I will set all my internal app links to work that way and that will overcome my problem I think. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post

Re: Reusing controller code for multiple instances of the same application

2008-05-19 Thread Bruce
Thought of that too - having done that several times. Departing from the theoretical and exposing my actual code -- the system is a job tracking and management tool, with the base data in a table named 'jobs'. The model is job.php and the controller is jobs_controller.php. It all works fine under

Re: Reusing controller code for multiple instances of the same application

2008-05-19 Thread Bruce
Thanks Joathan, I had tried that, and have tried it again today. I even went to the extent of commenting out all other routes - it still behaves the same way. Is it possibly a caching issue - I am suspicuius because the controler path works even without a routing! --~--~-~--~~-

Reusing controller code for multiple instances of the same application

2008-05-17 Thread Bruce
I am working on an application where the same underlying code is used for several slight variations on the theme. The 'instances' each share the same db structure, but have different data sets and some small configuration differences. I have worked out a way of setting up different database confi

Re: Problems creating records Cake 1.2 on postgres

2008-02-23 Thread Bruce
Since the last message, I have created a new table, model, controller and views from scratch with new names and the same structure - the problem still exists. Table name is job_actions, with a serial field called 'id' (was called 'job_histories' last time). Sequence name (created by postgres) is

Problems creating records Cake 1.2 on postgres

2008-02-23 Thread Bruce
I am working in Cake 1.2 with PHP5 and a postgres backend DB. When I try to create records in any app I have tried, I get a warning then an SQL error. The record seems to be created in the db, but with my limited knowledge, it looks to me like cake is constructing an incomplete SQL statement when