The best practice for using external APIs

2008-09-01 Thread bitkidoku
Hello everyone, I need to generate an excel file and I am using an external API to generate that excel file. If I wasn't using CakePHP I could include() API's php file in my code and start writing it directly. Since I am using CakePHP I am trying to avoid doing stupid things that will break the

Re: The best practice for using external APIs

2008-09-01 Thread Daniel Hofstetter
Hi, I need to generate an excel file and I am using an external API to generate that excel file. If I wasn't using CakePHP I could include() API's php file in my code and start writing it directly. Since I am using CakePHP I am trying to avoid doing stupid things that will break the design

Re: The best practice for using external APIs

2008-09-01 Thread bitkidoku
Thank you Daniel :) This was the thing I was looking for. On Sep 1, 5:07 pm, Daniel Hofstetter [EMAIL PROTECTED] wrote: Hi, I need to generate an excel file and I am using an external API to generate that excel file. If I wasn't using CakePHP I could include() API's php file in my code