=====Wikka as a Rapid Development Framework===== ===Background=== While researching various PHP frameworks, such as [[http://www.cakephp.org | CakePHP]] and [[http://www.codeigniter.com | CodeIgniter]], I couldn't help but think about something I've mentioned here before: Why couldn't Wikka be used as a rapid development framework as well? Both Cake and CodeIgniter use an MVC (model-view-controller) framework. For the most part, Wikka provides the same framework. Much of the work involved with setting up any PHP application involves mundane things such as look-and-feel, session management, authentication, back-end support, etc. -- things that Wikka already provide. The groundwork for [[Docs:InvisibleWiki | making Wikka "invisible"]] has already been laid. The purpose of this page is to discuss the possibilities of using Wikka as a rapid development framework. <