PHP form elements for use in CMS/wiki/content rendering applications. Form elements are defined as classes and are template-engine ready. Methods for form/element creation/verification in code, and separate (subsequent, optional) rendering by a template.
Back-End is a multi-lingual CMS based on the phpSlash code base. Articles, links & photo galleries integrated into a common hierarchy. Content administrators can edit their content through a choice of text, html, wiki or a WYSIWYG editor.
HTMLCode Convert helps speed up the conversion of HTMLcode into different format including Java Script, JavaServer Pages, Microsoft ASP, PHP, Perl, and the UNIX Shell. It is particularly useful in CGI scripting.
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
YATS is a PHP C extension that implements a custom templating language, similar to FastTemplate, for clean separation of code/logic from display/html. Coded with emphasis on simplicity and execution speed. Supports GNU Gettext for multi-lingual sites.
FormEntry allows you to to generate an HTML interface for one or more SQL tables directly from the definition of the SQL tables. It includes the ability to generate elaborate checking of the form result using generated Javascript or PHP code provided by
A PHP class that allows insertion of blocks of htmlcode into target files. It allows a centrally held banner to be inserted into multiple files and means that a single change can be reflected site wide.
DynaHTML combines the advantages of static HTML pages with the flexibility of dynamic pages that employ server side scripting like php. This goal is reached using static HTML with inline script code that is converted to HTML on manual triggering.
phpEditMe is a light-weight web-based editor for websites, documentation, and source code. It includes a file manager, a WYSIWYG HTML editor, a backup system, and can (optionally) enforce the formatting of Dreamweaver templates.
A Content Management System made to separate completely the datas and its presentation. All the HTML/XHTML/CSS code can be modified easily, since it is stored in templates files which are read and mixed with the collected datas by the php script.
phpMyForum is an very powerful freeware forum,
Some features:
-Design individually adaptable
-board code as HTML replacement
-email notification with new contributions
-private messages
-...
TemplateThis is a PHP templating system used to separate HTML from code, easing the process of creating any type of web application. The main features of TemplateThis are its speed, flexibility, and ease of use.
webxadmin is a generic php/mysql application that performs data management through an webbased HTML interface.
From an XML-based schema definition, webXadmin generates records list, and HTML forms. Features include sorting, search, and form customizatio
Discontinued. This library provides a simple way of separating the HTML content from the code written in PHP or ASP. It is designed to use the same templates and provide identical interface in both these languages.
PHP scripts to help manage a html form to admin data in MySQL. With only some lines of PHP code you get a html form. Features: easy management, customizations, drop down lists easy, and others.
JustQueryIt is a php class that grows up adodb and let you able to separate sql queries and php code. It can also execute parametric queries in a really simple way. Now you can include in the simplest way you can imagine your data into your html pages.
simplePHPWeb is a very small content manager. It is written in php and currently contains around 500 lines of php code. It contains an HTML editor which supports pure HTML editing and the use of Microsofts WYSIWYG MSHTML editor.
WildWEB is an opensource framework to web application development. It provides a complete set of core services to web aplications such as HTML/code separation through an advanced Template system, database abstraction, rich set of functions to automaticall
From an xml-defined data-schema, a db schema and a php object model is generated with getters/setters, db persistence, html form templates and html post/data reception. OBSOLETE! Have a look at http://propel.phpdb.org/ instead.
APOL (Alternative Php Optimized Language) was made to speed up your webpages by using the most optimized code for the job. Now it is also going to act as a link between PHP, HTML, and JavaScript. One language for all three!
A complete set of PHP class libraries to be released under the GPL. It allows easy generation of HTML using object orientation. An example piece of code may look like;
$doc = new HtmlDocument(\"My Webpage\");
$doc->add(\"This site is still under cons