Re: 1.3 cakephp tree / behavoir

2013-10-10 Thread Rajkamal Ganesan
Hi, Use your cms plugin in app folder. cake components are configure with app folder. app your plugin is correct way. Thanks, Rajkamal On Wednesday, October 9, 2013 2:00:16 AM UTC+5:30, davido wrote: hi! my cakephp installation looks as the following application tree, whereby cms

Re: Writing data into a new worksheet using PHPExcel in Cakephp

2013-10-10 Thread Rajkamal Ganesan
Hi Friends, I use PHPExcel library. Controller : public $helpers = array('PhpExcel'); View : ?php $this-PhpExcel-createWorksheet(); $this-PhpExcel-setDefaultFont('Calibri', 12); $table = array( array('label' = __('Company'), 'width' = 'auto', 'filter' =