No, I use a single connection. :-(
On 02/19/2011 08:25 PM, Georg wrote:
Do you use multiple database connections? I had this problem once in
this configuration, and I only found an ugly solution.
Am 17.02.2011 18:43, schrieb Paolo Niccolò Giubelli:
Hi!
I have the following schema:
Category:
Do you use multiple database connections? I had this problem once in
this configuration, and I only found an ugly solution.
Am 17.02.2011 18:43, schrieb Paolo Niccolò Giubelli:
> Hi!
>
> I have the following schema:
>
>
>
> Category:
>
> actAs:
>
> Timestampable: ~
>
> I18n:
>
Hi!
I have the following schema:
Category:
actAs:
Timestampable: ~
I18n:
fields: [name]
columns:
name:
type: string(255)
relations:
Category:
class: Category
local: parent_id
foreign: child_id
refClass: CategoryRefe