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


PHP Class 'Template.inc' released







PHP Class 'Template.inc' released

PHP Class 'Template.inc' released 10/08/2002 07:09 AM

The Template class provides the base for generic processing of often-used snippets. Utilizing the SQLCall class, this class will take a code snippet (or load one from a file - even more convenient at times) and fill it out with the results of a database query. See my DropDown class for the first logical progression of this idea, with more to come as I develop them.




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





Similar Items

PHP Class 'Template.inc' released

Grok Headline matches for PHP Class 'Template.inc' released

PHP Class 'DropDown.inc' released


PHP Class 'DropDown.inc' released 10/08/2002 07:09 AM
This class is a useful implementation of the Template class (see my other classes). It requires that class (which requires SQLCall itself). This class will dynamically generate a drop down using the results of a db query. You can also add options to the drop down manually and skip the database altogether. Very useful.

PHP Class 'Template Handler' released


PHP Class 'Template Handler' released 12/02/2003 12:44 AM
The template handler class is an efficient way of separating HTML from your PHP code. This class works on a simple bases of setting template "objects" that are contained within the template file. For instance: Within a template, define an object this way: {content} . Then, use $template->setObject('content',$content); to replace the {content} tag with the $content variable. Objects can be set multiple times within the same script with each "setObject" content appending to the previous. Additionally, the template can also contain PHP code, and this will be correctly evaluated and displayed. For more detailed explantaion view README.TXT file.

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

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

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


PHP Class 'EasyHint' released 09/18/2002 08:23 AM
This code is helpfull for small dynamic application it was written to be used on an e-learning system, so hope that you'll find it useful.

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


PHP Class 'preditor' released 10/26/2002 07:53 PM
Preditor is a class for file editing and copying. It makes editing easier by allowing you to load a file, enter a piece (string) you want changed, and a replacement string, whether it only occurs once, or a bunch of times, and it will go through the file and change each occurence. You can also save the file to a directory. Copy non-text based files to different directories. (more options to come)

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.
Grok Description matches for PHP Class 'Template.inc' released
GrokA matches for PHP Class 'Template.inc' released

Hotmail, Gmail, Yahoo Have Company


Hotmail, Gmail, Yahoo Have Company 12/24/2004 12:17 PM
TechTree Dec 24 2004 2:29PM GMT

Hotmail cuts back free export tool


Hotmail cuts back free export tool 09/27/2004 04:41 AM
ZDNet UK Sep 27 2004 8:23AM GMT

Hotmail to wean users from free export
tool


Hotmail to wean users from free export
tool
09/26/2004 11:25 PM
Starting Monday, MSN will cut back on the use of exporting e-mail to another client, part of its new spam-fighting plan.

Are Yahoo! and Hotmail Blocking Gmail
Invites?


Are Yahoo! and Hotmail Blocking Gmail
Invites?
06/23/2004 11:01 AM
WebProNews Jun 23 2004 3:20PM GMT

Hotmail, Yahoo Step Up The Mailbox
Rivalry


Hotmail, Yahoo Step Up The Mailbox
Rivalry
06/19/2004 10:53 PM
Washington Post Jun 20 2004 2:41AM GMT

Hotmail, Yahoo Step Up The Mailbox
Rivalry (washingtonpost.com)


Hotmail, Yahoo Step Up The Mailbox
Rivalry (washingtonpost.com)
06/20/2004 01:44 AM
washingtonpost.com - The Web mailbox wars escalated last week when Yahoo expanded its free e-mail accounts from 4 megabytes to 100 MB, and Microsoft confirmed that it, too, will raise storage limits soon on its free Hotmail accounts.

Porn gets spammers past Hotmail, Yahoo
barriers


Porn gets spammers past Hotmail, Yahoo
barriers
05/06/2004 02:47 PM
Junk e-mailers set up porn sites and use visitors to bypass defenses used by Hotmail and Yahoo to stop bot software from automatically opening e-mail accounts.

Aliencamel.com - The First Commercial
Email Service to Offer Unlimited Storage
for Personal Email, Finest in its Class
with More Features than Gmail, Yahoo!
and Hotmail


