TinyButStrong is a Template Engine for the PHP language. It enables you to link dynamically HTML pages, XML or other text files. It easily merges data from PDO, MySQL, Postgre-SQL, SQLite and more...
It has only 6 methods and 5 properties, so it enables you to seriously harmonize and simplify Application programming.
TinyButStrong is simple to use with numerous features:
- can connect to any database type (in native: MySql, PostgreSQL, SQLite),
- easy date-time and numeric formats,
- blocks with alternated display,
- multi-columns display,
- conditional display,
- event functions,
- file inclusion and other scripts execution,
- plug-ins possibilities
This class takes the results of a SQL query and outputs in the CSV (comma separated values) format.
The class offers the choice of sending the output to the browser or downloading it as a file. The name and extension of the dump file are defined by the developer.
Very easy database layer to connect to different database types. Easy switching between different database types! With this class you can do queries to the following database servers:
- mSQL
- MS SQL Server
- MySQL
- ODBC
- Postgres SQL
- Sybase
ATTENTION!!!
I only tested MySQL and ODBC Databases yet. Please send me a mail if other databases are working with this class or not, to continue developement of this layer.
phpRealGallery is a gallery-tool with a Database-Backend wich can display several galleries, thumbnails of each gallery and the images in real-size with several information-fields (title, text, size, tech, date, price).
phpRealGallery is a gallery-tool with a Database-Backend wich can display several galleries, thumbnails of each gallery and the images in real-size with several information-fields (title, text, size, tech, date, price).
The class should be embedded in the body-tag of an HTML-File. It produces valid XHTML 1.0 code.