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


PHP Class 'Pagination' released







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.




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





Similar Items

PHP Class 'Pagination' released

Grok Headline matches for PHP Class 'Pagination' 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 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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 'baaSelect' released


PHP Class 'baaSelect' released 05/17/2004 07:34 PM
This class is meant to generate select form inputs that are linked dynamically with options populated from values taken from a database. The class generates the HTML code to output the the linked select inputs and also the necessary Javascript code to make the options of a second select input be updated when the user changes the option of the first select input.

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 '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 '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 '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 '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 '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 '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 '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 '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 'Pagination' released
GrokA matches for PHP Class 'Pagination' released

Pagination for Blosxom


Pagination for Blosxom 03/19/2003 10:27 PM
Here's a little something I whipped up last week: BlosxomPaginate...

Template-Plugin-Pagination-0.10


Template-Plugin-Pagination-0.10 08/17/2004 07:59 AM

Pagination tools updated for QuarkXPress
6


Pagination tools updated for QuarkXPress
6
11/03/2003 07:48 AM
Harris & Baseview Products Inc., a division of MediaSpan, have released QuarkXPress 6 compatible versions of their QTools and DragX pagination XTensions.

SQL Server forum stories - How to backup
an entire mssql database from a command
line


SQL Server forum stories - How to backup
an entire mssql database from a command
line
05/25/2004 04:37 PM

Posy-Plugin-Paginate-0.22


Posy-Plugin-Paginate-0.22 04/09/2005 12:51 AM

Class-DBI-MSSQL-0.10


Class-DBI-MSSQL-0.10 09/22/2004 10:17 AM

PHP-MYSQL-MSSQL


PHP-MYSQL-MSSQL 08/06/2002 11:17 PM
You can easily to use this class to insert,delete,modify,page cut...etc from mysql or mssql

DBIx-TableReferences-MSSQL-0.02


DBIx-TableReferences-MSSQL-0.02 07/28/2004 06:09 PM

Class-DBI-MSSQL-0.01_01


Class-DBI-MSSQL-0.01_01 09/07/2004 04:35 PM

Perl Programmer (with exp. in CGI,
MSSQL, and Win32)


Perl Programmer (with exp. in CGI,
MSSQL, and Win32)
01/16/2004 11:33 AM
iATN - United States, California, Brea (2004-01-14)

DevArticles: MSSQL and Stored Procedures
Magic


DevArticles: MSSQL and Stored Procedures
Magic
01/03/2003 12:47 AM

Perl/Win32/MSSQL Programmer/DBA for
Quality Group


Perl/Win32/MSSQL Programmer/DBA for
Quality Group
07/31/2004 03:49 AM
AFC - United States, TX, Bedford (2004-07-30)

Last Call: CSS3 Paged Media and CSS
Print Profile


Last Call: CSS3 Paged Media and CSS
Print Profile
12/18/2003 06:05 PM
2003-12-18: The CSS Working Group has released two Last Call Working Drafts, parts of the Cascading Style Sheets (CSS) language. Comments are welcome through 31 January 2004. The CSS3 Paged Media Module adds pagination, page margins, headers and footers, footnotes and endnotes, and cross-references with page numbers. The CSS Print Profile works with XHTML-Print for printing to low-cost devices. Visit the CSS home page. (News archive)

CSS 2.1, CSS Print Profile and CSS3
Paged Media Are W3C Candidate
Recommendations


CSS 2.1, CSS Print Profile and CSS3
Paged Media Are W3C Candidate
Recommendations
03/06/2004 01:50 AM
2004-02-26: W3C is pleased to announce the advancement of three Candidate Recommendations for the Cascading Style Sheets (CSS) language. A snapshot of CSS usage, CSS 2.1 adds a few highly requested features, fixes errata and brings CSS2 in line with implementations. CSS Print Profile works with XHTML-Print for printing to low-cost devices. CSS3 Paged Media Module adds pagination, page margins, headers and footers, footnotes and endnotes, and cross-references with page numbers. Comments are welcome through 25 August. Visit the CSS home page. (News archive)

The poptasticDB database access
functions for PHP 1.0 v0.4


The poptasticDB database access
functions for PHP 1.0 v0.4
12/21/2003 03:47 AM
A set of simple, cross-platform database libraries for PHP

Oracle 9i is a native XML database


Oracle 9i is a native XML database 06/27/2002 02:08 AM
At this point I have to say there's little reason for products like Software AG Tamino to exist anymore. Even if there is some speed advantage to Tamino and brethren, it's simply lacking in almost every other regard. This is especially damning given that Tamino and brethren will cost more for most simple implementations. There's plenty of room for native XML databases to play in smaller apps and for apps requiring DTDs, but when it comes to large corporate repositories of data, there's really no reason now to go away from the existing relational databases. I expect IBM and Microsoft to be coming out with products of similar power in the near future. -- Kimbro Staken

"zeldman.frnki"

Tutorial Database


Tutorial Database 08/12/2004 09:36 AM

TechTutorials: Free Computer, Programming, Networking and Application Tutorials: A good directory of tutorials. Doesn't look like much original content, just links to tutorials on other sites, categorized by app, platform, or skill type.

Click here to comment on this entry


New Photoshop Tutorial: The Simple
Transparent Desktop Effect


New Photoshop Tutorial: The Simple
Transparent Desktop Effect
04/06/2005 11:04 PM

New Photoshop Tutorial: The Simple
Transparent Desktop Effect

You've seen them over at Boing Boing, Gizmodo, and Engadget -- they're transparent desktop optical illusions and are made by posting a desktop picture of whatever is behind your screen. They make it appear as if you can see right out the back of your monitor. Well, I've just posted a Photoshop tutorial that will teach you how to do it without cheating. Once you're done, post your results on the Transparent Screens Flickr photoset and make sure you let people know where you learned the technique!


