com components in php
eZ components 2007.2.1
eZ components is an enterprise ready general purpose PHP components library by eZ systems. more>>
eZ components 2007.2.1 is a useful program including independent building blocks for PHP application development eZ components for speeding up development and limiting risks. An application can use one or more components effortlessly as they all adhere to the same naming conventions and follow the same structure.
All components are based on PHP 5.1, except for the ones that require the new Unicode support that will be available from PHP 6 on.
The Base component provides basic functionality that all other components rely on. This basic functionality contains a certain set of exceptions and a mechanism to load components on demand, reducing memory usage. Other components build around this Base component and provide functionality for a whole range of different subjects.
Subjects include reading archive files (.zip, .tar), caching data, database SQL abstraction layer and schema management, debugging and event logging, image analysis and manipulation, in-process communication, sending fully feature mail message, templating and the safe usage of input data. Besides these main features there are also a few other components dealing with a whole range of subjects.
This is a complete list of all the individual libraries that is included in eZ components.
- Archive
-
- Allows you to extract and create archive files, such as .tar (ustar, v7tar and gnutar) and .zip
- Cache
-
- A solution for caching, supporting multiple backends allowing you to specify the best performing solution for your caching-problem.
- Configuration
-
- A component that allows you to use configuration files in different formats.
- The formats include the standard .ini file, and an array based format.
- ConsoleTools
-
- A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
- Database
-
- A lightweight database layer on to of PHPs PDO that allows you to utilize a database without having to take care of differences in SQL dialects.
- DatabaseSchema
-
- A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
- A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
- Debug
-
- This components provides a set of classes that help you to debug an application. It provides timers and report generators for different formats that give a summary of warnings and errors that occurred within your application.
- EventLog
-
- Allows you to log events into files or other storage spaces in different formats.
- Execution
-
- Provides functionality to give feedback to your applications users when a fatal error happened or an uncaught exception was thrown.
- Feed
-
- Provides reading and writing support of RSS (multiple versions) and ATOM feeds.
- Provides reading and writing support of RSS (multiple versions) and ATOM feeds.
- File
-
- Provides support for file operations which are not covered by PHP or are just missing.
- Provides support for file operations which are not covered by PHP or are just missing.
- ImageAnalysis
-
- This class allows you to analyse image files in different ways. At least the MIME type of the file is returned. In some cases (JPEG, TIFF and GIF) additional information is gathered as well.
- ImageConversion
-
- A set of classes to apply different filters on images, such as colour changes, resizing and special effects.
-
- The components allows you construct Mail messages conforming to the RFCs. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send the e-mail. Reading and parsing mail messages comes in version 1.1.
- PersistentObject
-
- This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.
- PhpGenerator
-
- Provides a simple interface for creating PHP files and executing PHP code.
- SystemInformation
-
- Provides access to common system variables, such as CPU type and speed, and the available amount of memory.
- Provides access to common system variables, such as CPU type and speed, and the available amount of memory.
- Template
-
- A fully functional Templating system, supporting template compilation in different levels, user defined functions and operators, an optimizer, output escaping for different output handlers to prevent XSS and other security problems and a plug in system for extra functionality (such as a Translation system).
- A fully functional Templating system, supporting template compilation in different levels, user defined functions and operators, an optimizer, output escaping for different output handlers to prevent XSS and other security problems and a plug in system for extra functionality (such as a Translation system).
- Translation
-
- A component that reads XML translation definitions (the Qt Linguist format), supports caching of translation contexts and presents you with a class to apply translations to strings. A filter system allows you to transform translation definitions for special use.
- Url
-
- Provides functionality for parsing URL parameters, and path manipulation.
- UserInput
-
- A component that assists you to safely user input variables coming into your application. It builds on top of PHPs filter extension and extends it by providing a more inituitive API.
Major Features:
- Designed for enterprise PHP application development
- Open source and licensed under the New BSD license
- Clear IP rights
- Thoroughly documented
- Developed, supported and maintained by eZ systems
Search COM Component
Add feature rich database searching on your ASP web site! You can choose between four ways of searching: any word, all words, phrase or boolean search expression with AND, OR and NOT keywords. It supp more>> Add feature rich database searching on your ASP web site! You can choose between four ways of searching: any word, all words, phrase or boolean search expression with AND, OR and NOT keywords. It supports searching with standard SQL that works with any database and also MS SQL Full Text Search for optimized searching on SQL Server. There are ActiveX, .NET, Mobile and Web edition.<<less
Flash Components
The largest collection of commercial and free Flash components, video loops, sound loops and templates. Our components include scrollers, menus, forms, calendar, charts, 3D, banner ads, news ticker, R more>> The largest collection of commercial and free Flash components, video loops, sound loops and templates. Our components include scrollers, menus, forms, calendar, charts, 3D, banner ads, news ticker, RSS reader, sound player and many more. Free support is offered for all of our products. Our collection is constantly growing.<<less
Paging Results in PHP
Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page. more>> Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page.<<less
Compass Component Framework for PHP5.1 0.2b
Compass Component Framework (CCF) for PHP 5.1 and higher is a lightweight object-oriented library which allows to develop OO applications quickly, using wide-known patterns like MVC, FrontController and Injection of Control. more>> Compass Component Framework (CCF) for PHP 5.1 and higher is a lightweight object-oriented library which allows to develop OO applications quickly, using wide-known patterns like MVC, FrontController and Injection of Control.<<less
Sigma Ajax components library 1.10
Visual Linb is an Ajax components library for building zero footprint Ajax browser applications that feel like desktop GUI applications. It contains the most popular Ajax components, such as panel, dialog, layout, menu, tabs, tree, tree grid, Drag&Drop, more>> Visual Linb is an Ajax components library for building zero footprint Ajax browser applications that feel like desktop GUI applications. It contains the most popular Ajax components, such as panel, dialog, layout, menu, tabs, tree, tree grid, Drag&Drop, timeLine, events calendar, and supports all major browsers. Written in pure javascript codes with OO technology, Seamless Integration with any server side solution, such as j2ee, .net, PHP, perl.<<less
Common PHP Codes
learn some of the very common php codes that almost every php enabled site uses, and now you can be one too! more>> learn some of the very common php codes that almost every php enabled site uses, and now you can be one too!<<less
Session in PHP
Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use. more>> Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.<<less
Common PHP Codes n/a
learn some of the very common php codes that almost every php enabled site uses, and now you can be one too! more>> learn some of the very common php codes that almost every php enabled site uses, and now you can be one too!<<less
Flash and Flex Components 4.0
Flexcubed.com is a powerhouse for Flash and Flex Components and Resources both Commercial and Free ones. We develop, market and support a cream of interesting components that help developers and designers alike make the best applications. Explore great more>> Flexcubed.com is a powerhouse for Flash and Flex Components and Resources both Commercial and Free ones. We develop, market and support a cream of interesting components that help developers and designers alike make the best applications. Explore great components like FlashSQL, Carousel, FlexSQL, Swift, Text Format, PixEditor and many more. In brief, we exist to make businesses better.<<less
How To Create A Pagination In PHP 1
This is a guide how to create a pagination in PHP more>> This is a guide how to create a pagination in PHP<<less
Object-oriented approach to programming HTML form components in PHP
Article describing a method of representing HTML form controls in PHP ising OO approach enabling hassle-free and easy way to program controls thruout the site. more>> Article describing a method of representing HTML form controls in PHP ising OO approach enabling hassle-free and easy way to program controls thruout the site.<<less
Email validation in PHP 1.1
This tutorial teaches you how to validate an email with PHP and regular expressions. more>> This tutorial teaches you how to validate an email with PHP and regular expressions.<<less
PROGRAMMING WEB WIDGETS WITH PHP
This article describes an approach to programming web user interface components (widgets) using object-oriented programming techniques and providing a way to easily manipulate the overall design of a more>> This article describes an approach to programming web user interface components (widgets) using object-oriented programming techniques and providing a way to easily manipulate the overall design of a site with WYSIWYG HTML editors lime Macromedia Dreamweaver.<<less
Flash Video Component (FLV Player Component) 1.0
Advanced FLV Flash video player component for your Flash projects. This FLV player and Flash component is fully customizable, includes 100% of the source code, and includes free updates. Also try our XML-driven Flash Video Applet, which is recommended more>> Advanced FLV Flash video player component for your Flash projects. This FLV player and Flash component is fully customizable, includes 100% of the source code, and includes free updates. Also try our XML-driven Flash Video Applet, which is recommended for users who are not Flash coders, and wish to have externally-controllable configuration options.<<less