I've learnt so much after subscribing to read your exclusive articles! "Ho imparato così tanto dopo la sottoscrizione di leggere i vostri articoli esclusivi!"
Nick

RocksPage Class

Descrizione

Questa è una classe astratta che contiene tutte le basi per una pagina.

  • Dominic Skinner autore: Dominic Skinner
  • 0.2.1 Versione: 0.2.1
  • abstract:

) Situato in / RocksPage.php (linea 14)

Metodo Summary
__construct ([ string $templateFileName = null ], [ string $configFileName = null ]) RocksPage __construct ([string $ templateFileName = null], [string $ nome_file = null])
__destruct () vuoto __destruct ()
AssignTemplateVariable ( string $varName , string $varValue , [ string $defaultValue = null ]) vuoto AssignTemplateVariable (string $ varName, string $ varValue, [string $ defaultValue = null])
Database () vuoto Database ()
Form () vuoto Form ()
Session () vuoto Session ()
Metodi
(line 28 ) Costruttore __ construct (linea 28)

Questo crea la pagina

  • public accesso: public
__construct ([ string $templateFileName = null ], [ string $configFileName = null ]) RocksPage __ construct ([string $ templateFileName = null], [string $ nome_file = null])
  • $templateFileName : this is the name of the template file stringa $ templateFileName: questo è il nome del file di template
  • $configFileName : this is the configFileName if this is null then the default is used stringa $ nome_file: questo è il nome_file se questo è null allora il predefinito viene utilizzato
(line 34 ) Destructor __ destruct (linea 34)
__destruct () vuoto __ destruct ()
(line 96 ) AssignTemplateVariable (linea 96)

Questo consente di classe che eredita da questo per aggiungere una variabile al modello

  • protected Accesso: Protetto
AssignTemplateVariable ( string $varName , string $varValue , [ string $defaultValue = null ]) vuoto AssignTemplateVariable (string $ varName, string $ varValue, [string $ defaultValue = null])
  • $varName : the name of the variable to add stringa $ varName: il nome della variabile da aggiungere
  • $varValue : the value of the variable to add stringa $ varValue: il valore della variabile da aggiungere
  • $defaultValue : the default value of the variable to add, it is null be default stringa $ defaultValue: il valore predefinito della variabile da aggiungere, è nulla sia predefinita
(line 52 ) Database (linea 52)

Questo consente di classe che eredita da questo per avere accesso al l'oggetto di database

  • protected Accesso: Protetto
Database () Database vuoto ()
(line 69 ) Form (linea 69)

Ciò consente eredita da questa classe di avere accesso alla forma pagine

  • protected Accesso: Protetto
Form () Form vuoto ()
(line 81 ) Session (linea 81)

Ciò consente eredita da questa classe di avere accesso alla sessione

  • protected Accesso: Protetto
Session () vuoto Session ()

Nessun commento è stato fornito.
security image

Scritto da Dominic Skinner
Ultimo aggiornamento: 2011/10/25 16:00:38