An outlet for my obsession with technology
PHP
WebSVN installation permissions (proc_open)
May 18th
When installing WebSVN on windows don’t forget to give read & execute permissions to the IIS user (IURS_BLAH) to C:\WINDOWS\system32\cmd.exe
1: C:\WINDOWS\system32\cmd.exe
If you don’t you’ll get errors like:
CreateProcess failed, error code – 5
or
Error running this command: svn –config-dir /tmp –version
UPDATED: Back to work! Bye Bye Pinggr
Jan 7th
I wanted to learn how to use facebook connect and ended up using FBC, Twitter, OpenID, some complex htaccess, got sick enough by the process (not having a PHP MVC framework to call my own) that I started on php.technologyaces.com
I have code that won’t write itself…
Also, I decided to dump the simple framework…I think Code Igniter is simple enough. I don’t have time to play developer…I am in need of cracking stuff out quick!
TA PHP MVC Rocks!
Jan 7th
I started using the PHP MVC thingy today – after spending a relatively short amount of time coding the core. I found there where a few missing items…who needs to support HTTP POST anyway?…and I needed just the little bit of sugar in the form of some db helper methods and FirePHP for debugging.
I spent about 3 hours coding the new MVC’afied http://dev.vinspection.com and I am really happy with the new framework thing.
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.