Overview

Packages

  • Geolib

Classes

  • Geo
  • GeoBody
  • GeoCell
  • GeoDebug
  • GeoHead
  • GeoHtml
  • GeoImg
  • GeoLink
  • GeoList
  • GeoSelect
  • GeoTable
  • GeoTag

Functions

  • b
  • div
  • geoAbsLink
  • geoAnchor
  • geoBody
  • geoButton
  • geoCell
  • geoCheckbox
  • geoDb
  • geoEnd
  • geoFieldSet
  • geoForm
  • geoHead
  • geoHidden
  • geoHtml
  • geoif
  • geoIList
  • geoImg
  • geoImgSubmit
  • geoInput
  • geoIsMultiArr
  • geoItem
  • geoJSLink
  • geoLabel
  • geoLegend
  • geolib_autoloader
  • geoLink
  • geoList
  • geoMultiArr
  • geoNoScript
  • geoPassword
  • geoPre
  • geoRadio
  • geoRadios
  • geoScript
  • geoSelect
  • geoStart
  • geoSubmit
  • geoTable
  • geoTabs
  • geoTag
  • geoText
  • geoTextArea
  • geoTrace
  • geoUpload
  • geovar
  • h1
  • h2
  • h3
  • h4
  • i
  • idiv
  • ispan
  • itag
  • p
  • span
  • Overview
  • Package
  • Function

Package Geolib

Classes summary
Geo Geo - Class for static utility functions
GeoBody Geo - Class to create html body tags
GeoCell Geo - Class to create HTML table cell tags
GeoDebug Class for static debugging functions
GeoHead Geo - Class to create html head tags
GeoHtml Geo - Class to create html html tags
GeoImg Geo - Class to create HTML image tags, or an image in a link
GeoLink Geo - Class to create HTML a tags
GeoList Geo - Class to create html list (ul or ol) tags
GeoSelect Geo - Class to create HTML select tags
GeoTable Geo - Class to create html table tags
GeoTag Geo - Class to create html list (ul or ol) tags
Functions summary
b Create an HTML b tag.
div Create an HTML div tag.
geoAbsLink Create an absolute http link to a location on this local server.
geoAnchor Create HTML anchor
geoBody Create HTML body
geoButton Create HTML button.
geoCell Create a table cell for a geoWTable object. Allows use of function syntax instead of object-> syntax
geoCheckbox Create an HTML checkbox.
geoDb Adds content to debugging array
geoEnd Create end tags
geoFieldSet Create an HTML fieldset tag.
geoForm Create an HTML form.
geoHead Create an html head tag
geoHidden Create HTML hidden field or fields.
geoHtml Create HTML tag
geoif

Allows inline test for value. Can test constants but not undefined variables.

geoIList Create inline HTML list or array of lists
geoImg Create an HTML img field. (for images)
geoImgSubmit Create an HTML image submit button.
geoInput Create an HTML submit button.
geoIsMultiArr Test for Multidimensional array
geoItem Create HTML list item. (Usually not neccesary since geoList takes arrays of content values)
geoJSLink Create an link for javascript actions.
geoLabel Create HTML label.
geoLegend

Create an HTML legend tag. This is usually not called directly. Use geoFieldSet to create a fieldset tag with a legend

geolib_autoloader Loads geolib PHP class files.
geoLink Create an http link.
geoList Create HTML list or array of lists
geoMultiArr Checks value, create a 2 dimensional array if it isn't already a 2 dimensional array
geoNoScript Create noscript tag
geoPassword Create an HTML password field.
geoPre Create an HTML pre tag.
geoRadio Create a radio button.
geoRadios

Create a group of radio button as an HTML string or list, or as an array All radios in 1 group have the same name and different ids

geoScript Create an link for javascript actions.
geoSelect Create an HTML select tag
geoStart Create start tags
geoSubmit Create an HTML submit button.
geoTable Create an HTML table
geoTabs Create tabs in source code (Can also be used to create any number of repetitions of any text)
geoTag Create an HTML tag.
geoText Create an HTML text field.
geoTextArea Create an HTML textarea field.
geoTrace
geoUpload Create an HTML file upload field.
geovar Formats debugging variables for display, prints result instead of returning result
h1 Create an HTML h1 tag.
h2 Create an HTML h2 tag.
h3 Create an HTML h3 tag.
h4 Create an HTML h4 tag.
i Create an HTML i tag.
idiv Create an inline HTML div tag.
ispan Create an inline HTML span tag.
itag Create an inline HTML tag.
p Create an HTML p tag.
span Create an span div tag.
API documentation generated by ApiGen