Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Pix_Controller_Helper_Alert
PHP Class Pix_Controller_Helper_Alert, pixframework
Inheritance:
extends
Pix_Helper
显示文件
Open project: pixnet/pixframework
Public Methods
Method
Description
alert
(
Pix_Controller
$controller
,
string
$message
,
string
$url
) :
void
alert popup javascript alert with $message and redirect to $url
getFuncs
( )
Method Details
alert()
public
method
alert popup javascript alert with $message and redirect to $url
public
alert
(
Pix_Controller
$controller
,
string
$message
,
string
$url
) :
void
$controller
Pix_Controller
$message
string
$url
string
return
void
getFuncs()
public
static
method
public
static
getFuncs
( )