Re: How to upload file or image (not BOLB) in cakephp also I have proble about enctype=multipart/form-data

2007-03-16 Thread Kathrin
I don't understand your problem.. may I can help? I save the picture in a directory and the name of pictures in the database... formular view: div class=input ?php echo 'FileUpload';? ?php echo $form-file('File');?/div controller: if

set language

2007-02-27 Thread Kathrin
Hello, with cakephp 1.2...dev I use to change the language /locale/deu/ LC_MESSAGE without problems. Now I use 1.2.0.4451alpha and it is not working. Have somebody an idea? Thanks a lot for help. Kathrin --~--~-~--~~~---~--~~ You received this message because

Re: set language

2007-02-27 Thread Kathrin
no, it doesn't work. But jet ... in iln18 (387) I have set //if ((dechex($magic) == 950412de) ($version == 0)) { if (true) { Somebody knows what is the job from $magic ? Thanks!! Kathrin On Feb 27, 11:51 am, Ámon Tamás [EMAIL PROTECTED] wrote: Kathrin wrote: Hello

hasMany/belongsTo

2007-02-21 Thread Kathrin
- getLastInsertId()); //error_log(print_r($this-data,true)); $this-Session-setFlash('The Profile-Data has been saved'); exit(); } Have somebody an idea? Sincerely Kathrin

Re: How to use i18n with database in CakePHP 1.2

2007-02-04 Thread Kathrin
Kathrin On 31 Jan., 16:52, palPalani [EMAIL PROTECTED] wrote: hi, I have found solution for implementing multilingual static content in CakePHP 1.2. I want to know, how to use database based multilingual content. please help me. --~--~-~--~~~---~--~~ You received

How can I save a setting in session?

2007-02-02 Thread Kathrin
I want so save the language setting, a choice of user, (Array ( [language] = deu )) in session. I create a new action like change_language an now I try to save the Choice in the session of the user. Have somebody an idea or a simple example? Many Thanks Kathrin

multilingual

2007-01-31 Thread Kathrin
Have somebody an idea? Thanks a lot for help!! Kathrin --~--~-~--~~~---~--~~ 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 unsubscribe from this group

Re: multilingual

2007-01-31 Thread Kathrin
Thanks a lot! Its working!!! Thanks!! Kathrin On Jan 31, 11:29 am, D.Pape [EMAIL PROTECTED] wrote: Hi kathrin. there is a topic about l18n: http://groups.google.com/group/cake-php/browse_thread/thread/63e58993... i think you need something like this: $language = 'deu'; $this-Session