Hi Guilherme, > De : guilhermebla...@gmail.com [mailto:guilhermebla...@gmail.com] > <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