Re: problem with date() and $form->input() when type => date

2007-08-29 Thread ivancasta
thanks dragonl. but i think that this problem shuld be solved in cakephp libs. cakephp should have any way to solve this. if there is no way, i try with other librarys. i`ll see the yours but i think this is a commom problem and is strange that i cant do bithrday select with date prior to 1970.

Re: problem with date() and $form->input() when type => date

2007-08-28 Thread ivancasta
i forgot say the warning only apperar when the birthday stored is prior to 1970 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To u

problem with date() and $form->input() when type => date

2007-08-28 Thread ivancasta
hi all: i use cakephp 1.2.0.5427alpha i want to do a simply select tags to the user in my register page submit the day of birthday. this selects tags are created by cakephp automatically when a use the $form->input('model.field',array('type'=>'date')) in the database the birthday field is D

Re: LOG_DEBUG doesnt work

2007-05-26 Thread ivancasta
o you have a directory 'tmp/logs' in your application directory? > If not create it. > > I did have the same problem. > > Grtz, > Jos > > On May 21, 5:02 am, ivancasta <[EMAIL PROTECTED]> wrote: > > > > > hi, i dont know whyLOG_DEBUGdoesnt works,

LOG_DEBUG doesnt work

2007-05-20 Thread ivancasta
hi, i dont know why LOG_DEBUG doesnt works, log function always get all log like error and write in error.log i have this in my controller class MarcasController extends AppController { var $name = 'Marcas'; var $helpers = array('Html', 'Form' ); function index() {