| Pangloss documentation | view source | Contained in the Pangloss distribution. |
Pangloss::Application - the Pangloss application.
use Pangloss::Application;
my $app = new Pangloss::Application()
->store( new Pixie()->connect('...') );
my $view1 = $app->user_editor->update_user( ... );
my $view2 = $app->term_editor->add_term( ... );
...
# see respective classes for syntax
This class is the main entry point to the Pangloss system.
set/get the Pixie object store for this application.
set/get the Pangloss::Application::UserEditor.
set/get the Pangloss::Application::LanguageEditor.
set/get the Pangloss::Application::CategoryEditor.
set/get the Pangloss::Application::ConceptEditor.
set/get the Pangloss::Application::TermEditor.
set/get the Pangloss::Application::Searcher.
Steve Purkis <spurkis@quiup.com>
Pangloss
| Pangloss documentation | view source | Contained in the Pangloss distribution. |