An outlet for my obsession with technology
Project Templates
Model-less PHP MVC
Jan 6th
I wrapped up the alpha version of the new Technology Aces PHP MVC Framework. Which by the way I really need a name for. TAPMF? um….no.
I don’t have any code for the model yet…hence model-less MVC..I’ll have it done soon.
Features
- PHP MVC…what more do you need?
- Templeting/Caching via Dwoo
- A slight bit of routing and error handeling
Features…soon
- Base Model class for simple methods
- CSS Reset
Features…Never?
- Much more then is listed here…
- Unless.
Visual Studio, Wizards, Project Templates and Unsigned DLLS
Sep 22nd
If, after you followed all the steps at http://msdn.microsoft.com/en-us/library/ms185301(VS.80).aspx you are getting an error about unsigned DLLs…try adding the DLL to the bin folder of your project…
Just re-code the wizard in C#…I guess there is a reason all the examples are in C#…