It would maybe be best to put such directives in bootstrap.php as to separate Cake specific from application specific configurations. The best option is to choose one. I prefer setting global variables and initialization variables in bootstrap.
On Monday, 2 July 2012 00:02:41 UTC+3, Superidea wrote: > > Yes and you can put it in core.php as well. > > On Fri, Jun 29, 2012 at 7:52 AM, Dr. Tarique Sani > <[email protected]>wrote: > >> bootstrap.php >> >> T >> >> On Fri, Jun 29, 2012 at 10:53 AM, Milina Udara <[email protected]> >> wrote: >> > where we can put >> > ini_set("upload_max_filesize", "4M"); >> > ini_set("post_max_size","10M"); >> > >> > in cakephp? >> > is it working for configure the ini file >> > >> > -- >> > Our newest site for the community: CakePHP Video Tutorials >> > http://tv.cakephp.org >> > Check out the new CakePHP Questions site http://ask.cakephp.org and >> help >> > others with their CakePHP related questions. >> > >> > >> > To unsubscribe from this group, send email to >> > [email protected] For more options, visit this >> group at >> > http://groups.google.com/group/cake-php >> >> >> >> -- >> ============================================================= >> PHP for E-Biz: http://sanisoft.com >> ============================================================= >> >> -- >> Our newest site for the community: CakePHP Video Tutorials >> http://tv.cakephp.org >> Check out the new CakePHP Questions site http://ask.cakephp.org and help >> others with their CakePHP related questions. >> >> >> To unsubscribe from this group, send email to >> [email protected] For more options, visit this group >> at http://groups.google.com/group/cake-php >> > > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
