Page 54 of 211,235, showing 20 records out of 4,224,692 total, starting on record 1,061, ending on 1,080
# | Username | Text | |
---|---|---|---|
# | Aug 6th 2008, 22:02 | cobol | does that all make sense? |
# | Aug 6th 2008, 22:02 | Jezek | not really |
# | Aug 6th 2008, 22:03 | cobol | well you know how in MVC, application logic goes in the controller, and view logic in the views? |
# | Aug 6th 2008, 22:03 | Jezek | yes |
# | Aug 6th 2008, 22:03 | cobol | it's basically the same thing, except for reusable code |
# | Aug 6th 2008, 22:03 | nymacro | hmmm |
# | Aug 6th 2008, 22:03 | cobol | so helpers and elements become the view logic code |
# | Aug 6th 2008, 22:03 | cobol | and the component is application logic |
# | Aug 6th 2008, 22:03 | Jezek | but how do i get the data into the element without using requestAction |
# | Aug 6th 2008, 22:04 | achew22 | rar.... |
# | Aug 6th 2008, 22:04 | cobol | Jezek: by putting the application logic that fetches it into a component |
# | Aug 6th 2008, 22:04 | cobol | and calling on that component |
# | Aug 6th 2008, 22:04 | cobol | from the action |
# | Aug 6th 2008, 22:04 | cobol | the action takes the data and passes it to the view |
# | Aug 6th 2008, 22:05 | nymacro | can anyone tell my why CakePHP behaves like this: http://bin.cakephp.org/view/1570690605 |
# | Aug 6th 2008, 22:05 | nymacro | in regards to [Post] |
# | Aug 6th 2008, 22:05 | Jezek | gotcha |
# | Aug 6th 2008, 22:05 | cobol | i would wager because your controller explicitly uses('Post')? |
# | Aug 6th 2008, 22:06 | cobol | i think? |
# | Aug 6th 2008, 22:06 | cobol | i dont really know |