====== TECH2018/S3/Developing WManager====== We used to describe WManager as a sum of 3 main blocks built over a Development Framework. It's time to learn how to customize each of these sections. {{:wmanager:what_is_wmanager_eng.png?300|}} ===== WManager&Codeingniter ===== The first things to say is that WManager is built using [[https://www.codeigniter.com/ | codeigniter 3.X Framework]]. Codeigniter is a very powerful MVC development framework. In order to gain the most out of WManager we suggest * [[https://www.codeigniter.com/user_guide/ | CodeIgniter user guide]] ===== WManager technical x-ray ===== {{:tech2018:wmanager_tech_xray.png?200}} ===== Different level of development ===== As mentioned in Session1 there are basically 4 levels of development. * Developing front-end pages (which is a part of the current session); * Developing FORMS templates (Session4) * Developing Extensions (Session5) * Working on the core (out-of-scope of TECH2018). [[tech2018:s3:dev_application| Back to: dev applications pages]]