38 projects tagged "php classes"
TinyButStrong is a template class for PHP that allows you to generate XML/HTML pages and any other files based on text source. The engine gives facilities to work with any databases, including in native PDO, MySQL, PostgreSQL, SQLite, PHP arrays, and more. It is possible to design templates using any visual editor (like Dreamweaver or FrontPage), and thus to make templates that are compatible with W3C standards for example. It features simple block management, useful display formats, conditional displaying for blocks and locators, remote XML/HTML attribute modification, a cache system, and the ability to include sub-templates and execute associated scripts. Plug-ins are supported since version 3.0.
Xataface is a flexible and shapable skin that sits on top of MySQL, making it accessible to every-day users. It automatically generates the appropriate forms, lists, and menus for a user to interact with the database without having to know any SQL. It is a full-featured Web application framework, and gives developers the flexibility to customize the features and behavior of their application via configuration files (using the simple INI-file syntax), templates, and plug-ins. A generic application with no customizations is completely functional, but the developer is free to customize things at his leisure.
Metabase is a DBMS-independent PHP API to access SQL databases. It supports MySQL, PostgreSQL, Oracle, Microsoft SQL server, Microsoft Access, ODBC, Interbase, Informix, MiniSQL, and SQLite. It supports nested transactions, blobs, and prepared queries. It can install database schemas defined in a DBMS independent XML format that describe tables, indexes, primary keys, and auto-increment sequences. It is also able to upgrade a database to a new schema without affecting the data that was stored since it was installed or upgraded for the last time. There is also schema reverse engineering support.
P4A (PHP For Applications) a PHP5 RAD and object oriented PHP framework for building event-driven, stateful Web applications. It is based on Zend Framework and features tableless HTML, multiple databases, access key support, auto data type recognition, transparent AJAX, UTF-8, internationalization, and localization.
Lumenation a complete middleware and framework environment with its own SDK, LightBulb. It is a complete browser-based WYSIWYG PHP development suite that includes an application generator, a code editor (with context and classes prompting and highlighting), a GUI application interface, record locking, record access journaling, HIPAA, FERPA, and DOD application compliance, user application logging, transaction logging, user monitoring, a library of PHP classes and data access security, report, query, and SQL builders, a source code manager, an application management system, and a virtual desktop system metaphor, and many other features.
LAN Management System (LMS) is a set of database-driven applications capable of managing multiple networks of computers and customers. It uses a Web UI and either a multipurpose daemon written in C or a set of Perl scripts that perform scheduled tasks and configure your system services. It was designed to organize small self-financed networks, but is mature enough to suit the needs of medium sized ISPs. Support for multiple databases and languages are included, and a template system allows it to blend in with your existing infrastructure.
Sajax is a simple toolkit to expose functions in your PHP scripts as JavaScript stubs which can be called by the browser to do work on the server without refreshing the page. It utilizes XMLHttpRequest to make the magic happen. This kind of technology, generally known as remote scripting or "Ajax," is becoming popular and is used extensively by Google (GMail, Google Suggests, Google Maps) and others to provide another level of interactivity within Web pages.
PHP/Toolbox is designed to make the process of creating database-powered Websites easier. It utilizes the iterative, or step-by-step development paradigm. It therefore enables you to create fully-functional Web interfaces for an arbitrary set of DB tables within minutes. Any changes you make in these tables after the test driving will be handled automatically. You can then adjust this automatic interface in an iterative manner to suit your specific needs.