# |
Sep 23rd 2011, 07:06 |
Hyra |
Mornings |
# |
Sep 23rd 2011, 06:30 |
destinydriven |
welcome |
# |
Sep 23rd 2011, 06:30 |
XBigTK13X |
destinydriven: Worked like a charm. Thanks :) |
# |
Sep 23rd 2011, 06:21 |
destinydriven |
XBigTK13X, look at recursive parameter |
# |
Sep 23rd 2011, 06:20 |
XBigTK13X |
IE: Model->find() normally returns an array with data for the respective Model and all related models, but is there a way to perform that find and only get back the data for Model? |
# |
Sep 23rd 2011, 06:19 |
XBigTK13X |
Is there a way to perform a Model->find() and ignore related models? |
# |
Sep 23rd 2011, 05:12 |
destinydriven |
I'm using a wizard plugin . . . Router::connect('/processes', array('controller' => 'processes', 'action' => 'wizard')); takes me to /processes/wizard/book which is good but I want to pass the params to that second url |
# |
Sep 23rd 2011, 05:09 |
destinydriven |
Seguer, k thanks |
# |
Sep 23rd 2011, 05:08 |
Seguer |
destinydriven: well, you don't have anything that relates to anything past /process in your url, so start there |
# |
Sep 23rd 2011, 05:08 |
destinydriven |
I'm not sure I'm getting this routing thing correctly. http://bin.cakephp.org/view/139790768 |
# |
Sep 23rd 2011, 05:06 |
PhpNut |
I have a sudden urge for a steak |
# |
Sep 23rd 2011, 05:05 |
L4 |
its like picking atheletes foot or a booger |
# |
Sep 23rd 2011, 05:05 |
L4 |
its really satisfying, im a vegetarian, but i dont mind killing those pesky f**kers that hide behind your favorite fast food places fridge |
# |
Sep 23rd 2011, 05:04 |
Seguer |
so you literally de-bug |
# |
Sep 23rd 2011, 05:04 |
Seguer |
LOL |
# |
Sep 23rd 2011, 05:03 |
L4 |
im actually a part time pesticide agent, i hunt bugs all the time |
# |
Sep 23rd 2011, 05:02 |
L4 |
it makes me happy :) |
# |
Sep 23rd 2011, 04:57 |
Seguer |
L4: we heard you like debugging so we put errors in the debuggers so you can debug while you debug |
# |
Sep 23rd 2011, 04:56 |
L4 |
ACTION SHOOTS THE SCREEN |
# |
Sep 23rd 2011, 04:49 |
thinline |
ha |
# |
Sep 23rd 2011, 04:47 |
L4 |
debugging debugging is more annoying. |
# |
Sep 23rd 2011, 04:45 |
thinline |
debugging email that just dont arrive is really really annoying |
# |
Sep 23rd 2011, 04:35 |
L4 |
fresh install :( |
# |
Sep 23rd 2011, 04:34 |
L4 |
Anyone know why cake 2.0 wont find Debugger class on a wamp? |
# |
Sep 23rd 2011, 04:33 |
cpierce |
cpgo: the only thing i saw it said about it was Helper::$data is deprecated, use the request objectâ??s data property. I was just making sure that would be called via $this->request->data |
# |
Sep 23rd 2011, 04:09 |
cpgo |
o.o |
# |
Sep 23rd 2011, 04:09 |
cpgo |
game = changes* |
# |
Sep 23rd 2011, 04:09 |
cpgo |
cpierce, always.. why dont you read the migration guide and familiarize yourself with the games :) |
# |
Sep 23rd 2011, 04:05 |
cpierce |
cpgo: in reference to your previous use $this->request->data should i use $this->request->data always or only when i need to write? |
# |
Sep 23rd 2011, 03:52 |
mdunham918_ |
man I'm using cake2 and my session keeps timing out after like an hour even though I'm continually using browsing the site i set session timeout to 36000 and security to low but still happening |
# |
Sep 23rd 2011, 03:51 |
fenix` |
daan. wierd as, it just started working properly, i changed nothing. |
# |
Sep 23rd 2011, 03:47 |
aldodelgado |
wow big mistake on my part. I had the core configuration set to php session to handle my sessions. When I switched it to cake everything started to work correctly. |
# |
Sep 23rd 2011, 03:40 |
aldodelgado |
I've also noticed that if your session expires and your on app.com/prefix/controller/method after the redirect, if I delete the extra part of the url /prefix/controller/method and hit enter to refresh the page. i get a new session and can start surfing again. Has anyone here had this type of experience? |
# |
Sep 23rd 2011, 03:36 |
daaaan |
user* |
# |
Sep 23rd 2011, 03:36 |
daaaan |
does your mysql use have delete privileges on the table? |
# |
Sep 23rd 2011, 03:36 |
aldodelgado |
Question: I have my cakeapp session timing out in 10 seconds to test what happens after a session expires. What I'm trying to accomplish is a redirect to back to the login page if session has expired. However I can seem for the life of me figure out why its being redirected to /prefix/controller/method? I have $this->Auth->logoutRedirect = '/login'; in my before filter of app_controller |
# |
Sep 23rd 2011, 03:35 |
fenix` |
mean to paste this: int(10) string(9) "destroyed" bool(false) |
# |
Sep 23rd 2011, 03:35 |
fenix` |
cah |
# |
Sep 23rd 2011, 03:35 |
fenix` |
$this->Session->write('x' ,10); var_dump($this->Session->read('x')); $this->Session->destroy(); var_dump('destroyed'); var_dump($this->Session->read('x')); |
# |
Sep 23rd 2011, 03:35 |
fenix` |
works as expected |
# |
Sep 23rd 2011, 03:35 |
fenix` |
$this->Session->write('x' ,10); var_dump($this->Session->read('x')); $this->Session->destroy(); var_dump('destroyed'); var_dump($this->Session->read('x')); |