Re: get output controller from another controller

2012-05-02 Thread Christophe Vandeplas
= 'events'; $this-view = 'view';  // assuming app/views/events/view.ctp On Fri, Apr 27, 2012 at 2:45 AM, Christophe Vandeplas christo...@vandeplas.com wrote: Hello, ( using CakePHP 2.1 ) I'm building an application that synchronizes data between different instances of my application

Re: get output controller from another controller

2012-05-02 Thread Christophe Vandeplas
, 2012 at 3:16 PM, Christophe Vandeplas christo...@vandeplas.com wrote: Hello, Unfortunately the output format (in my variable) is still not the REST XML. Any other idea? Thanks Christophe On Sat, Apr 28, 2012 at 6:31 AM, lowpass zijn.digi...@gmail.com wrote: I don't know if this is all

get output controller from another controller

2012-04-27 Thread Christophe Vandeplas
Hello, ( using CakePHP 2.1 ) I'm building an application that synchronizes data between different instances of my application. (download and upload) My application is REST enabled and thus I can call controller actions from external applications and get the result in clean xml. However it is

Re: custom validation rules - custom message

2011-09-13 Thread Christophe Vandeplas
=firefox-a To me to: http://stackoverflow.com/questions/6972061/using-htmlhelper-on-model-to-insert-links-in-returned-errors HTH, Paul On Sep 8, 6:50 pm, Christophe Vandeplas christo...@vandeplas.com wrote: On Mon, Sep 5, 2011 at 12:27 PM, WebbedIT p...@webbedit.co.uk wrote: The return value

Re: custom validation rules - custom message

2011-09-08 Thread Christophe Vandeplas
message? HTH, Paul @phpMagpie On Sep 2, 8:40 pm, Christophe Vandeplas christo...@vandeplas.com wrote: Hello, I have a model where a field needs a valudation rule to verify if the value already exists. The easy way to implement this is by using the isUnique validation. However I want

custom validation rules - custom message

2011-09-02 Thread Christophe Vandeplas
Hello, I have a model where a field needs a valudation rule to verify if the value already exists. The easy way to implement this is by using the isUnique validation. However I want to also modify the message the user gets to give him an url to a location where that value/field is already used.

Re: GPG/PGP Signed with Email Component

2011-07-22 Thread Christophe Vandeplas
...@gmail.com wrote: I do something very similar. Though I send plain text email only. I create my data as fully formatted, sign/encrypt it and then send it to a template that just outputs the field. On Mon, Jul 18, 2011 at 12:16 PM, Christophe Vandeplas christo...@vandeplas.com wrote: Hello

GPG/PGP Signed with Email Component

2011-07-18 Thread Christophe Vandeplas
Hello, My webapplication needs to send out emails that are signed with a GPG signature. However as I am using the Email component this seems a little more complicated as I can't really figure out how to do it. Any help will be appreciated and compensated with Belgian beer if we ever meet.