TinyButStrong 3.4.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News TinyButStrong 3.4.0 (Default branch)
# 1  
Old 06-16-2008
TinyButStrong 3.4.0 (Default branch)

TinyButStrong is a template class for PHP thatallows you to generate HTML pages using MySQL,PostgreSQL, SQLite in native, and any otherdatabases. It is possible to design templatesusing any visual HTML editor (like Dreamweaver orFrontPage). It features simple block management,useful display formats, conditional displaying forblocks and locators, a cache system, and theability to include other HTML pages and executeassociated scripts. Plug-ins are supported sinceversion 3.0.License: GNU Lesser General Public License (LGPL)Changes:
There are 2 new features related to formats. 5 bugs have been fixed: one bug with conditions having the symbol equal; 2 bugs with the method LoadTemplate() managing special values; one bug related to infinite loop with sub-blocks; and one bug regarding formatted dates with the locale option.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DOXYGEN(1)							   User Commands							DOXYGEN(1)

NAME
doxygen - documentation system for various programming languages DESCRIPTION
Doxygen is a documentation system for C++, C, Java, Objective-C, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D. You can use doxygen in a number of ways: 1) Use doxygen to generate a template configuration file: doxygen [-s] -g [configName] If - is used for configName doxygen will write to standard output. 2) Use doxygen to update an old configuration file: doxygen [-s] -u [configName] 3) Use doxygen to generate documentation using an existing configuration file: doxygen [configName] If - is used for configName doxygen will read from standard input. 4) Use doxygen to generate a template file controlling the layout of the generated documentation: doxygen -l layoutFileName.xml 5) Use doxygen to generate a template style sheet file for RTF, HTML or Latex. RTF: doxygen -w rtf styleSheetFile HTML: doxygen -w html headerFile footerFile styleSheetFile [configFile] LaTeX: doxygen -w latex headerFile footerFile styleSheetFile [configFile] 6) Use doxygen to generate an rtf extensions file RTF: doxygen -e rtf extensionsFile If -s is specified the comments in the config file will be omitted. If configName is omitted `Doxyfile' will be used as a default. AUTHOR
Doxygen version 1.8.5, Copyright Dimitri van Heesch 1997-2013 SEE ALSO
doxywizard(1). doxygen 1.8.5 June 2014 DOXYGEN(1)