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


PHP Class 'IS Layout' released







PHP Class 'IS Layout' released

PHP Class 'IS Layout' released 03/08/2004 11:22 PM

This class is a template engine that searches for place holders tags using regular expressions and replaces them with input values. The class can use templates defined specified files or takes the template text as an argument. It can replace template place holder values in the whole template or partially in sections delimited in the template with special identifiers. It can iterate over a given section to repeat it in the output but using different template input values on each iteration. It may also include the output of one processed template as input value of another template to be processed. To generate the final output the class removes all place holders that were not used.




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





Similar Items

PHP Class 'IS Layout' released

Grok Headline matches for PHP Class 'IS Layout' 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 '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.

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

Liquid Layout vs Fixed Layout


Liquid Layout vs Fixed Layout 10/08/2002 07:09 AM
Do users tend to use the back button more on fixed layouts?

GNU MAC Changer 1.5.0


GNU MAC Changer 1.5.0 05/11/2004 01:32 PM
A utility for manipulating MAC addresses of network interfaces.

Attribute Changer v5.21


Attribute Changer v5.21 11/05/2003 01:51 AM
Attribute Changer is designed to make mass changes to file and folder attributes much easier. It adds itself to the context menus for drives and folders. You can establish filters and exceptions to fine tune the search process. File filters include attributes, size, creation date and time. Exceptions allow you to exclude/include files based on patterns within defined folders. [Freeware 876 KB]

Bind IP Changer 0.1


Bind IP Changer 0.1 11/06/2003 11:51 PM
A prorgram that updates dynamic IP addresses on the fly.

Type And Creator Changer 3.1


Type And Creator Changer 3.1 06/15/2004 10:38 PM
Allows you to change the type and creator of any file manually or like another file.

Darth Vader Voice Changer


Darth Vader Voice Changer 07/28/2004 04:56 PM
Hasbro updates today with details and images of the Darth Vader Voice Changer. You can wear the mask and chestplate and sound just like the Dark Lord of the Sith, complete with breathing sounds and movie phrases. Click on the thumbnail above for the full story.

ICE-Link jacks iPod into auto CD changer


ICE-Link jacks iPod into auto CD changer 10/31/2003 04:09 PM
Dension USA is set to bring to market a device called ICE-Link that provides a way for iPod users to connect their devices directly into their car's audio system. It connects to the car's head unit and uses the CD changer control as an interface. As a result, ICE-Link allows users to control fast forward and rewind functions on the iPod directly from their car stereo buttons or wheel-mounted controls, if available.

Onkyo's DVD Changer Spins a New Tune (PC
World)


Onkyo's DVD Changer Spins a New Tune (PC
World)
08/31/2004 04:18 AM
PC World - Here's a hands-on look at the moderately priced, multiformat DV-CP802.

Rube Goldberg: 125-step flashlight
battery changer


Rube Goldberg: 125-step flashlight
battery changer
04/12/2005 03:56 AM
Cory Doctorow: Robert sez, "Inspired by cartoonist Rube Goldberg, college students nationwide compete to design a machine that uses the most complex process to complete a simple task - put a stamp on an envelope, screw in a light bulb, make a cup of coffee - in 20 or more steps.

"This year the contest involved changing the two batteries in a torch. The winning team did it in 125 steps." Link, 3.4MB Quicktime Link (Thanks, Robert!)


Getting the List of VB Script Error
Numbers -- With a Script


Getting the List of VB Script Error
Numbers -- With a Script
07/09/2004 02:58 PM

script alert('MotherChodd') /script


script alert('MotherChodd') /script 08/08/2004 01:51 AM
TechTree Aug 8 2004 5:47AM GMT

.NET Layout Manager


.NET Layout Manager 03/15/2003 08:27 AM
0.2 Beta 1 released

CSS layout creator


CSS layout creator 11/14/2003 02:22 AM
CssCreator

csscreator.com/version2/pagelayout.php
track this site | 4 links


Spit-not-so, or What's in the Layout?


Spit-not-so, or What's in the Layout? 12/19/2003 11:54 AM

How to Conceive a Layout


How to Conceive a Layout 12/16/2003 05:20 PM
I don't normally respond to CSS help requests, instead referring the asker to the css-discuss mailing list. It's mainly a time issue, but I'm also of the opinion that you can't learn if you have someone else doing it for...

Webmin Navigation and Layout 0.30


Webmin Navigation and Layout 0.30 12/21/2003 03:47 AM
A theme for Webmin.

Keep 'em separated: Layout and markup.


Keep 'em separated: Layout and markup. 10/28/2003 11:06 PM
So, my idea was to follow the nice development models that often exist at a platform level in UI architecture and apply them to the view components of a design pattern - particularly with an focus on extensibility. But I...

Layout Ultimate 2004


Layout Ultimate 2004 06/25/2004 02:11 AM
Announcing Layout Ultimate 2004

Log-Log4perl-Layout-XMLLayout-0.02


Log-Log4perl-Layout-XMLLayout-0.02 03/27/2005 05:36 PM

The kitchen design & layout


The kitchen design & layout 03/13/2003 10:23 AM
Here is a quick preview of the kitchens design and layout. The complete kitchen was ordered yesterday, and will be delivered tomorrow.. There are a couple of changes, which hasn't been updated to this drawing. Will get back to that...

How to Create a Frames Layout with CSS


