# |
Aug 8th 2008, 17:44 |
M4ngoB00M |
for the table activities |
# |
Aug 8th 2008, 17:43 |
M4ngoB00M |
i try: "cake bake all activities" |
# |
Aug 8th 2008, 17:43 |
Symbi0nt |
if I use ->requestAction in an element i get a blank page |
# |
Aug 8th 2008, 17:43 |
M4ngoB00M |
*bake |
# |
Aug 8th 2008, 17:43 |
M4ngoB00M |
hey i am having a problem with cake bakje |
# |
Aug 8th 2008, 17:43 |
kabturek |
brr assembla always deletes my tags on edits :> |
# |
Aug 8th 2008, 17:40 |
kabturek |
now where was that bed... |
# |
Aug 8th 2008, 17:40 |
kabturek |
uff finaly took some time to wrap stuff up and release |
# |
Aug 8th 2008, 17:36 |
TommyO |
good thing all those slackers left! :) |
# |
Aug 8th 2008, 17:35 |
kabturek |
lol TommyO |
# |
Aug 8th 2008, 17:35 |
kabturek |
TommyO: s/can/can\/doesn\'t have to/ ;) |
# |
Aug 8th 2008, 17:35 |
TommyO |
kabturek: I'm a firm believer in the "rename and call your own" design pattern |
# |
Aug 8th 2008, 17:34 |
TommyO |
primeminister_: one of the benefits of the element requestAction/cache approach is that it can apply to all users, as opposed to the session-cacheing method |
# |
Aug 8th 2008, 17:33 |
gwoo |
NOSLOW: its ok the comments are not necessary |
# |
Aug 8th 2008, 17:33 |
kabturek |
i know another one "copy and paste design pattern" seen some lately ;) |
# |
Aug 8th 2008, 17:33 |
NOSLOW |
gwoo: short comments about the point of failure...there's a bunch of setup passes before I get to the failure. |
# |
Aug 8th 2008, 17:33 |
TommyO |
) |
# |
Aug 8th 2008, 17:32 |
kabturek |
oh the poors-man-caching design pattern ? |
# |
Aug 8th 2008, 17:32 |
TommyO |
primeminister_: by Session did you mean store the data in session, and wrap the Model call in an if (!$this->Session->check(...)) { type thing? |
# |
Aug 8th 2008, 17:31 |
primeminister_ |
*knew |
# |
Aug 8th 2008, 17:31 |
primeminister_ |
never knwe |
# |
Aug 8th 2008, 17:31 |
primeminister_ |
gwoo: cool! |
# |
Aug 8th 2008, 17:31 |
gwoo |
nice! |
# |
Aug 8th 2008, 17:30 |
NOSLOW |
kabturek: I certainly feel enlightened! |
# |
Aug 8th 2008, 17:30 |
gwoo |
primeminister: ClassRegistry::init('ModelName'); actually returns the instance |
# |
Aug 8th 2008, 17:30 |
kabturek |
NOSLOW: thats the way one shoul learn tests , by writing one :) now your whole life will change :) |
# |
Aug 8th 2008, 17:30 |
TommyO |
Symbi0nt: the article talks about exactly what you're doing, caching results |
# |
Aug 8th 2008, 17:29 |
primeminister_ |
Symbi0nt: did you get my suggestion about app::import in combination with sessions |
# |
Aug 8th 2008, 17:29 |
Howard`` |
I actually wasn't aware uses was bad, TommyO, i use it more than often |
# |
Aug 8th 2008, 17:29 |
Symbi0nt |
did it changed since then? |
# |
Aug 8th 2008, 17:29 |
Symbi0nt |
TommyO: I remeber requestAction from the 1.1 days |
# |
Aug 8th 2008, 17:29 |
TommyO |
Symbi0nt: did you get my suggestion about the manual chapter on RequestAction? |
# |
Aug 8th 2008, 17:29 |
Symbi0nt |
component, app_controller |
# |
Aug 8th 2008, 17:29 |
Symbi0nt |
I am still open for suggestion where to put that |
# |
Aug 8th 2008, 17:29 |
gwoo |
NOSLOW: what kind of comments? |
# |
Aug 8th 2008, 17:29 |
Symbi0nt |
somewhere |
# |
Aug 8th 2008, 17:28 |
Symbi0nt |
I want to do it once and that should do the trick |
# |
Aug 8th 2008, 17:28 |
primeminister_ |
in version 1,2 RC2 |
# |
Aug 8th 2008, 17:28 |
Symbi0nt |
Howard``: in every controller? no thanks |
# |
Aug 8th 2008, 17:28 |
Howard`` |
<Symbi0nt>: why not just run it in beforeFilter() of your controllers anyway? |
# |
Aug 8th 2008, 17:28 |
Symbi0nt |
App::import('Mappack'); returns false |