# |
Sep 22nd 2011, 01:39 |
markstory |
cake will read php://input if the request is xml. But otherwise it leaves it alone. |
# |
Sep 22nd 2011, 01:38 |
markstory |
you just have to pull it out of php://input |
# |
Sep 22nd 2011, 01:38 |
markstory |
friskd: it does. |
# |
Sep 22nd 2011, 01:38 |
friskd |
Why does Cake not properly handle PUT data? |
# |
Sep 22nd 2011, 01:32 |
FSCV |
ok, thanks Predominant |
# |
Sep 22nd 2011, 01:32 |
Predominant |
Its often much simpler to win people over when they can see the result. |
# |
Sep 22nd 2011, 01:31 |
Predominant |
FSCV: In your own time, build an example in Zend and in Cake, demonstrating the benefits of Cake |
# |
Sep 22nd 2011, 01:31 |
friskd |
or at least the icing... The cake is the best part. |
# |
Sep 22nd 2011, 01:31 |
cpgo |
throw cake in his face |
# |
Sep 22nd 2011, 01:29 |
FSCV |
what to do when a boss insists on using Zend and not give Cake a chance? |
# |
Sep 22nd 2011, 01:26 |
friskd |
andx='a'andy='b' |
# |
Sep 22nd 2011, 01:25 |
friskd |
I am only able to do a PUT and pass all the data i want in the url as query string paramaters. |
# |
Sep 22nd 2011, 01:25 |
friskd |
Should Cake be taking the body of PUT request and make it accessible via the $this->params variable? |
# |
Sep 22nd 2011, 01:13 |
mdunham918_ |
np |
# |
Sep 22nd 2011, 01:12 |
Brazilian |
have to run now, byee |
# |
Sep 22nd 2011, 01:12 |
Brazilian |
cpgo, tks again man |
# |
Sep 22nd 2011, 01:12 |
Brazilian |
tks a lot |
# |
Sep 22nd 2011, 01:12 |
Brazilian |
mdunham918_, very nice man |
# |
Sep 22nd 2011, 00:56 |
mdunham918_ |
you can make it match against any field that one is set to confirm_password: 'rule' => array('matchesValidation', 'confirm_password'), the second field there is the field that it gets checked against |
# |
Sep 22nd 2011, 00:55 |
mdunham918_ |
easy as cake |
# |
Sep 22nd 2011, 00:55 |
mdunham918_ |
Brazilian: http://bin.cakephp.org/view/732262543 |
# |
Sep 22nd 2011, 00:52 |
Brazilian |
mdunham918_, don't forget to show me the view as well please |
# |
Sep 22nd 2011, 00:51 |
mdunham918_ |
!bin |
# |
Sep 22nd 2011, 00:51 |
Brazilian |
mdunham918_, I do man, please |
# |
Sep 22nd 2011, 00:51 |
mdunham918_ |
i got the code for a matches validation if you want it Brazilian |
# |
Sep 22nd 2011, 00:49 |
cpgo |
you need to provide that |
# |
Sep 22nd 2011, 00:48 |
cpgo |
that's not a core validation rule |
# |
Sep 22nd 2011, 00:48 |
cpgo |
you set 'rule' => 'matchPasswords' |
# |
Sep 22nd 2011, 00:47 |
Brazilian |
cpgo, isn't that what it's happening in there man ? |
# |
Sep 22nd 2011, 00:46 |
cpgo |
I like wamp |
# |
Sep 22nd 2011, 00:46 |
Bemcapaz |
cpgo will be running it on a Windows 7 ultimate |
# |
Sep 22nd 2011, 00:45 |
cpgo |
Bemcapaz, whats your os |
# |
Sep 22nd 2011, 00:45 |
cpgo |
you need to define your own validation rule called matchPasswords |
# |
Sep 22nd 2011, 00:45 |
Brazilian |
cpgo, |
# |
Sep 22nd 2011, 00:45 |
Brazilian |
line 49 |
# |
Sep 22nd 2011, 00:45 |
Brazilian |
cpgo, 'match' => array( |
# |
Sep 22nd 2011, 00:43 |
Bemcapaz |
and servers, Xampp ? |
# |
Sep 22nd 2011, 00:42 |
Bemcapaz |
umm having heard a lot about php storm lately, will take a look at it |
# |
Sep 22nd 2011, 00:40 |
cpgo |
!phpstorm |
# |
Sep 22nd 2011, 00:39 |
cpgo |
idk about best (in terms of cakephp integration) but I use and like phpstorm a lot |
# |
Sep 22nd 2011, 00:35 |
Bemcapaz |
I was trying zend server CE + zend studio 8 but having some problems |