org.puremvc.php.demos.basic.controller.commands
[ class tree: org.puremvc.php.demos.basic.controller.commands ] [ index: org.puremvc.php.demos.basic.controller.commands ] [ all elements ]

Element index for package org.puremvc.php.demos.basic.controller.commands

[ e ] [ i ] [ s ]

e

execute
in file StartViewCommand.php, method StartViewCommand::execute()
    The
  1. execute()
method is overridden in order to add your application logic for this specific command.
execute
in file StartModelCommand.php, method StartModelCommand::execute()
    Override execute to add logic. In the
the ApplicationDataProxy is started and registered, and then the selected CSS file is loaded.
top

i

initializeMacroCommand
in file StartApplicationCommand.php, method StartApplicationCommand::initializeMacroCommand()
    The
  1. initializeMacroCommand
is overridden to add references to instances of SimpleCommand that should be executed.
top

s

StartApplicationCommand.php
procedural page StartApplicationCommand.php
StartModelCommand.php
procedural page StartModelCommand.php
StartViewCommand.php
procedural page StartViewCommand.php
StartApplicationCommand
in file StartApplicationCommand.php, class StartApplicationCommand
    The
prepares the view first so that it is ready to display data when the model is done loading.
StartModelCommand
in file StartModelCommand.php, class StartModelCommand
    Starts the application model, for the basic demo this command loads the CSS file selected on the index.php page.
StartViewCommand
in file StartViewCommand.php, class StartViewCommand
    Starts the view class which initializes php/html templates.
top

Documentation generated on Tue, 30 Sep 2008 08:05:41 -0700 by phpDocumentor 1.4.0