Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
systems:cakephp:cakephp_setup_and_configuration [2015/11/02 17:22] smayr [SVGGraph] |
systems:cakephp:cakephp_setup_and_configuration [2016/05/16 14:18] (current) smayr [Updating Model] |
||
---|---|---|---|
Line 1280: | Line 1280: | ||
* Download a copy of PhpExcel helper and component for CakePHP 2.x: [[https:// | * Download a copy of PhpExcel helper and component for CakePHP 2.x: [[https:// | ||
* Copy files to respective folders in CakePHP app. | * Copy files to respective folders in CakePHP app. | ||
+ | * Get PHPExcel updates from [[https:// | ||
+ | * See documentation: | ||
+ | * [[https:// | ||
+ | * [[http:// | ||
In PhpExcel helper, edit function '' | In PhpExcel helper, edit function '' | ||
Line 1355: | Line 1359: | ||
ob_end_clean(); | ob_end_clean(); | ||
this-> | this-> | ||
+ | </ | ||
+ | |||
+ | == Delete Cached Models == | ||
+ | |||
+ | After updating a model, clear the cache to see the changes on the site. | ||
+ | < | ||
+ | $ rm -f / | ||
+ | $ rm -f / | ||
</ | </ |