Re: display validation error messages for textarea?

2007-11-08 Thread Radish
maybe instead of echo $form-textarea('Article.contenu'); use echo $form-input('Article.contenu', array( 'type' = 'textarea' )); --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post

Re: Regex validation question (might be a bug)

2007-06-08 Thread Radish
Oh! that's right! didn't though of that :D thanks, this is much more versatile. On Jun 8, 2:37 am, Grant Cox [EMAIL PROTECTED] wrote: I think you've just got your rule wrong - this looks like the expected result to me. Your test string does have valid characters in it... Do you want your

Regex validation question (might be a bug)

2007-06-07 Thread Radish
Hi all, i had some problems with the validation mechanism in cake 1.2, so i went right into the code. i learned that there is something that don't work as it supposed to work. if i have a model with the member var $validate = array( 'alias' = array(

Re: File download authorization

2007-03-07 Thread Radish
I think you should make your files hidden or not accessible by web (with the help of .htaccess) and then make a controller that will return the file's data (with a new layout of course) which will return the file's mime and other good headers you like to send. the auth code should be on that

Re: Pulling just name data

2007-02-27 Thread Radish
Try: http://manual.cakephp.org/chapter/models search the Retrieving Your Data section. it is something to do with $recursive. On Feb 27, 8:00 pm, Dave [EMAIL PROTECTED] wrote: For the life of me I can't find anywhere how to pull data without all the associations. For example, I've set up a DB

Re: installation issues

2007-02-27 Thread Radish
hi, i think you should try using the base directive http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html#RewriteBase add something like: RewriteBase /mysite On Feb 27, 8:22 pm, bingo [EMAIL PROTECTED] wrote: Hello Bakers, I have a working version of my website running on my laptop.