Skip to content
Kevin Saforo edited this page Feb 10, 2016 · 5 revisions

#lackingllamas#

This wiki will contain information on the style, and content of the code written in the lackingllamas repository.

We plan to provide a web-based based application for tracking and reporting on business plans which will allow smooth collaboration between several users. Users will be able to view business plans, and update specific items based on their permissions.

###Contents###

  1. Git & Github
    1. Git Commits
  2. Style Guides
    1. PHP Style Guide
    2. HTML Style Guide
  3. Documentation

##Git Commits## Git commits should be done in text editors with a subject on the first line, then a description separated by a blank space. Subjects should start with a capital letter, and a present tense verb. The subject should be limited to 50 characters.

Add getUserName method to model.php

I added a method to model.php to grab usernames from our database. The quick, brown fox jumps over a 
lazy dog. DJs flock by when MTV ax quiz prog. Junk MTV quiz graced by fox whelps. Bawds jog, flick quar
tz, vex nymphs. Waltz, bad nymph, for quick jigs vex!

See http://chris.beams.io/posts/git-commit for a more in-depth explanation.

##PHP Style Guide## We will be using lower camelCase and will be following PSR-1: Basic Coding Standard.

##HTML Style Guide## We will be following the JQuery HTML Style Guide.

Clone this wiki locally