Tangra Framework 2.2.0 is released
2010-02-10 20:08:44
We are happy to announce that TF 2.2.0 (aio 20100210) is released.
Major addition is the Grid Page Generation Wizard. Now you will be able to create all files required to present data from db table following simple wizard.
Another big change is that all files from hidden/inc/ were moved to hidden/inc/_sys/. That way structure is more tidy. This broke backward compatability and that is the reason for version escalation of some modules to 2.0.0.
Also absract method create_view() is added to web_site/web_page/web_page.class.php and it is implemented in all child classes like in vanilla, chocolate and Jabba. Now it is recomended to use create_view() instead of old $v = new Site_Web_Page_View($this);
New way of creating views makes it easier to use subfolders for the page templates and you will no longer have to scroll in long list of pages when trying to find the tpl file that you need.