Jose Antonio Barba Aguilar
unread,May 13, 2013, 2:36:33 PM5/13/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cakep...@googlegroups.com
Hola chicos, ahora tengo otro problema, quiero poner en varios idiomas para ello uso la función __(''Text') en el modelo:
public $validate = array(
'actividade_id' => array(
'numeric' => array(
'rule' => array('numeric'),
'message' => 'Your custom message here',
//'allowEmpty' => false,
//'required' => false,
//'last' => false, // Stop validation after this rule
//'on' => 'create', // Limit validation to 'create' or 'update' operations
),
);
quiero usar 'message' => __('Texto',true),
pero me da error, Alguna idea?