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


PHP Class 'My Query Report' released







PHP Class 'My Query Report' released

PHP Class 'My Query Report' released 04/09/2004 04:05 PM

This is a simple class that can connect to a MySQL database, execute an SQL query, retrieve the result set rows and display it in a proper report format with different color flavors. The class establishes a connection to MySQL and selects the named database. It executes the query using the query string passed. From the result set, the class extracts the number of rows, the number of columns, the names of each column in the result set. Using these and color theme passed as parameter, colorful reports are generated.




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





Similar Items

PHP Class 'My Query Report' released

Grok Headline matches for PHP Class 'My Query Report' released

PHP Class 'MySQL Query Generator'
released


PHP Class 'MySQL Query Generator'
released
04/30/2004 07:04 PM
This class is meant to compose MySQL database queries from conditions defined dynamically calling the class functions. It can compose MySQL database queries add, delete, reset conditions and key values used to determine the affected rows.

PHP Class 'Freshmeat project query
class' released


PHP Class 'Freshmeat project query
class' released
10/31/2002 07:32 PM
This class is able to query the Freshmeat site to retrieve information on Open Source projects with records there. It features: - Retrieval of project information from records provided by Freshmeat in XML. - Parsing project XML records to extract all the relevant data. - Caches retrieved project information in disk files for at least the next day to avoid retrieving the same data again before it could have been updated.

Freshmeat project query class


Freshmeat project query class 10/31/2002 06:31 PM
This class is able to query the Freshmeat site to retrieve information on Open Source projects with records there. It features: - Retrieval of project information from records provided by Freshmeat in XML. - Parsing project XML records to extract all the relevant data. - Caches retrieved project information in disk files for at least the next day to avoid retrieving the same data again before it could have been updated.

freshmeat Project Query Class 2003.11.02


freshmeat Project Query Class 2003.11.02 11/04/2003 11:41 PM
A PHP class that retrieves data from freshmeat.

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 '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 '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 '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.

SMS Query: SQL Query to Select Hardware
and Software Components


SMS Query: SQL Query to Select Hardware
and Software Components
05/29/2004 12:19 PM

SMS Query: Query to Show Servers
Rebooted Within Last 30 Days


SMS Query: Query to Show Servers
Rebooted Within Last 30 Days
05/08/2004 06:21 AM

'Minority Report' interface created for
US military


'Minority Report' interface created for
US military
04/16/2005 02:26 AM

Gates issues 'progress report' on spam


Gates issues 'progress report' on spam 06/28/2004 09:19 PM
Microsoft fans get an update on antispam efforts from Bill Gates. If, that is, they can find Gates' e-mail in their clogged in-boxes.

SMS Query: Query to Select Defined
Packages


SMS Query: Query to Select Defined
Packages
06/08/2004 06:42 PM

SMS Query: Query to Show the WBEM
Version


SMS Query: Query to Show the WBEM
Version
05/23/2004 02:01 AM

SQL Query: Query to Delete a Machine
From the SMS Database


SQL Query: Query to Delete a Machine
From the SMS Database
08/16/2004 06:29 PM

New Scientist Breaking News - 'Minority
Report' interface created for US
military


New Scientist Breaking News - 'Minority
Report' interface created for US
military
04/18/2005 03:11 PM

SQL Script: Query Name By Query ID View


SQL Script: Query Name By Query ID View 05/13/2004 12:17 PM

New XML Query Language and Query Engine


New XML Query Language and Query Engine 04/11/2005 02:13 AM
XML makes it easy to define document types, easy to author and manage documents over multiple platforms, such as Windows or UNIX, and easy to transmit and share them across the Web. [PRWEB Apr 11, 2005]

SMS Query: Query to Find Systems With
THIS but Not THAT


SMS Query: Query to Find Systems With
THIS but Not THAT
07/31/2004 10:17 PM

SMS Query: Query to List by OS and SP
Level


SMS Query: Query to List by OS and SP
Level
05/12/2004 02:54 AM

SMS Query: Query to Select ONLY SMS SP2
Clients


SMS Query: Query to Select ONLY SMS SP2
Clients
05/23/2004 05:04 AM

SMS Query: Query to Find Systems Without
THIS or THAT


SMS Query: Query to Find Systems Without
THIS or THAT
06/16/2004 08:34 AM

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 'DB_Session' released


PHP Class 'DB_Session' released 09/03/2002 11:37 AM
With this class, you can keep your sessions in a lot of various databases. It's working with PEAR DB API.

PHP Class 'PageLogic' released


PHP Class 'PageLogic' released 11/18/2002 08:04 PM
I have written modules for webservers with so many php/html files that I lost track, so I come out with this simple module to simplify the logic among pages. Imagine my module is a book, with many chapter inside. -- The book is the main page, normally index.html or index.php. -- The module comprises of many files, each file performs some functions. Thus file is equivalent to a chapter. -- Each file may contain several functions. This are the sections in the chapter. Imagine if I can say goto this book, this chapter and this section. I will need a content page to look up the pages. Thus the idea is formed. The content pages is stored in an .ini format and read in using my INIPARSER class. It will be in the form: [] = =, =, , ... If I hit the page with the action text embedded through index.php?action="..." or The index.php will just call up the function I want. I hope that this will help to modularize your php codes as well.

PHP Class 'TemplateBuilder' released


PHP Class 'TemplateBuilder' released 09/03/2002 11:37 AM
TemplateBuilder is a powerful and easy class to work and manange multi-level templates. Templates are very usefull because you can define dynamic parts of a page with blocks and sub-blocks. For example, you could create tables with multiple rows by defining each row as a block. These blocks accept variables or functions defined by the user or predefined (see the PHP Functions Reference). Working with this class you can separate your PHP code from your HTML code. It will transform your programs codes more clearly to understand, clean and easy to maintaim.

PHP Class 'UsersOnline2' released


PHP Class 'UsersOnline2' released 03/12/2003 02:50 AM
This class updates package #382 and gives faster management of users online and increased flexibility. Ability to view the number on the current page or visiting the entire site. Requires MySql.

PHP Class 'PhpXconfig' released


PHP Class 'PhpXconfig' released 11/17/2002 07:44 PM
Reads and XML file for config data and allows retrieval by a directory type method similar to XPath. Allows for storing numerical or associative arrays along with having optional and required sections of config file.

PHP Class 'extIntegratedTemplate'
released


PHP Class 'extIntegratedTemplate'
released
09/03/2002 11:37 AM
Extends PEAR-Templates for new input-tags. Use this class extending the IntegratedTemplate-class from pear to let you use a new html-tag. this brings a popup-calendar to choose a date.

PHP Class 'AzDGPasswordGenerator'
released


PHP Class 'AzDGPasswordGenerator'
released
08/27/2002 07:55 PM
Generate passwords with $min and $max chars (use A-Z,a-z,0-9,_,-). You can use own chars (in array) for generate passwords.

PHP Class 'EMailRobot' released


PHP Class 'EMailRobot' released 09/03/2002 11:37 AM
E-mail robot, takes letters, parse and forms answer. Simple for customize. http://nemilya.narod.ru/erobot/ - uml diagrams.

PHP Class 'download' released


PHP Class 'download' released 09/03/2002 11:37 AM
This class allows to download files with the appropriate headers. Client web browsers recognize the headers, file and mime type and save to disk or offer to open the file using a local application. Files bigger than a given limit are automatically compressed defore downloading to the client.

PHP Class 'Image2Thumbnail 1.0' released


PHP Class 'Image2Thumbnail 1.0' released 09/03/2002 11:37 AM
Create image thumbnails from JPG or PNG on the fly showing them in an imagetag or outputting them as files with explecit width or height or both. This version requires GD 2.0 or higher! For older versions of the GDLib fetch version 0.9 of Image2Thumbnail.

PHP Class 'phpreports' released


PHP Class 'phpreports' released 03/19/2003 10:44 PM
phpreports is a PHP report generator application that uses XML report layout files to generate PHP code and show a report. It supports grouping, subgrouping, functions like sum(), avg(), min(), max() etc.. Please refer to the Freshmeat site or http://phpreports.sourceforge.net for complete documentation and latest code.

PHP Class 'pdf_search' released


PHP Class 'pdf_search' released 08/27/2002 07:55 PM
A class to search text in pdf documents. Not pretending to be useful other than that. But it can easily be extended to a full featured pdf document parser by anyone who chooses so. License: Public Domain Warranty: None

PHP Class 'sdf' released


PHP Class 'sdf' released 09/03/2002 11:37 AM
This class emulates MySQL work for projects, where MySQL could not be used, because sombody can't or don't want to pay money for this ordinary feature. The class helps you to save data from project to text file with extension .sdf . It works only with associative arrays. Easy to use. Returns an associative array, like MySQL_Fetch_Array().

PHP Class 'sqltoolkit' released


PHP Class 'sqltoolkit' released 03/19/2003 10:44 PM
The PHP SQL Toolkit is a PHP class system for abstracting database calls. Using classes or functions, it abstracts the underlying database structure into data sources in a manner similar to ODBC. Data sources are defined in one file and a standardized syntax is used for connecting to all databases. This is useful for portable code or for referencing multiple databases on multiple platforms all at the same time.
Grok Description matches for PHP Class 'My Query Report' released
GrokA matches for PHP Class 'My Query Report' released

PHP Class 'My Query Report' released

The following phrases have been identified by the grok system as matching this entry:

















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

PHP Class 'Email
Sender' released

PHP Class 'MySQL
Operations' released

Implement Bayesian
inference using PHP,
Part 1

PHP Class 'Browse
Edit' released

PHP Class 'Image to
PHP' released

PHP Class 'reGlobal'
released

PHP Class 'gonxtabs'
released

PHP Class 'PHP
Figlet' released

PHP Class 'MySQL
Backup Pro' released

Aqsis Renderer
release 0.9.1
Source, Windows
binary, RPM

PHP Class 'ADSI
Access' released

Switches look to
security to
recapture lost
luster

Tech group urges
action on health
care mandates

Sun kills UltraSparc
V, Gemini chips

Microsoft reins in
Longhorn for 2006
launch

Accounting questions
delay Salesforce IPO

Lindows to Change
Name

BugMeNot.com
Speed Sensing
Traffic Light

Smooth As Silk on
Square Wheels

Happy Birthday,
Internet!

The Exploratorium
System/360 Turns 40
Real Life X-Files
Early Usenet Posts
See the Ether
To the Moon!
Electronic Data
Coverage Insurance

The Endless Mountain
Life With Fedora
Field
FrooglePEG
I'm paying for what
now?

Time to hit the
streets

Think globally
Corpses not Corsets?
Key to wealth in
Medium Density
Fiberboard, not
motherboards

John, Paul, Ringo,
and Hetfield

Tools for
future-proofing MT

Guh?
Hamburg Sunflower
Yahoo Update
Short-notice Geek
Lunch

Flowering Trees
Listen To Don
A Keeper
Welcome Mail.app to
the Party

Legal Downloads, Eh?
TCP is So Over
Inputs and Outputs
what is grok?