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
.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
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
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
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!
--~--~-~--~~-
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
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
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