Online Games Grumpy Unix Fart Contact Us

NAME

GenieMod::View

DESCRIPTION

The View portion of the controller. One of these is created (via new()) and subsequent views are created via create().

The rationale behind this is, the View may need to store cached templates across requests, and should not be created each time.

A view has at least the methods new(), create() and display()

Although our implementation uses a GenieMod::View::Template() there is no reason one couldn't use any template system desired, in fact, you can use many template systems or NO template systems.

All that is required is to have the new(), create() and display() methods. (and create() can often be an alias for new().)

Send to a friend

[add]
Please enter code (Change Code)

Sending Message.