kernel
[ class tree: kernel ] [ index: kernel ] [ all elements ]

Procedural File: BitBase.php

Source Location: d:\website\PhpDocumentor\/kernel/BitBase.php



Classes:

BitBase
Virtual base class (as much as one can have such things in PHP) for all derived bitweaver classes that require database access.


Page Details:

Virtual bitweaver base class



Tags:

filesource:  Source Code for this file
author:  spider <spider@steelsun.com>
version:  

$Header: /cvsroot/bitweaver/_bit_kernel/BitBase.php,v 1.32 2007/01/11 09:18:10 squareing Exp $

Copyright (c) 2004 bitweaver.org All Rights Reserved. See copyright.txt for details and a complete list of authors. Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details

Virtual base class (as much as one can have such things in PHP) for all derived tikiwiki classes that require database access.

created 2004/8/15



Includes:

include_once(KERNEL_PKG_PATH.'BitCache.php') [line 24]
require_once(KERNEL_PKG_PATH.'BitDbBase.php') [line 23]
required setup






STORAGE_BINARY [line 26]

STORAGE_BINARY = 1

[ Top ]



STORAGE_IMAGE [line 27]

STORAGE_IMAGE = 2

[ Top ]




array_diff_keys [line 416]

void array_diff_keys( )



[ Top ]



bit_redirect [line 396]

void bit_redirect( string $pUrl)

Redirect to another page or site



Parameters

string   $pUrl   The url to redirect to
[ Top ]



chkgd2 [line 477]

void chkgd2( )



[ Top ]



clean_file_path [line 472]

TRUE clean_file_path( array $pPath)

Cleans file path according to system we're on



Tags:

return:  on success, FALSE on failure
access:  public


Parameters

array   $pPath  
[ Top ]



compare_backlinks [line 566]

void compare_backlinks( $ar1, $ar2)



Parameters

   $ar1  
   $ar2  
[ Top ]



compare_changed [line 602]

void compare_changed( $ar1, $ar2)



Parameters

   $ar1  
   $ar2  
[ Top ]



compare_files [line 586]

void compare_files( $ar1, $ar2)



Parameters

   $ar1  
   $ar2  
[ Top ]



compare_images [line 578]

void compare_images( $ar1, $ar2)



Parameters

   $ar1  
   $ar2  
[ Top ]



compare_links [line 562]

void compare_links( $ar1, $ar2)



Parameters

   $ar1  
   $ar2  
[ Top ]



compare_versions [line 594]

void compare_versions( $ar1, $ar2)



Parameters

   $ar1  
   $ar2  
[ Top ]



file_get_contents [line 529]

TRUE file_get_contents( array $pFile)

PHP version compatability function



Tags:

return:  on success, FALSE on failure
access:  public


Parameters

array   $pFile   File
[ Top ]



httpPrefix [line 498]

void httpPrefix( )



[ Top ]



httpScheme [line 494]

void httpScheme( )



[ Top ]



ordinalize [line 446]

void ordinalize( $num)



Parameters

   $num  
[ Top ]



parse_xml_attributes [line 357]

TRUE parse_xml_attributes( array $pString)

Parse XML Attributes and return an array

this function has a whopper of a RegEx. I nabbed it from http://www.phpbuilder.com/annotate/message.php3?id=1000234 - XOXO spiderr




Tags:

return:  on success, FALSE on failure
access:  public


Parameters

array   $pString   XML type string of parameters
[ Top ]



r_compare_backlinks [line 574]

void r_compare_backlinks( $ar1, $ar2)



Parameters

   $ar1  
   $ar2  
[ Top ]



r_compare_changed [line 606]

void r_compare_changed( $ar1, $ar2)



Parameters

   $ar1  
   $ar2  
[ Top ]



r_compare_files [line 590]

void r_compare_files( $ar1, $ar2)



Parameters

   $ar1  
   $ar2  
[ Top ]



r_compare_images [line 582]

void r_compare_images( $ar1, $ar2)



Parameters

   $ar1  
   $ar2  
[ Top ]



r_compare_links [line 570]

void r_compare_links( $ar1, $ar2)



Parameters

   $ar1  
   $ar2  
[ Top ]



r_compare_versions [line 598]

void r_compare_versions( $ar1, $ar2)



Parameters

   $ar1  
   $ar2  
[ Top ]



tp_http_request [line 305]

TRUE tp_http_request( array $pUrl)

tp_http_request



Tags:

return:  on success, FALSE on failure
access:  public


Parameters

array   $pUrl  
[ Top ]



tra [line 270]

void tra( string $pString)

Translate a string



Tags:

access:  public


Parameters

string   $pString   String that needs to be translated
[ Top ]



trim_array [line 435]

void trim_array( &$pArray)



Parameters

   &$pArray  
[ Top ]



unlink_r [line 283]

TRUE unlink_r( string $pPath, [boolean $pFollowLinks = FALSE])

recursively remove files and directories



Tags:

return:  on success, FALSE on failure
access:  public


Parameters

string   $pPath   directory we want to remove
boolean   $pFollowLinks   follow symlinks or not
[ Top ]



usort_by_title [line 554]

TRUE usort_by_title( array $ar1, array $ar2)

A set of compare functions that can be used in conjunction with usort() type functions



Tags:

return:  on success, FALSE on failure
access:  public


Parameters

array   $ar1  
array   $ar2  
[ Top ]



xmlentities [line 379]

TRUE xmlentities( array $string, [array $quote_style = ENT_QUOTES])

XML Entity Mandatory Escape Characters



Tags:

return:  on success, FALSE on failure
access:  public


Parameters

array   $string  
array   $quote_style  
[ Top ]



Documentation generated on Thu, 15 Feb 2007 20:29:09 +0000 by phpDocumentor 1.3.0