Logs for

Page 356 of 211,269, showing 20 records out of 4,225,374 total, starting on record 7,101, ending on 7,120

# At Username Text
# Aug 9th 2008, 11:54 linked_ AD7six: i guess to summarize my question, do $this->model->relatedModel calls has the conditions defined models relationship definitions?
# Aug 9th 2008, 11:54 AD7six linked_: no
# Aug 9th 2008, 11:54 linked_ AD7six: ah, ok. thanks!
# Aug 9th 2008, 11:55 AD7six lhy: your test function doesn't do anything
# Aug 9th 2008, 11:55 ilove_php @AD7six = i already set my label value to false and it still gives me that freaking space lol. tried putting a space on my passwords label but i guess the $form class trims the label first, maybe andnbsp; will work gotta give it a try
# Aug 9th 2008, 11:56 AD7six ilove_php: look at the source
# Aug 9th 2008, 11:56 AD7six stop guessing
# Aug 9th 2008, 11:56 lhy AD7six just write something to the session.. I want to print it out in the view... but the view says no value (debug mode on 3) assigned for the var
# Aug 9th 2008, 11:57 AD7six lhy: your test function does nothing - write has 2 parameters
# Aug 9th 2008, 11:57 ilove_php AD7six i know i sound annoying asking these stupid questions, is there a way to remove that div on the inputbox?
# Aug 9th 2008, 11:57 AD7six ilove_php: look at TheBig's suggestion and give it your best guess
# Aug 9th 2008, 11:58 ilove_php am new to cakephp thats why im still working my way familiarizing with the framework
# Aug 9th 2008, 11:58 lhy AD7six sorry typo... :) seems its working now
# Aug 9th 2008, 11:58 ilove_php AD7six: already done that but it stills print the label and the div
# Aug 9th 2008, 11:58 AD7six ilove_php: you'd be better off doing echo $form->create(); echo $form->inputs(array('username', 'password')); .. imo.
# Aug 9th 2008, 11:59 AD7six ilove_php: TheBig gave you a suggestion on how to get rid of the label - what are you currently trying to do (think).
# Aug 9th 2008, 12:00 kalileo freebox: If you look at the manual you'll see that there is not a $this->Model->findByWhatever() used in the Controller, but a $this->paginate, and that the pagination is for the main Model, and not for the related Models. However I understand that, if you have many related Models, you would want to page through them.
# Aug 9th 2008, 12:04 ilove_php AD7: i already inserted the 'label'=>false but it still prints out the label, thats what im trying to say
# Aug 9th 2008, 12:04 AD7six ilove_php: show
# Aug 9th 2008, 12:05 ilove_php my bad, i forgot to change it from '' to false