Hi Guilherme, > De : [email protected] [mailto:[email protected]] > <orm( > [ > new OneToOne("Address"), > new JoinColumn(default, default, default, default, "CASCADE") > ] > )> > public $address;
Why not :
<orm([
'OneToOne' => "Address",
'JoinColumns' => [
[ 'onDelete' => "CASCADE" ]
]
])>
Can't array keys replace named parameters ?
Regards
François
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
