Logs for

Page 200 of 211,259, showing 20 records out of 4,225,171 total, starting on record 3,981, ending on 4,000

# At Username Text
# Aug 7th 2008, 21:01 infantigniter one other question, since i really can't think of what to search for... if i'm using prototype and it sends a POST like "average=3.5andidentity=demo_12andmax=5andrated=2andrerated=falseandtotal=2anduser_id=0andparentname=gamesandparentid=23andtime=14", basically the format is var=valueandvar=value... where can i access that data? is it assigned to $this->data? if so, does it parse the vars/values or is it some...
# Aug 7th 2008, 21:01 infantigniter ...string name
# Aug 7th 2008, 21:01 markstory $this->data
# Aug 7th 2008, 21:02 zeeneo $this->data['params']['url'] i think
# Aug 7th 2008, 21:02 SamuraiDio how do i validade a field just to do not be empty, with the new validation rules?
# Aug 7th 2008, 21:02 zeeneo just debug($this->data);
# Aug 7th 2008, 21:02 markstory if its not in model[field] form.
# Aug 7th 2008, 21:02 SamuraiDio i was using this until now: 'first_name' => VALID_NOT_EMPTY,
# Aug 7th 2008, 21:03 markstory check $this->params['form']
# Aug 7th 2008, 21:04 infantigniter SamuraiDio: 'allowEmpty'=>false
# Aug 7th 2008, 21:04 lqdice__ Found this that seems to work even w/o taking the security setting to medium.. i wonder if it will work for all clients though.. http://blogs.bigfish.tv/adam/2008/04/01/cakephp-12-sessions-and-swfupload/
# Aug 7th 2008, 21:05 SamuraiDio infantigniter, thanks
# Aug 7th 2008, 21:05 infantigniter SamuraiDio: put that in an array with a rule
# Aug 7th 2008, 21:05 infantigniter SamuraiDio: np
# Aug 7th 2008, 21:06 freebox what u guys are using to modeling the db?
# Aug 7th 2008, 21:07 freebox i'm using db designer but its sucks beacause cake conventions
# Aug 7th 2008, 21:07 freebox i have id in product table and id in category table
# Aug 7th 2008, 21:07 zeeneo i just use phpmyadmin or command line
# Aug 7th 2008, 21:08 freebox if i do a relationship with these tables the id for category go away
# Aug 7th 2008, 21:08 freebox /