Page 296 of 211,263, showing 20 records out of 4,225,252 total, starting on record 5,901, ending on 5,920
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 16:33 | unigue_ | I mean there's gonna be like 350 files and modifying them is _work_ |
# | Aug 8th 2008, 16:34 | zmonteca | teknoid: ajax.ctp is just the default - echo $content_for_layout |
# | Aug 8th 2008, 16:34 | zmonteca | dieselz:i put some comments in there and those aren't showing. |
# | Aug 8th 2008, 16:34 | dieselz | zmonteca: then ajax.ctp is not being used :-\ |
# | Aug 8th 2008, 16:35 | yoris | teknoid,is there a way to flush the cache so that multiple save can be done via recursive functions? |
# | Aug 8th 2008, 16:35 | dieselz | zmonteca: you could debug the view.php cake lib file to see what layout is being used |
# | Aug 8th 2008, 16:35 | aarongustafson | teknoid: I've been trying to dig through the docs and objects lookin to see what could be causing, but to no avail. I'm not running anything on the string and if I remove the single (or double) quotes, the encoded entities go away (so they aren't part of the data coming in), but if I remove the single quottes from the string value, the SQL fails (obviously). |
# | Aug 8th 2008, 16:35 | zmonteca | dieselz: how do i use that or specify it? |
# | Aug 8th 2008, 16:35 | dieselz | zmonteca: use what, specify what? |
# | Aug 8th 2008, 16:35 | aarongustafson | teknoid: nothing is being done to the string for the SQL, it's just being assembled |
# | Aug 8th 2008, 16:35 | zmonteca | dieselz: what layout to use for ajax requests. |
# | Aug 8th 2008, 16:36 | teknoid | yoris: flush what cache? |
# | Aug 8th 2008, 16:36 | aarongustafson | zmonteca: $layout = 'Ajax'; |
# | Aug 8th 2008, 16:36 | teknoid | aarongustafson: i have no idea why it's doing that |
# | Aug 8th 2008, 16:36 | zmonteca | aarongustafson: in my controller method? |
# | Aug 8th 2008, 16:37 | dieselz | zmonteca: yep |
# | Aug 8th 2008, 16:37 | dieselz | zmonteca: $this->RequestHandler->isAjax() may be useful for you |
# | Aug 8th 2008, 16:37 | aarongustafson | teknoid: ugh, thanks for you help. I can't seem to figure it out either. And I wouldn't have seen it if I hadn't dumped it to the debugger. |
# | Aug 8th 2008, 16:38 | yoris | teknoid, the thing is that i have a save sentence that is inside a recursive function and the second run tries to read database for inputs on the first run and they dont exist, |
# | Aug 8th 2008, 16:38 | teknoid | aarongustafson: well, you should enable sql debug |