thrashr888 / pauls-code-snippets
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
8af31c6
commit 8af31c618131a7e674ec9d75585e56ac4306cd6a
tree 4046ebdda31bb0f9b05e064096f86d1769825b86
parent f9311bcda61eff69b19ee53cf4c8eae38f8369c9
tree 4046ebdda31bb0f9b05e064096f86d1769825b86
parent f9311bcda61eff69b19ee53cf4c8eae38f8369c9
| name | age | message | |
|---|---|---|---|
| |
.buildpath | ||
| |
.gitignore | ||
| |
.htaccess | ||
| |
.project | ||
| |
.settings/ | ||
| |
GIT_TIPS | ||
| |
README.textile | ||
| |
build/ | ||
| |
classes/ | ||
| |
crossdomain.xml | ||
| |
robots.txt | ||
| |
symfony/ | ||
| |
templates/ |
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

