Class: I2CE Page Run SQL
From IHRIS Wiki
This article describes the class I2CE_Page_Run_SQL.
- Extends the class: I2CE_Page.
- Parent Classses: I2CE_Page I2CE_Fuzzy
- Location: Part of the module BackgroundProcess in the package I2CE
- Source: Defined in the file modules/BackgroundProcess/I2CE_Page_Run_SQL.php
- Author: Carl Leitner <litlfred@ibiblio.org>
- Since: v2.0.0
- See: Template
Page to run sql scripts in the background @abstract
Methods
actionCommandLine()
called from the command line as --page=BackgroundPage/$script" Or: --page=BackgroundPage/$db/$script Where $db is the database the script is to run on. Make sure $db is not backticked!
- Signature: protected function actionCommandLine($args,$req)
- Parameters:
- $args
- $req