# |
Sep 23rd 2011, 07:13 |
Seguer |
for beanstalkd |
# |
Sep 23rd 2011, 07:13 |
Seguer |
ok so you're writing a cakephp plugin |
# |
Sep 23rd 2011, 07:12 |
Hyra |
i know, i can use davids plugin and have php workers .. but meh .. php daemons .. |
# |
Sep 23rd 2011, 07:11 |
Hyra |
nothing fancy |
# |
Sep 23rd 2011, 07:11 |
Hyra |
not really .. all that does is listen for jobs and dispatch it to a shell |
# |
Sep 23rd 2011, 07:11 |
Seguer |
writing a node.js plugin.. then..? |
# |
Sep 23rd 2011, 07:10 |
Seguer |
.... |
# |
Sep 23rd 2011, 07:10 |
Hyra |
and have a node.js deamon instead of cake workers |
# |
Sep 23rd 2011, 07:10 |
Hyra |
but i want it to work differently |
# |
Sep 23rd 2011, 07:10 |
Hyra |
yep, i know that one |
# |
Sep 23rd 2011, 07:09 |
Seguer |
~queue |
# |
Sep 23rd 2011, 07:09 |
Seguer |
why? |
# |
Sep 23rd 2011, 07:09 |
Hyra |
fun stuff |
# |
Sep 23rd 2011, 07:09 |
Hyra |
writing a beanstalkd plugin |
# |
Sep 23rd 2011, 07:08 |
Hyra |
sup |
# |
Sep 23rd 2011, 07:08 |
dakota |
sup Hyra |
# |
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 |