Randomus Stufis
RSS icon Email icon Home icon
  • Jinn, the PHP framework that works for you!

    Posted on January 26th, 2010 Bart No comments

    I have my own PHP framework which used to be called FastMVC, a name I never really liked. Now that I have access to PHP 5.3 and its namespaces, I wanted to use those in the framework. Since this meant changing every file and breaking backwards compatibility, this was an excellent opportunity for a name change and reboot. Now it’s here, Jinn, and I’ve just now put up it’s first simple site.

    Jinn is a new PHP framework, and different from the others. Sure, there are many frameworks that can help you build a blog in 10 minutes, but what if you want something more or different? Jinn is flexible and modular and will help you even if you want to do something that nobody else has done. Using the full power of objects and PHP 5.3’s namespaces, your code is cleaner than ever. Jinn does not try to reinvent web standards like HTTP, but provides full access to these tried and tested technologies.

    You can see this site here and learn more about Jinn!