Jordi Adame

Photos


Astrata


GolST

Tue Nov 27

CakePHP (1.2) Set::combine()

$waca = Set::format($monedas,
                                   ‘{1} {2}’,
                                    array(‘{n}.Model.id’,
                                              ‘{n}.Model.name,
                                              ‘{n}.Model.other));

// {0} = Model.id

// {1} = Model.name

// {2} = Model.other 

Comments (View)