Class MVCnPHP_BaseView

Description

Implements interfaces:

Interface class for views

Located in /BaseView.php (line 30)


	
			
Variable Summary
Method Summary
boolean printView ()
void setOutputMethod (int $method)
Variables
int $outputMethod = MVC_PRINT (line 35)
  • access: public
Methods
printView (line 49)

Returns if view should be printed

View can be printed using echo or returned as a string. This method is a tool used by the controller to determine if it needs to return a string or not

  • return: True if view is printed, otherwise false
  • access: public
  • author: Tony Bibbs <tony@geeklog.net>
boolean printView ()
setOutputMethod (line 69)

Sets views output method

View can either be printed immediately using PHP's echo command or the view can be returned as a string

void setOutputMethod (int $method)
  • int $method: One of two constanst, _PRINT or _STRING

Documentation generated on Mon, 7 Mar 2005 22:36:20 -0600 by phpDocumentor 1.3.0RC3