Re: OpenID server/provider component

2012-01-02 Thread Rex@Cake
Requesting the Gurus again. Any help would be a great favor. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this grou

OpenID server/provider component

2011-12-29 Thread Rex@Cake
Greetings! I am experimenting with OpenID as I need to use it for a single-sign-on type application. I used the wonderful OpenID component by Daniel: http://code.42dh.com/openid/ I could successfully make a OpenID consumer application. Thank you! However, I also need to have a OpenID server ru

Re: pretty-print (indent) view output

2007-10-19 Thread Rex
ML, let it generate a tidy one. Or maybe the tidying can be on only if the DEBUG is on. I have submitted it on trac : Ticket #3414 regards, Rex On Oct 19, 10:08 am, "Wayne Fay" <[EMAIL PROTECTED]> wrote: > If you file a bug, perhaps someone in the Cake Dev team will implement >

pretty-print (indent) view output

2007-10-18 Thread Rex
and understand clearly. regards, Rex --~--~-~--~~~---~--~~ 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, sen

Re: File upload handling in cakephp 1.2

2007-10-18 Thread Rex
Hi Sam, This worked. Thanks for the great help. regards, Rex On Oct 18, 9:05 pm, "Samuel DeVore" <[EMAIL PROTECTED]> wrote: > $form->create('User', array('action' => 'upload', 'type=>'file')); > > this sh

File upload handling in cakephp 1.2

2007-10-18 Thread Rex
Hi, I am trying to handle a file upload in cakephp 1.2 Problem is that the uploaded file information is not available in the controller. In the controller, $this->params['form'] is empty. Please help me debug this. TIA, Rex //==View