Download List

Descripción del Proyecto

TinyButStrong is a template class for PHP that allows you to generate XML/HTML pages and any other files based on text source. The engine gives facilities to work with any databases, including in native PDO, MySQL, PostgreSQL, SQLite, PHP arrays, and more. It is possible to design templates using any visual editor (like Dreamweaver or FrontPage), and thus to make templates that are compatible with W3C standards for example. It features simple block management, useful display formats, conditional displaying for blocks and locators, remote XML/HTML attribute modification, a cache system, and the ability to include sub-templates and execute associated scripts. Plug-ins are supported since version 3.0.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-04 10:45
3.8.0

Esta versión agrega diez nuevas características, mejoras de cuatro y tres correcciones de errores. Las principales novedades son: la capacidad de definir el alcance de campos automáticos (onload, onshow, var), nuevos métodos SetOption() y GetOption() que le permiten definir opciones de uno en uno o en una rodada con una completa gama de opciones, una opción de "include_path" para plantillas y sub-templates, la capacidad de definir alias de bloques y un nuevo operador para texto de formateo (minúsculasmayúsculas, etc..).
This release adds ten new features, four enhancements, and three bugfixes. The major new features are: the ability to define the scope of automatic fields (onload, onshow, var), new methods SetOption() and GetOption() which enable you to define options one by one or in one shot with a full array of options, an "include_path" option for templates and sub-templates, the ability to define aliases of blocks, and a new operator for formating text (lower case, upper case, etc.).

2011-03-20 21:57
3.7.0

Esta versión trae nuevas características 6 y 5 correcciones de errores. Tenga en cuenta que el principal TBS es ahora para PHP5. Otro paquete proporciona la clase para PHP4 y no será apoyada por un largo tiempo. DOP y MySQLi son compatibles de forma nativa. El MergeBlock () método acepta un nuevo argumento para los parámetros de consulta. El plug-in () método admite comandos directos. El meth_PlugIn_SetEvent método interno () se ha añadido para activar o desactivar un plug-in del evento. f_Xml_FindTagStart () se ha añadido, que puede ser útil para los plug-ins y herramientas externas. Una optimización se realizó para la "att" parámetro colocados en los campos del bloque.
Tags: PDO, MySQLi, PHP5
This version brings 6 new features and 5 bug fixes. Please note that the main TBS is now for PHP5. Another package provides the class for PHP4 and will not be supported for a long time. PDO and MySQLi are now natively supported. The MergeBlock() method accepts a new argument for Query parameters. The PlugIn() method supports direct commands. The internal method meth_PlugIn_SetEvent() was added to enable or disable a plug-in's event. f_Xml_FindTagStart() was added, which can be useful for plug-ins and external tools. An optimization was made for the "att" parameter placed in block's fields.

2010-09-28 07:06
3.6.0

Esta versión trae seis nuevas características y corrección de errores 6. Las nuevas características son: un parámetro "htmlconv = UTF-8" que las fuerzas de la conversión de datos en UTF-8, un parámetro "opa = msk" que se aplica una máscara en el valor del campo, un nuevo plugin de eventos denominado "OnCacheField", un par de nuevas propiedades que le permiten cancelar la fusión de los campos automática [onload] y [OnShow], un parámetro "atttrue" que combina un XML / HTML atributo como un atributo booleano, una opción para limitar las funciones de PHP aceptados por los parámetros "onData "y" AlDarFormato ", y automática de sub-bloques que apoyan una columna opcional.
Tags: Major feature enhancements, Minor bugfixes
This version brings 6 new features and 6 bugfixes. The new features are: a parameter "htmlconv=utf8" that forces the data conversion into UTF-8; a parameter "ope=msk" that applies a mask on the field's value; a new plugin event named "OnCacheField"; a couple of new properties that allow you to cancel the merging of the automatic fields [onload] and [onshow]; a parameter "atttrue" that merges an XML/HTML attribute like a Boolean attribute; an option to limit PHP functions accepted by the parameters "ondata" and "onformat"; and automatic sub-blocks that support an optional column.

2010-04-12 23:52
3.5.3

Esta versión trae nuevas características y seis cinco correcciones de errores. Ahora los bloques se pueden definir en un solo XML / elementos HTML ( <x /> ) Como si fueran elementos acoplados ( <x></x> ). Un nuevo formato de número con ceros a la izquierda se ha añadido. Dos operadores de la gestión de los elementos se agregaron imán. Un parámetro para cortar las cadenas que son utf-8 ha sido añadido. Otro parámetro para convertir una cadena en una URL directamente en la plantilla se añadió.
Tags: Minor feature enhancements, Minor bugfixes
This version brings six new features and five bug fixes. Blocks can now be defined in single XML/HTML elements (<x />) as if they were coupled elements (<x></x>). A new number format with leading zeros was added. Two operators for managing magnet elements were added. A parameter for cutting strings that are utf-8 was added. Another parameter for converting a string into an URL directly in the template was added.

2009-12-10 03:43
3.5.1

4 correcciones de errores menores. Un nuevo parámetro "cambiar el nombre de", que le permite cambiar el nombre de los bloques y campos en una sub-plantilla antes de que se inserta.
Tags: Minor bugfixes, Minor feature enhancements
4 minor bugfixes. A new parameter "rename", which allows you to rename blocks and fields in a sub-template before it is inserted.

Project Resources