what i learned after 15 days of CI+ maybe Jquery
-> MVC is the thing of the future
-> HMVC and extended HMVC -> helps to organize code, but the folder thing works well for me enough.
-> parent::__construct() or parent::Controller in older versions of php (4) will work. it's needed to be able to load certain CI features.
-> template libraries are the
(
Read more... )