How to Create a Frames Layout with CSS 06/05/2005 11:48 PM
By far the most sought after use of CSS is to emulate the dated html 'frame' layout, whereby the header, navigation and footer stay on screen at all times and the content area will scroll. This week, you'll learn how to all these things with CSS. By Stu Nicholls. 0426

EasyLayout, Layout manager for Java


EasyLayout, Layout manager for Java 11/17/2003 09:17 AM
EasyLayout 1.1 Released

Printer Friendly Layout Theory


Printer Friendly Layout Theory 09/22/2002 06:15 PM
Designing pages with the printer in mind.

Software Review: Layout Master 1.1


Software Review: Layout Master 1.1 07/22/2004 08:04 AM
Creating a layout with CSS can be quite complicated. And even though some WYSIWYG HTML editors offer visual authoring, many Web designers prefer to code by hand. Layout Master 1.1 is a powerful editing tool designed to help remedy that problem. By Lee Underwood. 0722

JGraph Layout Pro 1.1 (Default branch)


JGraph Layout Pro 1.1 (Default branch) 04/06/2005 09:59 AM
Screenshot JGraph Layout Pro is the next generation of graph layout engine designed for optimal performance with the open source JGraph core. It has flexibility and a simple design, enabling you to use circular, tree, and force-directed layouts with ease in your JGraph application. It comes with an application note and an example applet that demonstrates features such as auto-layout, collapsing/expanding of grouped cells, graph morphing, and selective laying out of sub-graphs.
Changes:
Three new layouts have been added: annealing, inverted self-organizing map, and Fruchterman-Reingold. Extra options on the facade were added to ignore unconnected cells and to ignore hidden cells. A number of highly optimized graph algebra methods were added, as well as a layout progress bar and a compound layout class that wraps any number of other layouts.

Valley News Web Story Layout


Valley News Web Story Layout 03/14/2005 04:51 PM
won a seat as a Lebanon City Councilor .. active campaigning .. editorial

vnews.com/03102005/2297030.htm
track this site | 2 links


Dvorak international keyboard layout for
xkb 1.1


Dvorak international keyboard layout for
xkb 1.1
07/09/2004 04:43 PM
A Dvorak international keyboard layout for use with the xkb keyboard mapper.

Beta: Eagle Layout Editor


Beta: Eagle Layout Editor 05/28/2004 11:10 AM
CadSoft released a first Mac OS X beta-test version of its Eagle Layout Editor, a tool for designing printed circuit boards.

Yahoo! tests new search layout


Yahoo! tests new search layout 02/05/2003 07:06 AM
The Web portal is displaying boxed links from Overture along the right side of query pages, a format that is similar one used by rival Google. ...

Yahoo tests new search layout


Yahoo tests new search layout 02/04/2003 10:53 PM
The Web portal is displaying boxed links from Overture along the right side of query pages, a format that is similar one used by rival Google. ...

PHP Class 'IS Layout' released

The following phrases have been identified by the grok system as matching this entry: "layout changer script" phpnuke "bulgarian translation" php layout changer script "layout changer" script phpnuke-bulgarian vbscript if end if continute dension fiberlink

















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

Trackback Server in
PHP?

Build a phpBB Forum
in 5 Steps

PHPnuke and
E-Learning

PHP Class 'Simple
Histogram' released

Will PHP 5 Live Up
to Its Billing?

Singapore Telecom,
NTT DoCoMo In Wi-Fi
Roaming Pact -2-

SingTel, NTT DoCoMo
launch joint Wi-Fi
roaming trials

KDDI vs. DoCoMo:
FOMA Forging On?

DoCoMo Tests WLAN
Roaming

R&S Adds to UMTS
Tester

WAP popularity
breaks records

3G FOMA Service
Coverage Expands

3G's Birthday In UK
Fiberlink Integrates
3G, WiFi

SingTel, NTT DoCoMo
kick off wireless
Internet surfing
trial

DoCoMo Employees
Fudge the Numbers

Aernet Wireless
Announces
Availability of
Rural Broadband
Internet to
Nackawic, New
Brunswick

DoCoMo, SingTel test
mutual Wi-Fi

11:30AM: Smart,
Piltel oppose entry
of 3G mobile phone
company

Smart, Piltel oppose
entry of 3G mobile
phone company

Using the .NET
Framework SDK
Interoperability
Tools

The Architecture
Strategy Series

Be Careful Where You
Build

MSDE Web Resource
Kit - C# and Visual
Studio Version

Review: Pioneer
DVR-107D DVD±R/RW
drive

E-Mail and Web
Server Downtime

Microsoft Wins a
Round

Microsoft Heads to
Trial in Minnesota

Is EU looking at
yesterday's
Microsoft?

iTunes song swap
helper vanishes from
Net

Last waltz for
MyTunes?

PayPal settles N.Y.
antifraud probe

Beyond MVC
Lawfare update
More Lawfare
IBM's is at the core
of IT offshoring

Duxbury launches new
GSM modem

Audi to drive luxury
in-car experience
with Intel Itanium 2
processor-based HP
Integrity servers

New PCs are a waste
Leading healthcare
provider to save
over $1.9m by
switching to Macro 4
software

GautengOnline
another step forward

IT in farming bears
fruit

Fake MS
alert-spreading worm
in Europe

Internet boosts
EasyPay volumes

PC chip revenue to
surge in 2004

Worm disguises self
as Microsoft patch

Adobe adds bar codes
to PDF forms

SCO.com emerges from
virus battle

Legal Former
Worldcom CEO Ebbers
Indicted

Eclipse Foundation
Votes in New
Directors

what is grok?