开发者

cakephp Supress All Headers And ALL data

开发者 https://www.devze.com 2023-03-07 15:45 出处:网络
I am trying to create a subscribable web cal.The file works, if I link to it directly.But when generated out of CAKEPHP, even with a blank layout, the calendar program says the data is invalid.I am gu

I am trying to create a subscribable web cal. The file works, if I link to it directly. But when generated out of CAKEPHP, even with a blank layout, the calendar program says the data is invalid. I am guessing there are some hidden headers, data, something that cakephp is sending in the background. Any way to have cakephp just send the actual file?

Any other ideas why开发者_开发百科 I can't subscribe?


Make sure that you put Configure::Write('debug',0); in the action in your controller that returns the data for the calendar. And then make sure you call a layout that ONLY has <?php echo $content_for_layout; ?> and nothing else in it using $this->layout = ‘yourlayout’; in that same action in the controller.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号