thrashr888 / pauls-code-snippets

This is my spot for random code snippets that I'd like to save.

This URL has Read+Write access

thrashr888 (author)
Sat Jun 20 23:19:50 -0700 2009
commit  8af31c618131a7e674ec9d75585e56ac4306cd6a
tree    4046ebdda31bb0f9b05e064096f86d1769825b86
parent  f9311bcda61eff69b19ee53cf4c8eae38f8369c9
README.textile

This is just my personal repo for code snippets.

It’s setup as an Eclipse PHP Project, hence those hidden files at the top.

These functions were mostly written by me for a current project
but I also have compiled some stuff from other devs and open source repos.

You’ll find mostly PHP here but I also keep Ant tasks, JS and notes here.

-Paul Thrasher
Vastermonster.com

qDB Class

A very minimal DB abstraction class. It just wraps PHP’s mysql functions.

Symfony Classes

These are taken out of working projects. Sorry, documentation is sparse for now.

build.xml

I’ve setup a couple of Ant tasks in here to manage Git.

  • git-add
  • git-commit
  • git-pull
  • git-push
  • git-status