Logs for

Page 142 of 211,240, showing 20 records out of 4,224,782 total, starting on record 2,821, ending on 2,840

# At Username Text
# Aug 7th 2008, 09:43 TommyO stevieboy: function action($id = null) {
# Aug 7th 2008, 09:43 Eddie_CRO D
# Aug 7th 2008, 09:43 TommyO $id will be set to the very first param
# Aug 7th 2008, 09:43 Eddie_CRO yes, i noticed it :D
# Aug 7th 2008, 09:44 Eddie_CRO so i guess $params var is always passed in a session?
# Aug 7th 2008, 09:44 stevieboy TommyO: well.... so i use the only and right way using $this->params['pass'][0]
# Aug 7th 2008, 09:44 TommyO ummm... in a request. Session has a specific definition
# Aug 7th 2008, 09:45 Eddie_CRO explain.
# Aug 7th 2008, 09:45 TommyO stevieboy: function action($id = null) {
# Aug 7th 2008, 09:45 TommyO is a good way
# Aug 7th 2008, 09:45 Eddie_CRO )
# Aug 7th 2008, 09:45 stevieboy TommyO: i need to use it in the beforefilter
# Aug 7th 2008, 09:45 stevieboy can i add it there too?
# Aug 7th 2008, 09:45 stevieboy as param?
# Aug 7th 2008, 09:45 TommyO stevieboy: no
# Aug 7th 2008, 09:45 TommyO at least I don't think so :)
# Aug 7th 2008, 09:46 stevieboy i'll try anyway
# Aug 7th 2008, 09:46 moelee TommyO can you explain named params
# Aug 7th 2008, 09:47 stevieboy nope, it's empty
# Aug 7th 2008, 09:47 TommyO Eddie_CRO: a session in http-land is a number of requests and replies between a particular client and the server, $params is defined on a per-request level, not a per-session level