ADE'));
>$this->hasOne('Property', array(
> 'local' => 'property_id',
> 'foreign' => 'id',
> 'onDelete' => 'CASCADE'));
>
>If you see above underlined c
'CASCADE'));
> $this->hasOne('Property', array(
> 'local' => 'property_id',
> 'foreign' => 'id',
> 'onDelete' => 'CASCADE'));
>
> If you see ab
$this->hasOne('Property', array(
'local' => 'property_id',
'foreign' => 'id',
'onDelete' => 'CASCADE'));
If you see above underlined code, you will get my question.
Tax
Tax:
actAs:
Timestampable: ~
columns:
# your columns
relations:
Properties:
class:Property
local:tax_id
foreign: property_id
refClass: PropertyTax
foreignAlias: Taxes
Property:
actAs:
Timestampable: ~
columns:
# y