-
Notifications
You must be signed in to change notification settings - Fork 7.6k
I have the welcome page but now what jedd
Category:Approaches::I have the welcome page - but now what
[color=green]Very much a work in progress - 20090824T1300GMT[/color]
[h2]Overview:[/h2]
Disclaimer - I'm using Quanta on KDE on Debian GNU/Linux, but that doesn't affect much of the following, as it's primarily CI code/structure changes, and software that's available across pretty much every platform.
[h2]Approach (brief):[/h2]
These are the things I tend to setup [b]o[/b] MY_Controller, with a few functions I would probably use in every project [b]o[/b] MY_Model .. ditto [b]o[/b] phpdoc - for automating the documentation of my code [b]o[/b] git - my version control system of choice [b]o[/b] various little approaches I follow from here ...
[h2]Approach (in detail):[/h2]
[h3]MY_Controller[/h3]
[h3]MY_Model[/h3]
[h3]phpdoc - documentation generator[/h3]
[h3]git - version control[/h3]
[h3]Various little things ... [/h3]