Clarification Multiple Translation Tables

2012-06-22 Thread lauwens
Have not used cake since 1.1 so needed some clarification about translations All my models and pages need full multiple translations. Reading through the book explanation for translation it seems my only option is to use the Multiple Translation Tables

1.2 Update query and oracle

2008-01-06 Thread Lauwens
Installed new beta (was using the pre-beta) today! Is there a change in the Save method, or just in the dbo source, when I try to update a model now, the query uses a join with his 'belgonsTo' models. Generating a query like: UPDATE posts Post LEFT JOIN blogs Blog on (Post.blog_id = Blog.id) SET

Re: CLOB in cakephp 1.2

2007-12-07 Thread Lauwens
I am trying to do the exact same thing (what a coincidance) I only found a ticket with a patch about this here: https://trac.cakephp.org/ticket/2294 But that doesn't seem to do the trick... Maybe we can get in contact with cedsav for our problem ? On 5 dec, 01:28, sanderken [EMAIL

Re: Beginner Model help!

2007-11-29 Thread Lauwens
Seems not... as my problem was the Oracle after all!! Installed a Mysql test db to test it all out and worked flawlessly, so i know the oci file had to be the root of my problem! Changed the dbo driver to the one included in the 1.2-pre-beta ... Poof error's gone! On Nov 29, 4:51 am, powtac

Beginner Modelhelp!

2007-11-28 Thread Lauwens
This is my first try with CakePHP and seem to run in a lot of problems I am (trying at least) making a full weblog system... so far I have modeld and created a login system on a user class... works perfectly and really fast written thanks to CakePHP A simple post system was up very fast to...