Re: Can I do the following with cakephp?

2010-04-01 Thread Jamie
Not to sound unhelpful, but if you can do it in PHP then you can do it in CakePHP. On Mar 31, 9:46 pm, Bankai hgnelso...@gmail.com wrote: - Export results of a database table to excel - Have an autosave feature like google docs into my web app - Whats the best javascript framework (jquery,

Can I do the following with cakephp?

2010-03-31 Thread Bankai
- Export results of a database table to excel - Have an autosave feature like google docs into my web app - Whats the best javascript framework (jquery, mootools, prototype, etc) to use along with cakephp And now the biggie! - Lets say I live in a third world country (which I do), and the lights

Re: Can I do the following with cakephp?

2010-03-31 Thread cricket
On Apr 1, 12:46 am, Bankai hgnelso...@gmail.com wrote: - Export results of a database table to excel Have a look at this article: http://bakery.cakephp.org/articles/view/csv-helper-php5 Be sure to see the author's updated version here: http://ifunk.net/cakephp/helpers/csv.php.txt Finally,