Page 312 of 211,266, showing 20 records out of 4,225,308 total, starting on record 6,221, ending on 6,240
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 21:17 | markstory | Configure::getInstance() will get you a configure object though. |
# | Aug 8th 2008, 21:18 | Matt1 | markstory: thank you, that works perfectly. |
# | 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: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:27 | Telik | Azhi_Dahaka_: i could be wrong but that sounds like a good place to use ACL |
# | 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 | 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:28 | Telik | thought maybe you might have better luck than I |
# | 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:29 | Telik | well, if you have permissions setup, then you could do if($getAdminStatus) : $this->redirect('/admin/$controller/$action') |
# | Aug 8th 2008, 21:30 | Telik | (substituting the proper stuff in place of those variables |
# | 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:31 | Azhi_Dahaka_ | hmm... gotta give it a try |
# | Aug 8th 2008, 21:33 | mboldisc | Do you guys get many donations? |
# | Aug 8th 2008, 21:34 | markstory | whose guys? |
# | Aug 8th 2008, 21:34 | mboldisc | I dunno, whoever owns the cakephp site. |
# | Aug 8th 2008, 21:34 | gwoo | mboldisc: some |
# | Aug 8th 2008, 21:35 | gwoo | define "many" |
# | Aug 8th 2008, 21:35 | mboldisc | My goal is to donate when I make some money on this project. |
# | Aug 8th 2008, 21:35 | mboldisc | Enough to pay a few developers? |