PhpWebmin 1.6 review

Download
by rbytes.net on

PhpWebmin consists of a port of Webmin's weblib.pl to PHP, and the integration of the phplib html template class, to help you in writ

License: BSD License
File size: 0K
Developer: Linbox Arnaud LAPREVOTE
0 stars award from rbytes.net

PhpWebmin consists of a port of Webmin's weblib.pl to PHP, and the integration of the phplib html template class, to help you in writing Webmin modules in PHP and to have a true separation between code and html.

New functions added to the web-lib:

tmplInit($array)

Sets the templates directory to "./tmpl/your_language" accordingly to Webmin settings. If the directory does not exists, fall back to "./tmpl/en". Initializes {TB} and {CB} template variables to $tb and $cb global variables (used as the background colour for table headers and body rows). Takes an optional array to set template files (similar to set_file in the phplib). Returns a template object (see the official phplib documentation).

Here are some key features of "PhpWebmin":
Most useful weblib.pl functions ported to PHP
Phplib's template class added to have a true separation between code and html.

Limitations:
Not all weblib functions have been ported to PHP...
acl_security.pl should be still written in Perl...

What's New in This Release:
Small bug fixes.

PhpWebmin 1.6 keywords