Tangra Framework for PHP Applications
What is Tangra framework?
Tangra is a LGPL licensed open source framework for development of PHP5 applications. Its main target is to boost the productivity of the developers. It consist code library, modules and control center.
For more detailed description please visit "What is Tangra framework?"
News
Added form_field_datetime
[2008-05-04] form_field_datetime is added to tangra_lib/lib/form/fields (both field and view). Also template for it is added in form_html_tpl_static_metallic module.
form_field_datetime is intended to be used to enter values as 2008-02-01 18:23:22.
New module added - admin_panel-1.0.0
[2008-04-08] admin_panel module servers as a base for building admin panels for sites. It provides (for now) login, admin users management and admin menu management. Additional modules can be installed (which will be developed in the future) as users management, content management, statictics, etc.
New module added - tree_menu_ml-1.0.0
[2008-03-02] tree_menu_ml adds new functionality over tree_menu for providing multilanguage support.
New module added - tree_menu-1.0.0
[2008-02-28] New module tree_menu-1.0.0 is added to svn. It provides classes for tree menu definition and usage. Simple html template is included along with tree_menu_html_gatherer for generating HTML from tpl. Additionally, useful functionalities as import from file and automatic regeneration of the menu are available.
New module added - language_detector_advanced-1.0.0
[2008-02-19] language_detector_advanced is more sophisticated replacement for language_detector_simple module. It provides additional functionality about language detection like restoring last used language (using visitor's cookie) and detection from browser's settings.
New module added - language_detector_simple-1.0.0
[2008-02-17] New module language_detector_simple-1.0.0 is added to svn. Its purpose is to detect current language via Path info (PI) variable and keep track of it using output_add_pi_rewrite_var().
New captcha module installed in forum
[2008-02-11] Due to problems with original phpBB captcha (bots can guess it) new captcha is installed - "Better captcha" created by paul999 < webmaster at paulscripts.nl >.