Page 144 of 211,240, showing 20 records out of 4,224,783 total, starting on record 2,861, ending on 2,880
# | Username | Text | |
---|---|---|---|
# | Aug 7th 2008, 09:52 | TommyO | yes, of course |
# | Aug 7th 2008, 09:52 | Lemon|work | but in the future we will also create desktop clients that connect to the server |
# | Aug 7th 2008, 09:52 | moelee | how do you make the aro reflect the parent_id of a group? |
# | Aug 7th 2008, 09:52 | TommyO | your views are whatever format you want. make them xml instead of html. cake even gives you the tools to know the difference and start the magic |
# | Aug 7th 2008, 09:53 | TommyO | Lemon|work: look into Router extensions. where different views/layouts are used based on extension with 0 code changes required to controller/action logic |
# | Aug 7th 2008, 09:53 | Lemon|work | i'm already doing that for fusioncharts |
# | Aug 7th 2008, 09:54 | TommyO | Lemon|work: I have an app with 7 different extensions on a couple of actions and not a single special condition in the action |
# | Aug 7th 2008, 09:54 | TommyO | that's the beauty of MVC |
# | Aug 7th 2008, 09:54 | Lemon|work | yeah, if i add .pdf to ANY view in my app i get the .pdf version of that page |
# | Aug 7th 2008, 09:55 | gwoo | TommyO: thats the beauty of Cake :) |
# | Aug 7th 2008, 09:55 | Pacifists | ;))) |
# | Aug 7th 2008, 09:55 | TommyO | yes, of COURSE that's what I menat! :) |
# | Aug 7th 2008, 09:55 | TommyO | *meant |
# | Aug 7th 2008, 10:01 | Eddie_CRO | TommyO, i'm bit confused |
# | Aug 7th 2008, 10:01 | Eddie_CRO | now |
# | Aug 7th 2008, 10:01 | Eddie_CRO | a question |
# | Aug 7th 2008, 10:01 | Eddie_CRO | if i use url /search/id:1 |
# | Aug 7th 2008, 10:01 | Eddie_CRO | how do i get that id 1? |
# | Aug 7th 2008, 10:02 | Eddie_CRO | i tried through $this->params['id'] but is not there |
# | Aug 7th 2008, 10:02 | Eddie_CRO | aaaaa |