Logs for

Page 196 of 211,259, showing 20 records out of 4,225,171 total, starting on record 3,901, ending on 3,920

# At Username Text
# Aug 7th 2008, 20:21 freebox thestaff: helper is for viewer
# Aug 7th 2008, 20:21 polywog it would have to be like a post rating or something
# Aug 7th 2008, 20:21 polywog ACTION thinks
# Aug 7th 2008, 20:22 freebox lol
# Aug 7th 2008, 20:22 Matt1 thestaff: why would you need to access a helper in a view ?
# Aug 7th 2008, 20:22 freebox Matt1: in a controller :)
# Aug 7th 2008, 20:22 thestaff well I wanted to build an array for a table
# Aug 7th 2008, 20:22 Matt1 freebox: sorry, my bad :(
# Aug 7th 2008, 20:22 thestaff but I need some link in there
# Aug 7th 2008, 20:23 thestaff I guess I should make the links in the view
# Aug 7th 2008, 20:24 Matt1 thestaff: yes
# Aug 7th 2008, 20:24 dsnap how can I disable that <!-- 4.444s --> at the bottom generated in debug?
# Aug 7th 2008, 20:24 polywog dsnap: Configure::write('debug',0);
# Aug 7th 2008, 20:25 thestaff but that means I have to parse the array again in the view
# Aug 7th 2008, 20:25 thestaff even tough I do it in the controler as well
# Aug 7th 2008, 20:25 dsnap thanks
# Aug 7th 2008, 20:26 polywog freebox:
# Aug 7th 2008, 20:26 polywog hey what about posts has many ratings, users hasmany ratings, rating has one post. unique the user_id and post_id
# Aug 7th 2008, 20:26 polywog (in the ratings table)
# Aug 7th 2008, 20:27 polywog or belongs to post