stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


PHP Class 'Iterator' released







PHP Class 'Iterator' released

PHP Class 'Iterator' released 01/03/2004 07:28 PM

This class encapsulates an array and providing functions similar to the ones that exist in the vector class in C++. Vectors are arrays of values that may have mixed data types. Each value of a vector is accessed by the respective numerical index position. This class provides many functions to access vector arrays manipulating their values and indexes.




This is a GrokNews Entry: (what is grok?)





Similar Items

PHP Class 'Iterator' released

Grok Headline matches for PHP Class 'Iterator' released

PHP Class 'PHP or Java Class Code
Generator' released


PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AM
This package is meant is automate the generation of classes to access databases in Java beans style. It uses the Fast Template engine to process template files that define the skeleton of functions and variables of classes that store and retrieve data object property values from a given database table, getter and setter functions to access those properties and a function to delete a data object row from the respective database table. The package comes with templates to generate classes either in PHP or Java. The PHP template defines code to access data objects in a MySQL database. The Java template defines code to access data objects in any database supported by JDBC.

PHP Class 'Convert Class To HTML Table'
released


PHP Class 'Convert Class To HTML Table'
released
02/10/2004 02:46 AM
This class is meant to display the structure of any class as an HTML table. The class being displayed can have variables that contain objects of other classes or arrays and treats those variables each accordingly.

PHP Class 'Bs_StopWatch.class.php'
released


PHP Class 'Bs_StopWatch.class.php'
released
11/07/2002 07:59 PM
You can take times during a code run and at the end get a time table as HTML or text table. The output will contain total and as delta between each take in microseconds. Free Code; This Class is part of the BlueShoes PHP Application Framework, see blueshoes.org.

PHP Class 'Bs_CsvUtil.class.php'
released


PHP Class 'Bs_CsvUtil.class.php'
released
11/08/2002 08:17 PM
Features: supports any separator char sequence, default is semicolon ";". supports separator characters in the values. eg you use a ; as separator, your line may look like blah;hello world;"foo";"foo;bar";"this is a ""string""";got it?;foo as you can see, the values can be in "quotes". if your text uses quotes itself as in the "string" example, they are escaped in ms-style with 2 quotes. and by using quotes we can even have your separator inside the text (example "foo;bar"). line breaks. a csv line may spread over multiple lines using crlf in a field value. see the checkMultiline param and the _checkMultiline() method.

PHP Class 'calend.class.php' released


PHP Class 'calend.class.php' released 01/03/2003 07:52 PM
This class generates HTML calendars in the portuguese language. In portuguese: Esta classe gera um calendário em português em HTML.

PHP Class 'My Db' released


PHP Class 'My Db' released 06/09/2004 06:55 PM
This package is a SQL database wrapper supporting MySQL, Interbase and MS SQL server. It can establish database server connections, execute SQL queries, retrieve query results into arrays and display query results as HTML tables.

PHP Class 'My DB' released


PHP Class 'My DB' released 02/15/2004 07:40 PM
This class is a simple wrapper around MySQL database acess functions. It provides wrapper functions around most of the PHP MySQL extension function like database, connection, queries execution and result data access, error message retrieval, database creation and locking of tables.

PHP Class 'numeroaletra' released


PHP Class 'numeroaletra' released 10/01/2002 10:18 AM
Extensión de la clase number2words de Bas Jobsen (bas@startpunt.cc) con la traducción de numeros a letras en español y de numeros a euros

PHP Class 'htmldoc' released


PHP Class 'htmldoc' released 10/11/2002 07:54 AM
Object Library for Creation of PDF Documents out of HTML Pages by using htmldoc as conversion facility.

PHP Class 'WebWidgets' released


PHP Class 'WebWidgets' released 10/11/2002 07:54 PM
WebWidgets is a library of classes to produce any HTML(XML) documents, create, validate forms. It allow to create any "complicated" forms easy. Any tag is an object. Your can build tags tree by inserting one tag into another and get its content as HTML. Based upon "Composite" OOP patern. Library is very flexible, so your may derive your own classes. Documentation in html format can be downloaded from here: http://scancode.ru/dev/WebWidgets/webwidgets.08.doc.tar.gz (it is not fine:( )

