Go to the source code of this file.
|
| GetDbVersion ($dbid, &$tmachine, $usePreviousVersion=false) |
|
| GetFileVersion ($topdir) |
|
| getAppOrder ($topdir) |
|
| vercmp ($v1, $v2) |
|
| version2float ($ver) |
|
| checkPGConnection () |
|
| getCheckApp ($pubdir, &$tapp, $usePreviousVersion=false) |
|
| getCheckActions ($pubdir, $tapp, &$tact, $usePreviousVersion=false) |
|
| cmpapp ($a, $b) |
|
| cmpmigr ($migr_a, $migr_b) |
|
cmpmigr |
( |
|
$migr_a, |
|
|
|
$migr_b |
|
) |
| |
get iorder value in .app files
- Parameters
-
string | $topdir | publish directory |
- Returns
- array of iorder
Definition at line 81 of file Lib.WCheck.php.
getCheckActions |
( |
|
$pubdir, |
|
|
|
$tapp, |
|
|
& |
$tact, |
|
|
|
$usePreviousVersion = false |
|
) |
| |
getCheckApp |
( |
|
$pubdir, |
|
|
& |
$tapp, |
|
|
|
$usePreviousVersion = false |
|
) |
| |
GetDbVersion |
( |
|
$dbid, |
|
|
& |
$tmachine, |
|
|
|
$usePreviousVersion = false |
|
) |
| |
GetFileVersion |
( |
|
$topdir | ) |
|
compare version like 1.2.3-4
- Parameters
-
string | $v1 | version one |
string | $v2 | version two |
- Returns
- int 0 if equal -1 if ($v1<$v2) 1 if ($v2>$1)
Definition at line 106 of file Lib.WCheck.php.