TechMVC 3.2.1
MVC2 based HTML 5 enabled Web Application Framework
...Can be specified from Config.php($var->defaultCharacterSet). Default: utf-8
2. Following functions added:
a. TechMVC::LoadLibrary($path, $shared = false) -> Include library to TechMVC runtime.
b. In Config.php varriable "$var->meta_tags" renamed to "$var->defaultMetaTags"
c. TechMVC::updateMetaTags($param) has been added, will be used to add/update/remove metatags from any Controller.
d. Custom Link Tag Support Enabled with controller based append facility: TechMVC::createCustomLinkTags($param);
e. ...