10 projects tagged "PHP"
image saver is a PHP class which can open an uploaded file image in either JPEG, PNG, or GIF format and resize it to a given width and height. Either the width or height can be set to auto, so it gets adjusted to keep the original image proportion based on the value set for the other dimension. The processed image can be saved to a new file in a given target directory using the JPEG format. The compression quality of the saved image is configurable.
PHASP is a small framework / templating engine for PHP. It implements some features similar to ASP.NET. Currently, it implements a parser for PHASP templates. It has the ability to render textboxes, buttons, string literals, and a repeater control for connections to a MySQL database. The framework is event-driven and is similar to the ASP.NET lifecycle.
Project Estimate Tracker (PET) from shadowfax.org.uk is designed to allow teams to track progress and time spent on projects. It allows team members to set up new Projects and Tasks and record estimates of task completion. As the project moves on, completion estimates may be revised to reflect changes, delays, etc. It also contains a time-sheet component that allows team members to record time spent against tasks.
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.
SynApp2 is a development tool that generates database-backed Web applications by processing your MySQL or Oracle schema definition and producing the Web pages used to manage your data. It does more than an admin tool or file manager by considering table relations as a cohesive whole that drives the generation of a complete application that smoothly integrates your entire database design, complete with PDF reports. It is open, compact, efficient, and compatible with the tools and technologies you’re using now.
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.