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

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -