Pinned Repositories
budget_app
CI_FormBuilder
This repository contains a CodeIgniter Library I'm working on. This library is a series of objects each one using a codeigniter form_helper function to generate a form element. The Form.php class is the main object and stores each element independently of the others. Upon calling Form::renderForm() the Form will be built with all of the form elements being generated in the order they were added to the form. The benefit to using this library over the CI form_helper functions directly is that it allows you to work with objects rather than arrays which makes manipulating attributes much more simple.
debugger
a collection of scripts that assist in debugging php applications. It's especially handy in cases where echo/var_dumps are not visible such as when using exec()
fileDestroyer
deletes files in a given path based on filename or wildcard
flux-get-started
Getting started with Flux and the Helm Operator
gitpod-test
temp repo for gitpod testing
helm-operator-get-started
Managing Helm releases with Flux Helm Operator
iniSet
programatically sets the values of php.ini
lms_vagrant
Vagrant setup for lms
PHPBones
a CLI program that builds barebones php classes
stretchnate's Repositories
stretchnate/budget_app
stretchnate/lms_vagrant
Vagrant setup for lms
stretchnate/CI_FormBuilder
This repository contains a CodeIgniter Library I'm working on. This library is a series of objects each one using a codeigniter form_helper function to generate a form element. The Form.php class is the main object and stores each element independently of the others. Upon calling Form::renderForm() the Form will be built with all of the form elements being generated in the order they were added to the form. The benefit to using this library over the CI form_helper functions directly is that it allows you to work with objects rather than arrays which makes manipulating attributes much more simple.
stretchnate/debugger
a collection of scripts that assist in debugging php applications. It's especially handy in cases where echo/var_dumps are not visible such as when using exec()
stretchnate/fileDestroyer
deletes files in a given path based on filename or wildcard
stretchnate/flux-get-started
Getting started with Flux and the Helm Operator
stretchnate/gitpod-test
temp repo for gitpod testing
stretchnate/helm-operator-get-started
Managing Helm releases with Flux Helm Operator
stretchnate/iniSet
programatically sets the values of php.ini
stretchnate/PHPBones
a CLI program that builds barebones php classes
stretchnate/python
This is a repository to hold all of my python projects
stretchnate/SandR
php search and replace tool
stretchnate/toolchest
stretchnate/xdebug
Installs xdebug - http://www.xdebug.org/