Skip to content

bulaleeplum/starter-quotes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##################

Starter Webapp - Quotes - Lab 3

################## Codeigniter Lab for COMP4711

##################

Members

################## krstlb - Krystle Bulalakaw, Frozenhawk - Scott Plummer, SpenserL - Spenser Lee

##################

Coding Conventions

##################

  • key words have a space between the word and parentheses,
  if () {}
  • blocks have the opening bracket on the same line
  switch () {

  }
  • variable names are camel case. Start with a lowercase and every word after starting with a uppercase,
  $thisIsSomething = true;
  • leave a space after all of the variable declarations
  $one = 1;
  $two = 2;
  $three = 3;

  // Start logic here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.7%
  • HTML 2.2%
  • Other 1.1%