phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
DefaultConfig.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\config
;
4
5
use
Ajax\config\Config
;
6
7
class
DefaultConfig
extends
Config
{
8
9
public
function
__construct
() {
10
parent::__construct(array (
11
"formElementsPrefix"
=> array (
12
"txt"
=>
"input_text"
,
13
"btn"
=>
"button"
,
14
"ck"
=>
"checkbox"
,
15
"cmb"
=>
"select_1"
,
16
"list"
=>
"select_5"
,
17
"_"
=>
"input_hidden"
,
18
"f"
=>
"input_file"
,
19
"radio"
=>
"radio"
,
20
"mail"
=>
"input_email"
21
)
22
));
23
}
24
}
Ajax\config\Config
Definition
Config.php:5
Ajax\config\DefaultConfig
Definition
DefaultConfig.php:7
Ajax\config\DefaultConfig\__construct
__construct()
Definition
DefaultConfig.php:9
Ajax\config
Definition
Config.php:3
Ajax
config
DefaultConfig.php
Generated on Sun Dec 10 2023 16:15:58 for
phpMv-UI
by
doxygen
1.9.8