Hook Support forum hook Register and call action hook functions This class can register and call action hook functions. It can register one or more a callback functions to be associated with a given named action. The class can also call all hook functions registered with a given named action. An ...
... 2 design pattern based on Java Struts. It provides base actions and mappings classes, a request processor class and a front controller script. The action mappings can be configured with a separate PHP script. The code and comments are written in Portuguese. Configuração do Controlador Front Controller ...
... can be used to display dialog boxes to ask users for confirmation. It can generate HTML with form buttons to ask the user to confirm or cancel an action. The names and values to be passed when the user confirms or cancel the action are configurable. confirmation dialog confirmation dialog class exclamation ...
... based expressions. Currently it recognizes about 20 time format variations. The class extracts the time mentioned in the text as well the remaining action text that is related to the time expression. Here few examples 1. 6pm call mom 2. 6:30pm call mom 3. 6:19p call mom 4. 6p call mom 5. 6am call mom ...
... parameters This package can route accesses based on request parameters. It can get the HTTP request parameters and determine which controller action should be dispatched based on routes that can be defined by URL patterns similar to Symfony framework routing subsystem. The package can return the request ...
... of an application has its own module. Each module is implemented by a class with a name based on the directory name. That class loads the view and action classes. htaccess bootstrap README Router Class View Class Default Module Class Error Module Class Test Module Class Default View ...
... Support forum histogram generate histograms from data set A class to generate histogram plots and statistics from a given data set. See it in action at http://metallo.scripps.edu/analysis/ Histogram class definition Sample code to use the Histogram class Site Meter
... patterns and associated route actions. The main class compares the current request URI with the configured patterns and returns the matched route action name. htaccess file Config Class Example Main Class (Router) Routes Config File (XML) Site Meter
... sets approach. You can add node with 7 queries, delete a node with subnodes with 4 queries and move node with 11 queries. The number of queries per action does not depend on the number of sub-nodes, so it is a scalable solution. CCelkoNastedSet class file Sample file for CCelkoNastedSet class Site ...
... modules, controllers and actions. The class can map and dispatch the current request URI or a given URI to the matching route module, controller and action. Sample usage of the Routing Engine Holds individual route definition Router File holds the routes defined and used to build urls Site Meter ...