Aliencamel.com - The First Commercial
Email Service to Offer Unlimited Storage
for Personal Email, Finest in its Class
with More Features than Gmail, Yahoo!
and Hotmail
08/17/2004 02:00 AM
Aliencamel.com announces that the email-storage-space race is over. This race was started by Google's Gmail service offering 1GB of storage. AlienCamel has gone the final step and is now offering its users unlimited storage. By removing limits on space, users now have a simple, low-cost service which will keep their emails safe, secure and backed up forever. AlienCamel has implemented the most sophisticated anti-spam filtering and email-virus-blocking technology over the last 18 months. Now, AlienCamel is the first independent commercial email service in the world to offer "unlimited storage for personal email". [PRWEB Aug 17, 2004]

Hotmail bins email accounts on hearsay


Hotmail bins email accounts on hearsay 06/23/2004 10:58 AM
Delete first, ask no questions whatsoever

Hotmail Begins to Upgrade Free Accounts


Hotmail Begins to Upgrade Free Accounts 09/25/2004 11:05 AM

WWW-Hotmail-0.06


WWW-Hotmail-0.06 08/18/2004 05:03 PM

WWW-Hotmail-0.04


WWW-Hotmail-0.04 08/15/2004 04:57 PM

WWW-Hotmail-0.05


WWW-Hotmail-0.05 08/17/2004 12:15 AM

WWW-Hotmail-0.03


WWW-Hotmail-0.03 08/15/2004 04:57 PM

When Will MSN Up the Hotmail Ante?


When Will MSN Up the Hotmail Ante? 06/18/2004 01:01 PM
Microsoft is readying a strategy to counter e-mail storage moves by Google and Yahoo. Customers have their own ideas as to what Redmond should do.

Hotmail spam


Hotmail spam 12/29/2003 11:46 PM
What's going on with hotmail? I used to get a couple dozen spam messages a day on my hotmail account, but now all of a sudden I have only 2 spam messages over a three day timespan. Since my account is setup to not delete spam but move it to the junk folder first, this must mean either hotmail has... (85 words)

Outage seen at Hotmail


Outage seen at Hotmail 05/07/2004 01:36 PM
CNET May 7 2004 5:13PM GMT

Hotmail gets SPiFfy


Hotmail gets SPiFfy 07/23/2004 03:09 PM

OK, so I'm stretching for a clever title there. But the good news is that Microsoft has now joined AOL, Earthlink, and other large email providers by publishing Sender Policy Framework records for all their e-mail addresses, and are using SPF validation to scrutinize inbound mail.

The company is strongly urging e-mail providers and Internet service providers (ISPs) to publish Sender Policy Framework (SPF) records that identify their e-mail servers in the domain name system (DNS) by mid-September. Microsoft will begin matching the source of inbound e-mail to the Internet Protocol (IP) addresses of e-mail servers listed in that sending domain's SPF record by Oct. 1. Messages that fail the check will not be rejected, but will be further scrutinized and filtered, said Craig Spiezle, director of Microsoft's Safety Technology and Strategy Group.

Basically it works like this: If I'm joe@example.com and bob@aol.com sends me an email, the example.com server will receive a request from an aol.com server to send a message. The example.com server then checks to see if the contacting server is listed with an SPF record in the aol.com DNS. If it is, then I know the mail is really from AOL. If it's not, then I know it's a spoof. This doesn't stop spam, but it at least makes servers truly accountable for spam, so the griping goes to the right place, and blacklists can be more accurate.

Via SlashDot .

Click here to comment on this entry


Hotmail likely too hot for 12-year-old


Hotmail likely too hot for 12-year-old 01/13/2003 03:51 AM
These sites, such as the Google search engine, most newspaper Web sites and Amazon.com, pop down past search items each time you type in a letter. ...

Next Generation Hotmail Online


Next Generation Hotmail Online 12/02/2003 01:39 AM

Hotmail upgrade re-visited


Hotmail upgrade re-visited 06/27/2004 04:44 AM

I just don't get it I catch another angled story today about how Hotmail is going to be re-vamped and with storage improvements will be offering some expanded service. Reading the Microsoft press release their isn't that much substance to it. Just appears to be a lot more of the same. Time will tell but excitement in a post from a Micr osoft employee I guess we will have to sit back and watch.


Hotmail ups capacity to 250MB in AU --
just don't ask when


Hotmail ups capacity to 250MB in AU --
just don't ask when
06/23/2004 10:28 PM
ZDNet Australia Jun 24 2004 2:26AM GMT

Hotmail Reminders Discontinued


Hotmail Reminders Discontinued 03/20/2003 10:47 AM

Hotmail takes on Google


Hotmail takes on Google 06/24/2004 12:53 PM
Mad.co.uk Jun 24 2004 5:04PM GMT

Downloading your hotmail inbox


Downloading your hotmail inbox 12/02/2003 12:40 AM

Adrian just pointed me to a fantastic tool: Gotmail, a utility to download mail from Hotmail accounts. It's a command line utitlity, written in Perl and making use of the curl binary, which can connect to Hotmail over the web and grab any new emails, saving them locally as an mbox file and deleting them from the Hotmail server.

Naturally, anything like this is completely dependent on Hotmail's design staying the same and maintaining the tool is a constant arms race. At the moment, Hotmail is ahead - a recent upgrade to the Hotmail design (some time in the last few days) has rendered Gotmail useless. A call for help on the Gotmail mailing list from the lead developer makes particularly interesting reading. He's looking for developers and users who can help with the debugging effort required to get the tool working again, but the last paragraph of the email really caught my attention:

Developers: If you have some Python proficiency, and would like to assist in developing the next generation of Gotmail (development name: gotfemail), email me off-list. I have some pretty ambitious plans for this project, and depending on how much is actually implemented, Hotmail breakages should be either self-fixing or very simple to fix. I've done some work on making a generic library for this sort of job (so the fetchyahoo people and others might be interested), and some preliminary work on embedding the Javascript interpreter from the Mozilla project.

A self-fixing screen scraper sounds like one heck of an interesting project, and I can't complain about the choice of development language either ;) If you're a Python hacker looking for a new project this could be well worth checking out.


MSN hikes Hotmail storage


MSN hikes Hotmail storage 06/24/2004 04:50 AM
My inbox is bigger than yours

Facelift for Hotmail Goes Live


Facelift for Hotmail Goes Live 12/04/2003 02:42 AM
Extreme Tech Dec 4 2003 1:47AM ET

Microsoft to boost Hotmail


Microsoft to boost Hotmail 06/23/2004 10:27 PM
news.com.au Jun 24 2004 2:54AM GMT

Hotmail appears unreachable


Hotmail appears unreachable 05/07/2004 10:26 AM
Microsoft's e-mail service appears to be down, an outage that would potentially affect millions of people.

Hotmail Service Spotty


Hotmail Service Spotty 09/17/2004 08:49 AM
Some Hotmail users are reporting problems receiving mail from other Hotmail accounts. On Wednesday evening, an MSN spokeswoman said the company was working on alleviating the delays.

PHP Class 'Template.inc' released

The following phrases have been identified by the grok system as matching this entry: curl export hotmail contacts screen scraper excel "export contacts" php hotmail yahoo hotmail.php download php parse textfile to csv "my tunes redux" readme php template.inc how to hack hotmail accounts import contacts from hotmail yahoo aol php curl import yahoo contacts php

















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

PHP Class 'RDF API'
released

PHP Class
'DropDown.inc'
released

PHP Class 'VXML
Parser' released

PHPEveryWhere:
Interview with Zeev
Suraski

PHP Class
'phplibTemplateExten
tion' released

Criteria for optimal
web design
(designing for
usability)

Open Source
Vapourware? Apache
2.0

Apache 1.3.27
Released

Database Refactoring
php.weblogs.com
interview with Zeev
Suraski

Google Degraded?
Geeks Aghast

Google May
Experiment With
Charging for News
Searches

Google Catalogs
Passes 5000 Catalog
Mark

Googling Your Email
XML Accessibility
Guidelines Working
Draft Published

XML Encryption,
Decryption Become
W3C Proposed
Recommendations

W3C Team Talks in
October

DOM Level 2 HTML
Candidate
Recommendation
Revised

W3C Day 8 October in
Sydney, Australia

Interview with Monty
Widenius

Template.inc
DropDown.inc
RDF API
Tab To XML
VXML Parser
db_view
phplibTemplateExtent
ion

ini.class.php
PHP Class 'db_view'
released

Korean Google Blog
German Reunification
Day

Google News Updates
ZPT Basics (part 1)
Two New Epidemics
Wreck Havoc On PCs

'Critical' Windows
Help, SQL Flaws
Patched

Schematron.NET new
release 0.52

JOrganizer 0.0.18
alpha release

GtkSQL 0.3.2
released

prince... 3 October
2002

Microsoft Escapes
From Google 'Hell'

CSS Design: Taming
Lists

DCalendar
Top 10 IIS Tips
Auto garbage
collection

Architect Java
enterprise apps

NTT adopts XML
framework

Work with events in
C#

SOT Linux Advisory:
php

PHP Class 'MySQL to
XML - XML to MySQL'
released

what is grok?