Class XTText

Description

Abstract class to manage unique text to save in database

  • author: SimpliciWeb
  • version: $Id: xt_text.class.php 609 2007-07-23 10:24:28Z nicolas_s $

Located in /core/internal_components/common/t_text/xt_text.class.php (line 62)

ObjectCached
   |
   --XTText
Direct descendents
Class Description
 class BusinessInformation Manage the business information (used for bill)
 class TTextEmailBody Any class wich extend ObjectCached can use a function cache using xRemembered, etc.
 class TTextMetaDescription manage the meta description
 class TTextMetaKeyword manage the meta keywords
 class TTextTitlePage manage the meta title
Variable Summary
Method Summary
 bool xDelete (string $p_tex_type)
 bool xGet (string $p_tex_type,  &$r_result, [string $p_from_type = "NONE"], [string $p_database_selected = ""], string $r_result)
 bool xInsert (string $p_tex_type, string $p_tex_desc, [bool $p_from_html_editor = false], [bool $p_allow_empty = false])
Variables
array $m_array_already_loader = array() (line 101)

Already loaded


Redefinition of:
ObjectCached::$m_array_already_loader
The array of the memorized informations
DbConnexion $m_object_dbconnexion = NULL (line 88)

Database Connexion object

siteInformation $m_object_siteinformation = NULL (line 94)

SiteInformation Object

string $req_delete = "" (line 75)

SQL Request : Delete

string $req_insert = "" (line 69)

SQL Request : Insert

string $req_select = "" (line 81)

SQL Request : Select

Methods
Constructor XTText (line 108)

Constructor, init the requests and objects

XTText XTText ()
xDelete (line 159)

Delete

  • return: TRUE on error
  • access: private
bool xDelete (string $p_tex_type)
  • string $p_tex_type
xGet (line 180)

Get

  • return: TRUE on error
  • access: private
bool xGet (string $p_tex_type,  &$r_result, [string $p_from_type = "NONE"], [string $p_database_selected = ""], string $r_result)
  • string $p_tex_type
  • string $r_result
  • string $p_from_type
  • string $p_database_selected
  • &$r_result
xInsert (line 131)

Insert

  • return: TRUE on error
  • access: private
bool xInsert (string $p_tex_type, string $p_tex_desc, [bool $p_from_html_editor = false], [bool $p_allow_empty = false])
  • string $p_tex_type
  • string $p_tex_desc
  • bool $p_from_html_editor
  • bool $p_allow_empty

Inherited Methods

Inherited From ObjectCached

 ObjectCached::xClearRemember()
 ObjectCached::xClearRememberAll()
 ObjectCached::xIsRemembered()
 ObjectCached::xRemember()

Documentation generated on Tue, 25 Mar 2008 15:37:38 +0100 by phpDocumentor 1.3.2