Re: Is it possible to create a true REST application yet?

2008-04-04 Thread gentleJuggernaut
Looking forward to seeing that... Could not get the time off work, sorry to have missed it. On Apr 4, 1:01 pm, Gwoo <[EMAIL PROTECTED]> wrote: > Nate did a REST talk at CakeFest. We just need to get the slides and > video --~--~-~--~~~---~--~~ You received t

Re: Is it possible to create a true REST application yet?

2008-04-04 Thread gentleJuggernaut
Looking forward to seeing that... Could not get the time off work, sorry to have missed it. On Apr 4, 1:01 pm, Gwoo <[EMAIL PROTECTED]> wrote: > Nate did a REST talk at CakeFest. We just need to get the slides and > video --~--~-~--~~~---~--~~ You received t

Re: Is it possible to create a true REST application yet?

2008-04-04 Thread gentleJuggernaut
Looking forward to seeing that... Could not get the time off work, sorry to have missed it. On Apr 4, 1:01 pm, Gwoo <[EMAIL PROTECTED]> wrote: > Nate did a REST talk at CakeFest. We just need to get the slides and > video --~--~-~--~~~---~--~~ You received t

Re: Is it possible to create a true REST application yet?

2008-04-04 Thread gentleJuggernaut
Do you know of a best practice for creating a REST application that will accommodate browsers and still allow 'real' REST clients to operate? On Apr 4, 10:25 am, jonknee <[EMAIL PROTECTED]> wrote: > > Are there really any truly REST compliant applications > > yet? or am I missing something major

Is it possible to create a true REST application yet?

2008-04-04 Thread gentleJuggernaut
I am currently rewriting an old application for a travel agency. The old application uses php and is a mess of spaghetti string programming. I am moving it to cakephp for obvious reasons (cake rocks!) I really would like to create a REST compliant server side that would allow a number of differ

Re: Starting up with CakePHP?

2007-12-05 Thread gentleJuggernaut
have you seen cakeforge? There are several cms projects going on right now. They might be of help. Here is a link to the ocean-cms project: http://cakeforge.org/projects/ocean-cms/ NSM On Dec 5, 12:29 pm, "dr. Lecter" <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I've recently found out abou

Re: .ctp versus .thtml?

2007-12-05 Thread gentleJuggernaut
also check out this discussion: http://groups.google.com/group/cake-php/web/frequent-discussions at the top is a few links for differences between 1.1 and 1.2 NSM On Dec 5, 12:49 pm, gentleJuggernaut <[EMAIL PROTECTED]> wrote: > sounds like you are using cakephp 1.2 which uses ctp e

Re: .ctp versus .thtml?

2007-12-05 Thread gentleJuggernaut
sounds like you are using cakephp 1.2 which uses ctp extensions rather than thtml ext. Check this out: http://ahsanity.wordpress.com/2007/08/31/making-the-blog-tutorial-run-on-cakephp-12/ On Dec 5, 12:38 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm going over the tutorial now fo

passing session from http to https

2007-12-05 Thread gentleJuggernaut
I have a cakephp 1.2 app that moves to https during credit card transactions. When it does all session data is gone. I have researched this issue with php and have found different answers as to session behavior when changing to an SSL url. Session work is new for me. I have read the cake sessi

Re: Best way to handle ssl webservices when passing XML

2007-12-05 Thread gentleJuggernaut
thanks. I have used cURL, I will check out that other method. On Dec 5, 11:27 am, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On Dec 5, 2007 11:25 AM, francky06l <[EMAIL PROTECTED]> wrote: > > > > > Maybe using Curl. There is Curl model on the bakery, I have used it to > > make http / https req

Best way to handle ssl webservices when passing XML

2007-12-05 Thread gentleJuggernaut
What is the best way using cakephp 1.2 to POST an XML string to a webservice? I must be able to send the request to an ssl server (https:). I have tried HttpSocket(); but it does not appear to work with https. Thx NSM --~--~-~--~~~---~--~~ You received this mes

Undefined variable: trying to access variable inside controller

2007-08-09 Thread gentleJuggernaut
I have a function that sets a variable for a view and then it needs to use a value returned to set another variable in the view. I am getting an Undefined Variable error when I try to call the first variable. /**/ function view($id = null) { if(!$id) {

$displayField with two items

2007-05-31 Thread gentleJuggernaut
When using the Scaffolding and declaring a $displayField in a foreign model, is there a way to specify two fields (i.e. var $displayField = 'first_name' . 'last_name';)? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group