# |
Aug 9th 2008, 11:31 |
freebox |
all i know about paginate is this: $this->set('piadas', $this->paginate()); |
# |
Aug 9th 2008, 11:30 |
AD7six |
freebox where have you alrady looked. |
# |
Aug 9th 2008, 11:30 |
kalileo |
well, one single space does usually |
# |
Aug 9th 2008, 11:30 |
freebox |
AD7six: i don't know :( |
# |
Aug 9th 2008, 11:30 |
AD7six |
freebox so: do so? |
# |
Aug 9th 2008, 11:29 |
AD7six |
ilove_php: whitespace doesn't affect html |
# |
Aug 9th 2008, 11:29 |
ilove_php |
of course i can do it using form tags on html but i want to fully utilize cakephp's formhelpers |
# |
Aug 9th 2008, 11:28 |
lhy |
AD7six nope.. I use the tutorial at the bakery |
# |
Aug 9th 2008, 11:28 |
ilove_php |
i have other inputboxes (such as passwords and stuffs) and i want those boxes to be aligned |
# |
Aug 9th 2008, 11:28 |
freebox |
all i want to do is paginate that "related piadas" |
# |
Aug 9th 2008, 11:28 |
AD7six |
lhy: are yo uusing the auth component |
# |
Aug 9th 2008, 11:28 |
freebox |
AD7six: Look: http://bin.cakephp.org/view/135667706 |
# |
Aug 9th 2008, 11:28 |
AD7six |
ilove_php: why do you care a bout whitespace |
# |
Aug 9th 2008, 11:27 |
lhy |
after it checks the result... it will write the user id to the session |
# |
Aug 9th 2008, 11:27 |
AD7six |
that doesn't answer my question lhy |
# |
Aug 9th 2008, 11:27 |
ilove_php |
@AD7six - when i use $form->input theres always a "blank" space before the inputbox, can't find a way to remove that |
# |
Aug 9th 2008, 11:27 |
lhy |
the sql query returns 1 row so I assume it is ok. |
# |
Aug 9th 2008, 11:27 |
AD7six |
lhy: are you able to login at all |
# |
Aug 9th 2008, 11:26 |
lhy |
nothing is writen to the session |
# |
Aug 9th 2008, 11:26 |
freebox |
af |
# |
Aug 9th 2008, 11:26 |
freebox |
'bin |
# |
Aug 9th 2008, 11:26 |
lhy |
I have try to write something to session (after login). but the information is not stored |
# |
Aug 9th 2008, 11:26 |
lhy |
hello... I have a problem with cakephp 1.2... it seems that session is not working |
# |
Aug 9th 2008, 11:25 |
freebox |
lol |
# |
Aug 9th 2008, 11:25 |
AD7six |
freebox open your editor and start hitting keys then |
# |
Aug 9th 2008, 11:25 |
freebox |
i need something like this, but with pagination |
# |
Aug 9th 2008, 11:25 |
AD7six |
of course |
# |
Aug 9th 2008, 11:25 |
AD7six |
you aren't asking any questions freebox |
# |
Aug 9th 2008, 11:25 |
freebox |
AD7six: you know the related stuff that bake create? |
# |
Aug 9th 2008, 11:24 |
AD7six |
but anyway. why don't you just do what you said. |
# |
Aug 9th 2008, 11:24 |
lhy |
sdf |
# |
Aug 9th 2008, 11:24 |
AD7six |
freebox urls are one thing and controller/code structure is another |
# |
Aug 9th 2008, 11:23 |
freebox |
then when i click in "foo" i go to /categories/view/foo and i need to show all products from this category |
# |
Aug 9th 2008, 11:23 |
AD7six |
freebox - rephrase into a question |
# |
Aug 9th 2008, 11:23 |
B00mgo_M4N |
i bet he means "a space" |
# |
Aug 9th 2008, 11:23 |
AD7six |
ilove_php: what do you mean "a space" |
# |
Aug 9th 2008, 11:22 |
freebox |
AD7six: yes, but i have an menu categories |
# |
Aug 9th 2008, 11:21 |
ilove_php |
question: how can i remove the label on $form->input (it always prints a space before the inputbox) |
# |
Aug 9th 2008, 11:21 |
AD7six |
freebox that sounds like a product index action |
# |
Aug 9th 2008, 11:20 |
freebox |
i want to show all product from foo category |
# |
Aug 9th 2008, 11:20 |
freebox |
because when i acces /categories/view/foo |