CMS  Version 3.9
test_php_cli.inc
Go to the documentation of this file.
1 <?php
2 Fakoli::using("developer_tools");
3 
4 $title = "Test PHP CLI Settings";
5 $menu_item = "Test PHP CLI";
6 
7 ?>
8 <p>Use this page to test the command-line configuration for PHP to ensure that any background processes launched via Fakoli's <code>process</code> component will run correctly.
9 Clicking on the button below should show a progress dialog that runs from 0% to 100%. If the progress bar does not appear, your PHP CLI configuration and/or the Application Settings
10 for the <code>process</code> component will need to be fixed.</p>
11 <br/>
12 <a class='button' href='#' onclick='new BackgroundProcess("Running Test Process", "/action/developer_tools/test_background_process"); return false;'>Test Background Processing</a>
$tabs page
This class provides the Fakoli CMS core.
Definition: core.inc:80
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116
$forumRequest to
$menu_item
Definition: test_php_cli.inc:5
$title
Definition: test_php_cli.inc:4