22 projects tagged "PHP"
PHP Menu Builder is a class that can be used to display nested menus of HTML links. It takes an array of menu items eventually with nested arrays that define sub-menus. The class generates HTML lists with links for each menu item. CSS classes can be used to configure the presentation styles of the menus, regular items, and the current page item.
PCMS is a content management system (CMS) for PHP programmers to build Web sites. It uses no HTML, XML, or special markup scripts. Templates are built in PHP as a block structure mirroring what you see on the page, using a library of PHP classes corresponding to HTML tags. The package includes an easy-to-use content editor (fckeditor) for use by customers to manage their own Web sites online. Full documentation is provided and a limited number of free subdomains are available in which you can evaluate the product without having to install it on your own server.
mru_manager is a PHP module to access the most recently used items in a Web application. It can register and store "opening object" events. It can manage the order of events and delete all events that exceed the configured maximum number for each object type. The list of recently used items can be saved with user credentials. Separate lists can be maintained for different types of objects.
Watch My Network is a script that detects network devices connected to your network, and saves details of these devices to a MySQL database. You can access this data with a Web browser. This user interface has tabs like "Browsing History", "New Device Control", "IP - MAC Changing", "Vlan Search", and "Operating Systems Search in My Network". This program can be run repeatedly via crontab.
PHP 1 Line Enum is a standalone PHP class that allows the creation of enumerations in PHP. Every enumeration has its own class. Type hinting is supported. It can convert to and from strings. It supports bitwise operations and namespaces. It uses a simple syntax. It lets you get instances by name, by key, or by class constant.
MySQLi Query is a class that executes queries from parameter lists using MySQLi. It extends the MySQLi class with functions that can compose and execute SELECT, INSERT, UPDATE, DELETE, REPLACE, and HANDLER queries with parameter values that define tables, fields, field values, conditions, etc. The class destructor function disconnects from the MySQL server.