# |
Sep 11th 2009, 14:19 |
markstory |
yeah |
# |
Sep 11th 2009, 14:19 |
jmcneese |
markstory: so, minimal fiddling to get it to work, in your estimate |
# |
Sep 11th 2009, 14:18 |
markstory |
*functions |
# |
Sep 11th 2009, 14:18 |
markstory |
Ceeram: which methods? |
# |
Sep 11th 2009, 14:18 |
Ceeram |
22 matches |
# |
Sep 11th 2009, 14:18 |
markstory |
Html helper got some methods from Javascript helper. |
# |
Sep 11th 2009, 14:18 |
Ceeram |
its everywhere |
# |
Sep 11th 2009, 14:18 |
markstory |
just itself, oh and the Html Helper. |
# |
Sep 11th 2009, 14:18 |
Ceeram |
have 1.2 branch |
# |
Sep 11th 2009, 14:18 |
jmcneese |
sweet |
# |
Sep 11th 2009, 14:18 |
markstory |
nope |
# |
Sep 11th 2009, 14:18 |
jmcneese |
markstory: so it doesn't depend on any other new-fangled classes or whatnot? |
# |
Sep 11th 2009, 14:18 |
markstory |
they should all be gone from inside 1.3 and 1.2 |
# |
Sep 11th 2009, 14:17 |
markstory |
Ceeram: where? |
# |
Sep 11th 2009, 14:17 |
markstory |
jmcneese: should be fine. |
# |
Sep 11th 2009, 14:17 |
Ceeram |
Deprecate convenience methods, their use has been removed from the core, and they are often a bad practice. is on the todolist, but i still see them used in core |
# |
Sep 11th 2009, 14:16 |
jmcneese |
hey mark. out of curiosity, how portable is the new helper if i wanted to, let's say, use it in 1.2 |
# |
Sep 11th 2009, 14:16 |
markstory |
why? |
# |
Sep 11th 2009, 14:15 |
markstory |
me |
# |
Sep 11th 2009, 14:15 |
jmcneese |
hey dev team. who's primarily responsible for the new jshelper engine in 1.3? |
# |
Sep 11th 2009, 14:13 |
arkturus |
the past* |
# |
Sep 11th 2009, 14:13 |
markstory |
) |
# |
Sep 11th 2009, 14:13 |
arkturus |
markstory: you've helped me for the 3-4 days consistantly... so thanks again, you rox! |
# |
Sep 11th 2009, 14:13 |
arkturus |
thanks guys |
# |
Sep 11th 2009, 14:13 |
arkturus |
great, it works |
# |
Sep 11th 2009, 14:11 |
Gabriel23 |
yes |
# |
Sep 11th 2009, 14:11 |
arkturus |
<?php $session->flash(); ?> |
# |
Sep 11th 2009, 14:11 |
arkturus |
should i remove the = |
# |
Sep 11th 2009, 14:11 |
arkturus |
that's what i have |
# |
Sep 11th 2009, 14:11 |
arkturus |
<?= $session->flash(); ?> |
# |
Sep 11th 2009, 14:10 |
Ceeram |
lol just started downloading netbeans, and now suddenly eclipse search starts working, kinda scary |
# |
Sep 11th 2009, 14:09 |
arkturus |
just a sec |
# |
Sep 11th 2009, 14:09 |
arkturus |
i think i just have <?= |
# |
Sep 11th 2009, 14:09 |
markstory |
remove the echo |
# |
Sep 11th 2009, 14:09 |
markstory |
arkturus: do you have echo $session->flash()? |
# |
Sep 11th 2009, 14:09 |
arkturus |
any ideas? |
# |
Sep 11th 2009, 14:09 |
arkturus |
So I just launched my first cakePHP project for a client. The only thing that is wrong is that the flash message shows a "1" at the end of every message..... I thought this was just due to config debug mode.. but after disabling for production it still displays the "1" |
# |
Sep 11th 2009, 14:00 |
Scotto |
i suppose i could use containable to pass the conditions... but i wasnt sure of the 'correct' way |
# |
Sep 11th 2009, 14:00 |
pecalca |
is there any way to reuse comments baked files? |
# |
Sep 11th 2009, 13:59 |
pecalca |
wanna add comments view into the edit post view, so that i could list all comments for the post and edit/delete them |
# |
Sep 11th 2009, 13:59 |
pecalca |
baking my first app, posts/comments example |