Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Yii framework - what is the file ".yii" in some folders

Tags:

There is ".yii" file in the following folders:

  • /assets/
  • /images/
  • /protected/commands/shell/
  • /protected/extensions/
  • /protected/messages/
  • /protected/runtime/
  • /protected/views/system/
  • /themes/classic/views/layouts/
  • /themes/classic/views/site/
  • /themes/classic/views/system/

What is it?

like image 984
yspro Avatar asked Oct 16 '09 09:10

yspro


1 Answers

I believe they are generated by yiic, not sure what purpose they have though as they always appear to be empty unless they are purely used as a means of storing a timestamp against the build date.

like image 127
robjmills Avatar answered Oct 05 '22 14:10

robjmills