Log message #112724

# At Username Text
# Aug 8th 2008, 21:38 gwoo they have nice voluteers who
# Aug 8th 2008, 21:38 Telik rescue mission
# Aug 8th 2008, 21:37 gwoo and there is a soup kitchen on the end of the street
# Aug 8th 2008, 21:37 gwoo lots of open wifi networks around here
# Aug 8th 2008, 21:37 hyperspace rad
# Aug 8th 2008, 21:37 mboldisc A van by the river?
# Aug 8th 2008, 21:37 mboldisc rofl
# Aug 8th 2008, 21:37 gwoo i live in my car
# Aug 8th 2008, 21:37 gwoo )
# Aug 8th 2008, 21:37 gwoo yup
# Aug 8th 2008, 21:37 mboldisc Still living with your parents? :)
# Aug 8th 2008, 21:36 markstory yeah :)
# Aug 8th 2008, 21:36 Telik day jobs using cakephp maybe? :-)
# Aug 8th 2008, 21:36 markstory and a night job.
# Aug 8th 2008, 21:36 markstory I have a day job for sure :)
# Aug 8th 2008, 21:36 gwoo mboldisc: day jobs are a must
# Aug 8th 2008, 21:35 Telik Azhi_Dahaka_: if you need some assistance, try this: http://bin.cakephp.org/view/1669097336
# Aug 8th 2008, 21:35 mboldisc Or do you still keep day jobs.
# Aug 8th 2008, 21:35 gwoo i wish
# Aug 8th 2008, 21:35 mboldisc Enough to pay a few developers?
# Aug 8th 2008, 21:35 mboldisc My goal is to donate when I make some money on this project.
# Aug 8th 2008, 21:35 gwoo define "many"
# Aug 8th 2008, 21:34 gwoo mboldisc: some
# Aug 8th 2008, 21:34 mboldisc I dunno, whoever owns the cakephp site.
# Aug 8th 2008, 21:34 markstory whose guys?
# Aug 8th 2008, 21:33 mboldisc Do you guys get many donations?
# Aug 8th 2008, 21:31 Azhi_Dahaka_ hmm... gotta give it a try
# Aug 8th 2008, 21:30 Telik you could put that in the beforeFilter()...then surround that block with an if...then to check to see if you're already inside an /admin/ path
# Aug 8th 2008, 21:30 Telik (substituting the proper stuff in place of those variables
# Aug 8th 2008, 21:29 Telik well, if you have permissions setup, then you could do if($getAdminStatus) : $this->redirect('/admin/$controller/$action')
# Aug 8th 2008, 21:28 Azhi_Dahaka_ anyway, the permission issue is solved... but i would like to know if there's a way to transparently redirect every action into admin/action IF the proper credentials are given
# Aug 8th 2008, 21:28 Telik thought maybe you might have better luck than I
# Aug 8th 2008, 21:27 Telik lol, i have the same problem. i need to use it on my app, but i still haven't figured it out
# Aug 8th 2008, 21:27 Azhi_Dahaka_ i tried... really... but i just can't get my head around it.
# Aug 8th 2008, 21:27 Telik Azhi_Dahaka_: i could be wrong but that sounds like a good place to use ACL
# Aug 8th 2008, 21:22 Azhi_Dahaka_ hmm, is there a way to autoredirect every action into admin/action if the proper credencials are given?
# Aug 8th 2008, 21:20 Telik i'm having a problem with afterFind($results). i use a foreach to add a calculated field to each record, but it seems to not work. even when i do debug($results) after the foreach, i don't see my new values anywhere
# Aug 8th 2008, 21:18 Matt1 markstory: thank you, that works perfectly.
# Aug 8th 2008, 21:17 markstory Configure::getInstance() will get you a configure object though.
# Aug 8th 2008, 21:17 markstory no.
# Aug 8th 2008, 21:17 Matt1 debug(Configure::read()); not working