BlueShoes Application Framework made with PHP http://www.blueshoes.org/


Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: C:/usr/local/lib/php/blueshoes-4.2/core/html/form/Bs_FormCode.class.php
BlueShoes Application Framework - Form

Bs_FormCode

Bs_Object
   |
  +-- Bs_FormElement
     |
    +-- Bs_FormCode

Form Code Class

 

public class Bs_FormCode extends Bs_FormElement

Form Code Class
dependencies: Bs_FormElement

Authorsandrej arn <andrej@arn.li>
Version4.0.$id$
Copyrightblueshoes.org

 

Methods inherited from Bs_FormElement

bs_formelement, hasformobject, setformobject, getcaption, getelement, getlevel, _doelementstringformat, _getparamvalue, getlanguagedependentvalue

Methods inherited from Bs_Object

isex, isexception, tostring, tohtml, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean

Public Method Summary

void

Bs_FormCode()

Constructor.
string

&getElement()

Return some html code to display the element on a website in a form.

Fields inherited from Bs_FormElement

$persister, $persisterid, $_form, $name, $elementtype, $formid, $container, $orderid, $elementstringformat, $persistervarsettings, $this

Private Field Summary

mixed

$code

the code to execute. this code has to return something, means some text or

Private Constant Summary

BS_FORMCODE_VERSION >>4.0.$x$<< Warning: documentation is missing.

Public Method Details

Bs_FormCode

public void Bs_FormCode( )

  Constructor.

Returns void


&getElement

public string &getElement( )

  Return some html code to display the element on a website in a form.

Returns string

some html code


Private Field Details

$code

private mixed $code

>><<

the code to execute. this code has to return something, means some text or
html. so return a string. ok? you may not echo here!if no string is returned, nothing is spitted out to the browser.no shell commands are allowed. db/file access is allowed.usually a string, can be a hash because it's language dependant.


Private Constant Details

BS_FORMCODE_VERSION

define( BS_FORMCODE_VERSION, >>4.0.$x$<< )
Case: default: case sensitive




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta