Page 52 of 211,235, showing 20 records out of 4,224,689 total, starting on record 1,021, ending on 1,040
# | Username | Text | |
---|---|---|---|
# | Aug 6th 2008, 21:47 | cobol | because it's so hard to debug ajax output with it |
# | Aug 6th 2008, 21:47 | cobol | (print_r,var_dump,etc) |
# | Aug 6th 2008, 21:47 | cobol | i recommend it to anyone |
# | Aug 6th 2008, 21:47 | cobol | xdebug ftw |
# | Aug 6th 2008, 21:48 | Jezek | or i guess it does work, but when i include the action on the frontpage, it runs the queries again. |
# | Aug 6th 2008, 21:48 | cobol | Jezek: i think those definitions are url-based, so if it's a different url... |
# | Aug 6th 2008, 21:49 | cobol | but i'm not actually sure. |
# | Aug 6th 2008, 21:50 | Jezek | http://bin.cakephp.org/view/39830046 |
# | Aug 6th 2008, 21:50 | cobol | i dont think requestAction is cache-aware |
# | Aug 6th 2008, 21:51 | cobol | and actually, requestAction replicates most of the request lifecycle |
# | Aug 6th 2008, 21:51 | cobol | and is insanely heavy |
# | Aug 6th 2008, 21:51 | Jezek | how else would i display a list of categories on my frontpage |
# | Aug 6th 2008, 21:52 | cobol | element |
# | Aug 6th 2008, 21:52 | cobol | and possibly a component to help it along |
# | Aug 6th 2008, 21:53 | cobol | the caching could then also be data level |
# | Aug 6th 2008, 21:53 | cobol | instead of view |
# | Aug 6th 2008, 21:53 | Jezek | wait why a component |
# | Aug 6th 2008, 21:53 | Jezek | i already have a controller |
# | Aug 6th 2008, 21:54 | cobol | because components are designed to hold reusable application that logic that will be called upon in multiple actions |
# | Aug 6th 2008, 21:55 | Jezek | but what if i want to use views too, like if viewing an individual category |