Closed GoogleCodeExporter closed 9 years ago
If you use render('filename',$data, true,true), the view file 'filename.php'
must be updated/changed/touched then only the files included dynamically in
filename.php will be updated. If the main view file is not updated, the file
included won't be updated too.
Use the config setting TEMPLATE_COMPILE_ALWAYS = true instead if you need all
to be compiled.
Original comment by darkredz
on 25 Jun 2010 at 8:29
tnx
Original comment by bestxp2...@gmail.com
on 25 Jun 2010 at 8:48
Original comment by darkredz
on 25 Jun 2010 at 9:14
$ Config ['TEMPLATE_COMPILE_ALWAYS'] = TRUE;
and
$ Config ['APP_MODE'] = 'dev';
still do not want to force all files to compile.
Original comment by bestxp00@gmail.com
on 29 Jun 2010 at 10:45
Original issue reported on code.google.com by
bestxp2...@gmail.com
on 25 Jun 2010 at 8:10