Namespaces

openbiz::bin Namespace Reference

Namespaces

namespace  data
namespace  easy
namespace  service
namespace  util

Detailed Description

PHPOpenBiz Framework

This file contain BizController class, the C from MVC of phpOpenBiz framework, and execute it. So bootstrap script simply include this file. For sample of bootstrap script please see controller.php under baseapp/bin

LICENSE

This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt.

Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php BizController is the class that dispatches client requests to proper objects Rocky Swen <rocky@phpopenbiz.org> Copyright (c) 2005-2011, Rocky Swen public PHPOpenBiz Framework LICENSE This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt. Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php http://www.phpopenbiz.org/ BizSystem class BizSystem is initialized for each request, it provides infrastructure objects and utility methods which are used in whole request. BizSystem is singleton pattern class that can create instant with BizSystem::instance. Rocky Swen Copyright (c) 2005-2009, Rocky Swen public PHPOpenBiz Framework LICENSE This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt. Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php BSD License http://www.phpopenbiz.org/ ClientProxy class A class that is treated as the bi-direction proxy of client. Through this class, others can get client form inputs, redraw client form or call client javascript functions. Rocky Swen <rocky@phpopenbiz.org> Copyright (c) 2005-2009, Rocky Swen public PHPOpenBiz Framework LICENSE This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt. Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php BSD http://www.phpopenbiz.org/ Configuration class Configuration management class that has help methods to get data from config.xml Rocky Swen <rocky@phpopenbiz.org> Copyright (c) 2005-2009, Rocky Swen public PHPOpenBiz Framework LICENSE This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt. Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php BSD http://www.phpopenbiz.org/ Openbiz Error Handler can handle php error and uncaught exception. The default behavior is to show popup on client side. Developer can overide it to add more logic Rocky Swen <rocky@phpopenbiz.org> Copyright (c) 2005-2009, Rocky Swen public PHPOpenBiz Framework LICENSE This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt. Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php BSD http://www.phpopenbiz.org/ Expression - class Expression is the base class of evaluating simple expression Rocky Swen <rocky@phpopenbiz.org> Copyright (c) 2005-2009, Rocky Swen public // version 1.2 ??// PHPOpenBiz Framework LICENSE This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt. Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php http://www.phpopenbiz.org/ I18n (Internationalization class) is singleton class that tranlates string to different languages according to application translation files. Rocky Swen <rocky@phpopenbiz.org> Copyright (c) 2005-2009, Rocky Swen public PHPOpenBiz Framework LICENSE This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt. Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php http://www.phpopenbiz.org/ ObjectFactory is factory class to create metadata based objects (bizview, bizform, bizdataobj...) Rocky Swen <rocky@phpopenbiz.org> Copyright (c) 2005-2009, Rocky Swen public PHPOpenBiz Framework LICENSE This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt. Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php http://www.phpopenbiz.org/ Resource class Rocky Swen <rocky@phpopenbiz.org> Copyright (c) 2005-2009, Rocky Swen public todo 13. PHPOpenBiz Framework LICENSE This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt. Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php http://www.phpopenbiz.org/ SessionContext class is Session management class that has additional methods to save/get session variables of metadata based stateful objects through their GetSessionVars|SetSessionVars interfaces Rocky Swen <rocky@phpopenbiz.org> Copyright (c) 2005-2009, Rocky Swen public PHPOpenBiz Framework LICENSE This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt. Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php http://www.phpopenbiz.org/ MetaObject is the base class of all derived metadata-driven classes Rocky Swen Copyright (c) 2005-2009, Rocky Swen public MetaIterator class MetaIterator is the base class of all derived metadata-driven classes who support iteration Rocky Swen Copyright (c) 2005-2009, Rocky Swen public Parameter class Rocky Swen Copyright (c) 2005-2009, Rocky Swen public iSessionObject interface - stateful metadata-driven classed need to implement SetSessionVars and GetSessionVars Rocky Swen Copyright (c) 2005-2009, Rocky Swen public iUIControl interface, all UI classes need to implement Render method Rocky Swen Copyright (c) 2005-2009, Rocky Swen public BDOException Rocky Swen Copyright (c) 2005-2009, Rocky Swen public BFMException Rocky Swen Copyright (c) 2005-2009, Rocky Swen public BSVCException Rocky Swen Copyright (c) 2005-2009, Rocky Swen public ValidationException Rocky Swen Copyright (c) 2005-2009, Rocky Swen public PHPOpenBiz Framework LICENSE This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt. Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php http://www.phpopenbiz.org/ Search for the php file required to load the class string $className void User error handler function User exception handler function $exc

PHPOpenBiz Framework

LICENSE

This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt.

Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php A class with help methods to format data to UI and unformat UI input to data. Rocky Swen <rocky@phpopenbiz.org> Copyright (c) 2005-2009, Rocky Swen public PHPOpenBiz Framework LICENSE This source file is subject to the BSD license that is bundled with this package in the file LICENSE.txt. Copyright (c) 2005-2011, Rocky Swen http://www.opensource.org/licenses/bsd-license.php http://www.phpopenbiz.org/ UserSetting class Rocky Swen <rocky@phpopenbiz.org> Copyright (c) 2005-2009, Rocky Swen public