• Neues Projekt: Codeigniter wegen Symfony 2

    Ich habe noch 1 Woche Zeit. Die Aufgabe ist, diese kleine MVC Projekt: https://github.com/martinberlin/onstage In Codeigniter MVC, nach Symfony 2 MVC framework Weiterentwicklung Dann Ich freue ich mich sowohl in Bezug auf die Frameworks vergleichen in Hinsicht auf: Geschwindigkeit Struktur und Data Models und wie schwer ist es, eine Admin-Panel zu Entwickeln (and how hard is to code…

  • How to add Bonfire to an existing Codeigniter framework project

    MISSION: Integrate simple codeigniter project https://github.com/martinberlin/onstage with bonfire powerfull HMVC modules and administration access. Step 1 Copy application and bonfire folders into project root.   Step 2 Modify existing MY_loader class that will be overridden by Step 1 with your custom functions. In my case, I was using sparks library and the existing codeigniter theme functionality.…