Detalles de software:
Versión: 3.0.1 Actualizado
Fecha de carga: 10 Dec 15
Licencia: Libre
Popularidad: 120
Some examples are included in the download package to help get a taste of the library's features.
What is new in this release:
- WATemplate->metaElements is now strict by default
- WATemplate->metaElements compiler modified to support elements without space (to safeguard the '&&' javascript keyword among others)
- WAFile->deleteAll modified, the method was trying to delete twice the directory
- Semaphores implemented in WASHM to avoid memory access conflicts
What is new in version 2.0.0:
- WATemplate->metaElements is now strict by default
- WATemplate->metaElements compiler modified to support elements without space (to safeguard the '&&' javascript keyword among others)
- WAFile->deleteAll modified, the method was trying to delete twice the directory
- Semaphores implemented in WASHM to avoid memory access conflicts
What is new in version 1.01.14 - Build 114:
- WATemplate->metaElements is now strict by default
- WATemplate->metaElements compiler modified to support elements without space (to safeguard the '&&' javascript keyword among others)
- WAFile->deleteAll modified, the method was trying to delete twice the directory
- Semaphores implemented in WASHM to avoid memory access conflicts
What is new in version v1.01.10 - Build 110:
- WAObject adjusted on Strict mode for PHP 5.4.
What is new in version v1.01.09 - Build 109:
- FastObjectSource modified to delete the cache and afo if the origin disappear (is deleted)
- LanguageSource modified to delete the cache and afo if the origin disappear (is deleted)
- TemplateSource modified to delete the cache and afo if the origin disappear (is deleted)
What is new in version v1.01.08 - Build 108:
- The WATemplate syntax analyser does not use anymore urlencode and urldecode to gain a lot of compilation time.
- Error corrected in the compiler regular expression in WATemplate. Sometimes the subtemplate was not correctly replaced.
What is new in version v1.01.07 - Build 107:
- Error corrected in WATemplate: the subtemplate IDs can be only letters, digits, or special chars: .-_|
- WATemplate->metaElements just do nothing if it is the second call.
What is new in version v1.01.06 - Build 106:
- Error corrected in WATemplate: the [[...]] metaelement was not working as expected sometimes
- Error corrected in WATemplate: the {{...}} metaelement was not working as expected sometimes
- Modified WATemplate->metaElements so it can be called only once
- All examples modified to use [[...]] and strict metaelements
What is new in version v1.01.05 - Build 105:
- preg_replace replaced by str_replace into WATemplate for higher velocity
- Strict mode added into metaelements (data parameters must be used with {{...}} only)
- Strict mode example added
- New [[id]]...[[]] syntax for subtemplates added with its respective modifications in the examples
What is new in version v1.01.04 - Build 104:
- Error corrected in WATemplate, the ?? metaelement was not working as specified
- WATemplate modified to support path data access into the data array (i.e. ??VAR1>VAR2>VAR3:templateid?? )
- WATemplate modified to use hierarchic accesibility on templates (if the template does not exists in a level, it will be searched in the father)
- WATemplate modified to support a new meta element {{...}} to directly access an entry in the data array
- New example added for path data and {{...}} meta element
What is new in version v1.01.03 - Build 103:
- Replaced 'while' by 'foreach' in WATemplate.
- Some new comments into WASHM.
- Factory implemented with its examples.
Comentarios que no se encuentran