View or print articles without flashing
ads


View or print articles without flashing
ads
04/15/2005 12:17 PM
Here's a little trick for those of you out there who do much of your news reading online. When reading an article online (you know, one that wraps around that flashing, annoying, advertisement), do you ever wish you could jus...

Tutorial: Cocoon 2: Build
database-driven sites


Tutorial: Cocoon 2: Build
database-driven sites
05/31/2002 08:11 AM

Multimedia Tutorial Series: Building
Your First ColdFusion Database App


Multimedia Tutorial Series: Building
Your First ColdFusion Database App
02/07/2005 01:56 AM
Watch these demos to set up, code, and use databases and ColdFusion components in your app. Updated for ColdFusion MX 7

NS Basic/Palm Goes Native! Features
Database Aware Grid Control.


NS Basic/Palm Goes Native! Features
Database Aware Grid Control.
05/19/2004 11:49 AM

Integrating Analysis Services with
Reporting Services


Integrating Analysis Services with
Reporting Services
07/07/2004 01:17 AM
Create a compelling solution for your customer that defines and manages great-looking Analysis Services reports, and quickly answers analytical questions to improve traditional reporting scenarios.

Clockwatchers Web Hosting - MySQL
Tutorial - Import & Export Database


Clockwatchers Web Hosting - MySQL
Tutorial - Import & Export Database
05/24/2004 12:12 AM
How to import or export a MySQL database

clockwatchers.com/mysql_dump.html
track this site | 4 links


Leading Tutorial Provider Launches Free
Anti-Fraud Database for Web Hosts


Leading Tutorial Provider Launches Free
Anti-Fraud Database for Web Hosts
01/04/2005 04:14 AM
CheapDemos.com, a leading flash tutorial provider that has supplied over 500 webhosting companies with unique, inexpensive and effective tutorials, announced this week that is has launched a new, free service for webhosting companies. [PRWEB Jan 4, 2005]

Tree-Simple-View-0.05


Tree-Simple-View-0.05 06/25/2004 11:41 PM

Tree-Simple-View-0.02


Tree-Simple-View-0.02 06/22/2004 11:40 PM

Tree-Simple-View-0.01


Tree-Simple-View-0.01 06/22/2004 05:57 AM

Tree-Simple-View-0.08


Tree-Simple-View-0.08 08/01/2004 06:54 AM

Tree-Simple-View-0.09


Tree-Simple-View-0.09 08/02/2004 06:37 AM

PHP Class 'Pagination' released

The following phrases have been identified by the grok system as matching this entry: mssql pagination xtensions paginar what is the best way to paginate a ms sql database view paged simple pagination in php parametrosjinternalframesjava php pagination tutorial mssql paginate result php pagination print "reporting services" "native functions" harris pagination

















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

Dean Gets
Heavyweight Help in
Iowa 'Dogfight'
(Reuters)

Iraq Violence Kills
5, Possible Chemical
Arms Found (Reuters)

Rafael Palmeiro Will
Return to Orioles
(AP)

Guests Asked to
Leave Vegas
Hotel-Casino (AP)

Police Shooting
Discussed in
Louisville (AP)

Neat Stuff In Sin
City: CES 2004

Sir Mix-A-Lot Using
Weed To Distribute
Music

Cuba cracks down on
internet use

Rugby: O'Driscoll
blow for Ireland

'Five killed' in
Iraq jobs protest

FCC's Powell Riffs
On DTV, Wireless,
Regulation

Senator Preps Bill
to Define VOIP, Curb
FCC

Site Update:
Folding, SETI@Home,
GarageBand Forum

The power of Joi
GPS Navigation #3
Football Coach Nick
Saban to Stay at LSU
(AP)

Brazil to Strengthen
Fingerprint Policy
(AP)

Iraqis Fear They
Can't Put Saddam on
Trial (AP)

Secret Software
Angers Customers

Report: Bush Planned
Iraqi Invasion
Pre-Sept. 11

Frigid Weather Grips
New England, Record
Set

Bush Launches
Election-Year Tax
Cut Drive

Cafe Bombing Kills
Four in Indonesia's
Sulawesi

Denmark: Possible
Iraqi Blister Gas
Weapons Found

Philly Mayor
Fund-Raiser Is
Subpoenaed

American Airlines
Jet Diverted After
Threat

Possible Iraqi
Blister Gas Weapons
Found

Five Die in Iraq
Protest, British
Troops Open Fire

Passenger Held After
Plane Is Diverted

Japan to win TV
rivalry, Matsushita
says

Spirit Stands Up,
Ready To Roll

New center at Irvine
to study diversity
in technology

Teach on!
The PC Takes Over
the House (PC World)

Adopt a Journalist
in Campaign 2004:
The Drift of a
Suggestion

Legaxy Admissions:
Part 2

LyxDogs 1.4
MUTE File Sharing
0.2

My PECL pickle
Search for Grail on
Mars: Water

In the General's
Black Hawk, Flying
Over a Divided Iraq

Visitors See North
Korea Nuclear
Capacity

Possible Iraqi
Chemical Weapons
Found - Denmark
(Reuters)

Mars Rover Swiftly
Transforms, Ready to
Roll (Reuters)

American Eagle Jet
Diverted After
Threat (Reuters)

Car Fans Check Out
New Models in
Detroit (AP)

O'Neill: U.S.
Planned Iraq War
Pre-9/11 (AP)

Job Figures Surprise
Analysts, Investors
(AP)

Democrats Storm Iowa
With Focus on Dean
(AP)

Passenger Held After
Plane Diverted (AP)

what is grok?