PHP 클래스 CalculatorForm, qcodo

상속: extends sfForm
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$btnCalculate
$lblResult
$lstOperation
$txtValue1 And a label to output the result
$txtValue2

보호된 메소드들

메소드 설명
Form_Create ( ) Define all the QContrtol objects for our Calculator
Form_Load ( )
Form_Validate ( )
btnCalculate_Click ( $strFormId, $strControlId, $strParameter ) Perform the necessary operations on the operands, and output the value to the lblResult

메소드 상세

Form_Create() 보호된 메소드

Define all the QContrtol objects for our Calculator
protected Form_Create ( )

Form_Load() 보호된 메소드

protected Form_Load ( )

Form_Validate() 보호된 메소드

protected Form_Validate ( )

btnCalculate_Click() 보호된 메소드

Perform the necessary operations on the operands, and output the value to the lblResult
protected btnCalculate_Click ( $strFormId, $strControlId, $strParameter )

프로퍼티 상세

$btnCalculate 보호되어 있는 프로퍼티

protected $btnCalculate

$lblResult 보호되어 있는 프로퍼티

protected $lblResult

$lstOperation 보호되어 있는 프로퍼티

protected $lstOperation

$txtValue1 보호되어 있는 프로퍼티

And a label to output the result
protected $txtValue1

$txtValue2 보호되어 있는 프로퍼티

protected $txtValue2