PHP Class 'bstCountdown' released


PHP Class 'bstCountdown' released 10/15/2002 07:15 AM
Display a list of 'days until' a set of events, includes a simple example and a more complex one as child classes. Could easily be extended to multi-user and notifications via email by adding a user table and owner columns. Written to MySQL but db access is simple enough to adapt.

PHP Class 'rhc' released


PHP Class 'rhc' released 10/15/2002 07:15 AM
RHC is actually a few files which give the user the ability to do custom error handling, debugging, and handle database abstraction (currently only through Informix).

PHP Class 'URLHelper' released


PHP Class 'URLHelper' released 10/15/2002 07:15 AM
This class give you access to the http header information and provides some help for retrieving and parsing urls. FUNCTIONS: function isURLAvailable($url) function isValidURLFormat($url, $strict=false) function addHTTPtoURL($url) function getHTTPStatusCode($url) function getRealURL ($url, $simple = true, $method = "HEAD") function getHTTPHeader($url) function getMD5FromURL($url, $estFilesize=500000) function _openHTTPConnection($url, $method = "HEAD")

PHP Class 'Spreadsheet_WriteExcel'
released


PHP Class 'Spreadsheet_WriteExcel'
released
09/26/2002 07:29 PM
Class for generating Excel files, based on John McNamara's Spreadsheet::WriteExcel from CPAN. It supports all the basic values for cells. It doesn't support URLs, images (working on it) and charts. It has very basic support for formulas.

PHP Class 'color' released


PHP Class 'color' released 10/15/2002 07:15 AM
These class converts colortypes. It supports the following colors formats and types: - CMYK - RGB - Pantone - HEX Codes for HTML

PHP Class 'BarcodeI25' released


PHP Class 'BarcodeI25' released 10/15/2002 07:15 AM
HTML Barcode generator for Interleaved 2 of 5 Codes. Código de barras fator Intercalado 2 de 5, padrão FEBRABAN (BRASIL).

PHP Class 'cellroll_lib' released


PHP Class 'cellroll_lib' released 10/15/2002 08:29 PM
Very simple class for faster building of table-rollovers (changing bgcolor for rows or cells) js-scripts

PHP Class 'SQLCall' released


PHP Class 'SQLCall' released 09/26/2002 07:29 PM
SQLCall uses PHP's highly dynamic nature to give the calling class unprecedented access to the result set in an intuitive way. It currently only supports connections to mySQL databases. This class is perfect for those who like their results at hand - no hashes or lists to have to walk through.

PHP Class 'BaseDB' released


PHP Class 'BaseDB' released 10/11/2002 07:54 AM
Excellent oo base class for mysql interaction. worth looking at. you must use this as a base class and extend your classes which map to a table name. your tables must have a 'id', 'created' and 'modified' field to work properly and the class takes care of the rest. check it out.

PHP Class 'DBgrid' released


PHP Class 'DBgrid' released 10/10/2002 09:55 AM
Show the result of a mysql query on HTML table. Easy to use. 1 line code. $grid = new DBgrid($result);

PHP Class 'Pagination' released


PHP Class 'Pagination' released 01/10/2004 07:54 PM
This package is a set of classes is meant to generate navigation bars to display database query result sets split in multiple pages. The packake is based on the factory design pattern that is used to create objects of specific classes to provide the result set pagination support with different databases.

PHP Class 'DCalendar' released


PHP Class 'DCalendar' released 10/08/2002 07:09 AM
Show a calendar with options view year, month and today link. Dynamic events with diferent color

PHP Class 'mixer' released


PHP Class 'mixer' released 10/01/2002 09:17 AM
color mixer for vga (16 colors) - the class create a form for change backgroundcolor

PHP Class 'COutLook' released


PHP Class 'COutLook' released 10/01/2002 10:18 AM
This class reads messages from the Inbox and Oubox of an Outlook local profile through CDO (Colaboration Data Objects). The class only works under Windows.

PHP Class 'ms_dbx_reader' released


PHP Class 'ms_dbx_reader' released 10/01/2002 07:38 PM
Microsoft DBX file reader /such as Outlook Express Mailbox database files/ Author: Zeos

PHP Class 'db_view' released


PHP Class 'db_view' released 10/08/2002 07:08 AM
"db_view" provides: * An abstraction class and helpers for multi-tabled Mysql data. (init, select, select_row, count, insert, update, delete) * Atomic multi-table updates, inserts, deletes eg: update items, month set items.price=month.price where items.id=month.id; Also primitive non-atomic (=insecure) rollbacks. * Functions, Triggers and Defaults per action (select, update, insert, delete; before or after) * Rich logging and debugging facilities.

PHP Class 'MkDir' released


PHP Class 'MkDir' released 05/16/2004 07:21 PM
This is a simple class for creating directories in the local file system or in a remote server file system using a FTP connection.

PHP Class 'burnauth' released


PHP Class 'burnauth' released 09/29/2002 08:10 PM
Burning Auth is a script to handle user authenticated access to php scripts. The goal is quite simple: protect from unauthorized access those pages who need to be kept under admin control, such as data/content administration and/or members only areas on a website. Security is achieved through a database authentication and mantained with a Session variable set to the authenticated user's name. Every page can be protected including the file 'shield.php'; at the beginning of it.

PHP Class 'morse' released


PHP Class 'morse' released 09/28/2002 07:48 PM
Short class for encoding or decoding morse signs input: this is my 1st morse output: - .... .. ... .. ... -- -.-- .---- ... - -- --- .-. ... .

PHP Class 'CISVC' released


PHP Class 'CISVC' released 01/16/2004 11:05 AM
This class is meant to encapsulate the APIs around the COM object for Microsoft Indexing service (CISVC). The class can perform the search query, output the search results split in multiple pages and also a navigation let the user go back and forth between the presented search results pages.

PHP Class 'phplibTemplateExtention'
released


PHP Class 'phplibTemplateExtention'
released
10/08/2002 07:09 AM
phplib has template.inc - a template class for php to utilize templates. This is an extension to the class Template needing less code by: Automatic detection and declaration of blocks Automatic "blanking" of unused blocks Blocks automatically declaired in proper nested order. All calls to set up template/file/paths/names in the class call. - LGPL / GPL - phplibs license anyway - its their template class - I just extended it to make my life a little easier.

PHP Class 'MyTemplate' released


PHP Class 'MyTemplate' released 10/15/2002 08:29 PM
MyTemplate is very powerful template engine. It allows including a nested template file directly into another template file and automaticaly parse it in any template in set. Working with dinamic blocks is so easy. Only assign block variables and get result. You do not need to parse each block 'manualy'. Automaticaly parses PHP constant and global variables into templates. Supports multiply template directories. You'll like it :) Your code will become shorter :)

PHP Class 'DcSessionManager ' released


PHP Class 'DcSessionManager ' released 05/14/2004 07:21 PM
This class is meant to manage sessions storing the information about their state in a MySQL database table. It generates an hash with 64 characters that is used to identify each session and may be passed between pages using cookies or request variables. This class has security in mind, providing means to prevents session hijack by using 2 hashes (double crypted) in only one "session". You can store more than 5kbytes of data in each session. The class provides other features, like: - Explicitly creating and destroing session - Register and deleting a session value - Check if a session key value is assigned

PHP Class 'page_handle' released


PHP Class 'page_handle' released 10/28/2002 08:29 PM
A template engine geared to be able to display data without much hassle in PHP code, just fetching of data and giving it to the template engine. Create HTML templates with the data's keywords

PHP Class 'mimetype' released


PHP Class 'mimetype' released 10/28/2002 08:29 PM
This class enables PHP scripts to determine the mime type of a file based on file extension, useful for PHP versions without access to other utilities that determine mime type. Built from the Apache mime type file.

PHP Class 'CSQLite' released


PHP Class 'CSQLite' released 05/14/2004 07:21 PM
This class is a wrapper to access SQLite file databases using SQLite extension for PHP 5. The functions are similar to those used to access MySQL databases: open, query, fetch_row and get_num_rows.

PHP Class 'phpsecureweb' released


PHP Class 'phpsecureweb' released 10/29/2002 07:48 PM
Protect your sites or intranet with the power of PHP Secure Web. It is database independent as what adODB supports. You required to have a database of your liking. Simply install the tables, sign on as an Admin, create users and groups, assign users and actions to the groups, and you are almost done. Now write 4-5 lines of code for the pages you want to protect (you can copy it from the examples) and you are done. You will love the powerful and advanced Administration features.

PHP Class 'innodb' released


PHP Class 'innodb' released 01/04/2003 07:10 PM
Class to store and retrieve information stored in MySQL innodb tables. In portuguese: Classe para banco de dados mysql com algumas funes especificas para tabelas innodb.

PHP Class 'Kxparse' released


PHP Class 'Kxparse' released 11/01/2002 07:49 PM
A XML parser, that's extremly fast and easy to use, tested in two websites and gave good results!
Grok Description matches for PHP Class 'Iterator' released
GrokA matches for PHP Class 'Iterator' released

.NET Data Access Objects


.NET Data Access Objects 01/25/2004 10:37 AM
coming features

PHPBuilder: Value & Data Access
Objects in PHP 4.2


PHPBuilder: Value & Data Access
Objects in PHP 4.2
06/02/2004 08:38 AM
Any of the J2EE programmers out there know that the two languages share some basic concepts, but are pretty different when it comes to the details. Well, in this new article from PHPBuilder.com, Geno Timlin shows you his effort to bridge that gap.

SQLiteServer allows access to SQLite
databases


SQLiteServer allows access to SQLite
databases
06/05/2004 02:35 AM
On Friday, SQLabs announced the release of SQLiteServer 1.0, which allows users to remotely access SQLite databases from any client set up to understand the server's protocol. The company notes that it functions like an http server in the way it serves data, closing the connection after each data exchange. SQLiteServer is available two ways: a small business version for US$259 that supports up to 10 clients and a full business edition for $369 that supports unlimited clients. It runs in Mac OS X, although the company does not specify the minimum required version number on its Web site or in the application's documentation.

Convert data between XML and relational,
LDAP data (Advisor.com)


Convert data between XML and relational,
LDAP data (Advisor.com)
10/09/2002 10:47 AM

Convert data between XML and relational,
LDAP data (Advisor.com)


Convert data between XML and relational,
LDAP data (Advisor.com)
10/11/2002 07:56 AM

ADO.NET Data Provider for SQLite


ADO.NET Data Provider for SQLite 11/12/2003 10:24 PM
ADO.NET Data Provider for SQLite

PHP Data Objects


PHP Data Objects 06/24/2005 07:22 PM

PDO - PHP Wiki: It took until version 5.1, but PHP is finally getting database abstraction.

PDO provides a uniform data access interface, sporting advanced features such as prepared statements and bound parameters. PDO drivers are dynamically loadable and may be developed independently from the core, but still accessed using the same API.


Sort Your Favorites, Lock Down the Net,
Transfer PC Data


Sort Your Favorites, Lock Down the Net,
Transfer PC Data
09/12/2004 05:18 AM
G4 Tech TV Sep 12 2004 8:25AM GMT

Using SMS Installer to Determine
AlphaNumeric Strings


Using SMS Installer to Determine
AlphaNumeric Strings
07/23/2004 06:25 PM

TriActive Java Data Objects 2.0 (Stable)


TriActive Java Data Objects 2.0 (Stable) 11/11/2003 06:53 PM
An implementation of Sun's JDO specification (JSR-12).

TriActive Java Data Objects (TJDO)


TriActive Java Data Objects (TJDO) 11/11/2003 04:27 PM
TJDO 2.0 Released

Sort lists in AppleScript using the Unix
sort command


Sort lists in AppleScript using the Unix
sort command
05/17/2004 12:11 PM
To sort a list in AppleScript, try using text item delimiters and the shell command sort, like this: set the_list to {"c", "b", "e", "a", "d"} set old_delims to AppleScript's text item delimiters set AppleScript's text item ...

Scalar-Util-Numeric-0.01


Scalar-Util-Numeric-0.01 03/26/2005 01:02 PM

Broken Numeric Keypad


Broken Numeric Keypad 12/09/2002 04:29 PM

After upgrading to 10.2.2 it seemd that my numeric keypad went bust. Here is the solution to fixing it:

Mouse Keys could be turned on inadvertently if certain programs (most notably games) make use of the Option key. Pressing Option five times in a row is the keyboard shortcut for turning on Mouse Keys. You can avoid this by deselecting the "Allow Universal Access Shortcuts" checkbox at the bottom of the Universal Access pane.

AppleCare Document: 42937


Indian numeric systems for dummies


Indian numeric systems for dummies 12/29/2004 09:57 PM
Xeni Jardin: Alex Steffen says,
Hey -- If, like me, you are a non-Indian, find reading Indian new sources valuable (especially during this disaster), but don't really know your lakh from your crore, and find the placement of commas in Indian numbers utterly baffling, this guide to the Indian numbering system will prove helpful: Term / Figure / No. of zeros / In words
lakh (lac) / 1,00,000/ 5 / Hundred Thousand
crore / 1,00,00,000/ 7 / Ten million
arab / 1,00,00,00,000/ 9 / 1 billion
kharab / 1,00,00,00,00,000 / 11 / 100 billion
Link to Wikipedia tutorial

ASP.NET data access


ASP.NET data access 08/08/2002 10:47 PM
CNET Aug 8 2002 10:18PM ET

Unified Data Access for .NET


Unified Data Access for .NET 11/19/2003 12:27 AM
WebmasterBase Nov 19 2003 0:02AM ET

Sentient Data Access


Sentient Data Access 12/20/2003 08:39 AM

Using ASP to access SQL Data base


Using ASP to access SQL Data base 08/04/2004 11:38 AM

Today@Playlist: Numeric iPod battery
display


Today@Playlist: Numeric iPod battery
display
04/07/2005 02:58 PM
Want to view your iPod’s remaining battery charge as a number? Here’s how.

Jump to messages via alpha-numeric keys
in Mail


Jump to messages via alpha-numeric keys
in Mail
07/16/2004 11:50 AM
The script below came about as the result of some discussions in the Forums sometime ago about Mail's inability to jump to a particular message when alphanumeric keys are pressed. In Finder and iTunes, pressing these keys jum...

Highlights of the WinFS Data Access API


Highlights of the WinFS Data Access API 04/25/2004 08:34 PM
Mike Deem provides a quick look at the basic concepts of the WinFS data access API: objects based on schemas, powerful query support, and support for WinFS concepts such as relationships.

Mac users get Vodafone 3G data access


Mac users get Vodafone 3G data access 09/07/2004 07:01 AM
Network offers Mac OS X drivers

Improve data access in ASP.NET
applications


Improve data access in ASP.NET
applications
08/10/2002 10:53 PM
CNET Aug 10 2002 10:14PM ET

Configure SMS Package Data Access


Configure SMS Package Data Access 04/21/2004 06:29 PM

RDF Data Access Use Cases and
Requirements Published


RDF Data Access Use Cases and
Requirements Published
06/03/2004 06:42 PM
2004-06-03: The RDF Data Access Working Group has released the First Public Working Draft of RDF Data Access Use Cases and Requirements. The document outlines use cases for RDF query languages and access protocols and their requirements, and examines design objectives. Comments are welcome. Visit the Semantic Web home page. (News archive)

Data Access & Storage Developer Center


Data Access & Storage Developer Center 01/27/2004 03:36 AM
Welcome to the Data Access & Storage Developer Center, the home for developer information on Microsoft data technologies from MSDN. I'm Christa Carpentiere, the person to praise or blame for the content that shows up here. If you want to see what my goals are for this site, plus a general introduction to the layout, check out the Editor's Note. Since this is a brand-new site, I'm still experimenting with site structure and content. If you have any feedback on the current implementation, drop me a line. In the meantime, explore the site and happy developing!

How to access MySQL data in Filemaker
via ODBC


How to access MySQL data in Filemaker
via ODBC
02/10/2004 12:01 PM
In order to import data from a MySQL database into FileMaker 6 via ODBC, do not install the DataDirect ODBC driver that comes with FileMaker. Instead, download the OpenLink one.If you decided to install the DataDirect driver...

Access Made Easier to 3G Data Services


Access Made Easier to 3G Data Services 09/16/2004 01:13 PM
3G Sep 16 2004 3:23PM GMT

NIH Proposes Free Access To Research
Data


NIH Proposes Free Access To Research
Data
09/25/2004 06:10 AM
NIH Proposes Free Access To Research Data
http://www.washingtonpost.com/wp-dyn/articles/A64389-2004Sep5.html

The National Institutes of Health has proposed a major change to its funding policy -- it would mandate that all scientists who receive grants from the agency make the results of their research available to the public for free. The policy change comes in response to a report by the House Appropriations Committee expressing concern that U.S. taxpayers are not reaping the benefits of research that they have paid for. The report urges NIH to devise a system whereby research results would be "freely and continuously available no later than six months after publication." The proposal drew swift criticism from the scientific publishing industry, which argued that if people stop subscribing to their publications because they can read about these research results for free, the journals will be unable to perform the costly process of selecting, peer-reviewing and editing the results into the reliable products now available. However, NIH Director Elias A. Zerhouni says he's concluded that publishers' estimates of how much such a system would harm them or cost the government were "way out of line" with reality. Although about 60,000 articles are published each year reporting on NIH-funded research, they constitute only a third of all biomedical journal articles. "Do you really think people are not going to subscribe to a journal because they can read 30% of the articles in it for free?" asks Richard Roberts, a research director at New England Biolabs, who strongly supports the shift to open access.

PHP Class 'Iterator' released

The following phrases have been identified by the grok system as matching this entry: "access data objects" ado ldap sort alphanumeric as numeric sqlite

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

Posted by: Admin (0
Reads)

U.S.-Bred Gadgets
Are Back In Style

VDKBuilder
JabRef
Structio.
Constructing
Knowledge in Col

Wants wish list
management system

smtphandler
Down and Out in the
Magic Kingdom

Tronkito 1.0
obliquid 0.8.0
(Beta)

Bluewall GNU/Linux
1.0 (Stable)

A history of the
Iraq war, told
entirely in lies

StarDust Captures
Star Dust!

Sparkpod
The Impact of Text
vs. Graphics

Can't take it
anymore? Let Clippy
Help:

Let Me Stand Next to
your F.I.R.E.

Shoe leather for the
Gov

Heading South
Fuzzy sets for Ada
3.4

Gammu 0.92
shn2make 2.5
Cycling 0.3.1
(Unstable)

BEJY 1.3.1.51
Highlight 2.0-15
RNV 1.3
MyCD 0.2a
Debt Minder 1.9.4
SIP 0.43
Colourfull Creations
releases Simple
Weather update

Colourfull Creations
releases Maxi Bidder
update

VLC Media Player
Updated to v0.7

phpChrystal - An
Open Intranet System

Gold Parser .NET
Automagic
No-Fly-Zone
Enforcement

THG Debuts
Networking Guide

Today is a very good
day

Lieberman Referer
Spam

Elementary, my dear
Euclid

Broog reviews the
easily-crushed
cultural offerings
of Earth Cinema

Bomb Kills Two U.S
Soldiers in Iraq

Brockovich Firm
Again Sues Beverly
Hills

Utah Bill Would Ban
Firing Squads

Guerrilla Attacks
Kill Three U.S.
Soldiers in Iraq

Man Suspected in
Bank Robberies
Arrested

Google-fame Rajeev
Motwani on talent
hunt in India

MC to computerise
birth, death
registration

States Outlaw
Digital Taping in
Cinemas

Vivisimo Helps
Narrow Internet
Searches

RSS Bandwidth and
Gzip compression

what is grok?