Filename PHP conventions -


i've developed many web applications on past time , never found myself adhering naming conventions when comes filenames. have php view can add users. here suggestions used on time , , that. so, there convention or arbitrary?

  • user_add.blade.php
  • users_add.blade.php
  • user_add.blade.php
  • add_user.blade.php
  • add_users.blade.php
  • useradd.blade.php
  • adduser.blade.php

the file naming system arbitary. there no particular method of naming file. use like. there restrictions in naming class or writing variable. there no standard naming conventions


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -