Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
The no-framework PHP MVC framework (lerdorf.com)
16 points by t0pj on May 21, 2008 | hide | past | favorite | 3 comments


Weird. I don't feel ill after looking at that PHP code.

A pretty nice approach, I think, though it still feels pretty clumsy and chattery--but PHP is just a very chattery language with all of its, what, 28000 keywords now?


no, the standard amount of language keywords, but the lack of a standard namespace basically means that all the builtins (which you can't replace) are keywords.

edit: I guess language construct versus function really doesn't make a difference. In essence it's a reserved word.


love this approach ... not merely because it resonates with my coding philosophy or because php happens to be my coding language of choice but someone came out and said it, that the emperor has no clothes.

Use design patterns as guidelines and don't try to fit a square peg in a round hole.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: