From: Kevin <ke...@dr...> - 2006-05-01 23:42:17
|
> This is just proof of concept... So no routing etc have been > implemented... > > http://v.rummanddan.dk/article/view/12344 > > You can get the source at... > > http://v.rummanddan.dk/vc.tar > > I would happily contribute to this project, so let me know if its > something you would go for... I didnt implement an ORM (ActiveRecord > in rails) thats a whole lot of work itself, but I read you are > discussing to do that yourself anyway :) Thanks, Just a few quick comments after peeking at the code: I like the REST style URI handling of the dispatcher. It makes it clean and pretty easy to follow. I'm not clear on what you mean by routing. Is that like forwarding from one controller to another? (ex: redirecting to a login screen, etc) If you could provide an example on how that is used, it would help. We have a fair amount of code around accessing the database. I don't wan= t to try and convert it to an ORM package. It'd be too much work with littl= e benefit. --=20 Kevin |