phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
HtmlUtils.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\common\html\html5
;
4
5
class
HtmlUtils
{
6
public
static
function
javascriptInclude
($url){
7
return
'<script src="'
.$url.
'"></script>'
;
8
}
9
10
public
static
function
stylesheetInclude
($url){
11
return
'<link rel="stylesheet" type="text/css" href="'
.$url.
'">'
;
12
}
13
}
Ajax\common\html\html5\HtmlUtils
Definition
HtmlUtils.php:5
Ajax\common\html\html5\HtmlUtils\stylesheetInclude
static stylesheetInclude($url)
Definition
HtmlUtils.php:10
Ajax\common\html\html5\HtmlUtils\javascriptInclude
static javascriptInclude($url)
Definition
HtmlUtils.php:6
Ajax\common\html\html5
Definition
HtmlImg.php:3
Ajax
common
html
html5
HtmlUtils.php
Generated on Sun Dec 10 2023 16:15:57 for
phpMv-UI
by
doxygen
1.9.8