Hacker News new | ask | show | jobs
by barfoomoo 5748 days ago
Which framework do you use?
1 comments

I wrote it myself, drawing inspiration from the best parts of Symfony. I use Doctrine for ORM and database abstraction, and Smarty for templates instead of the raw PHP that Symfony uses. I also ditched Symfony's static file caching in favor of Smarty's. I kept basically the same YAML config structure from Symfony...no need to fix what wasn't broken.