去除文件的BOM头

This commit is contained in:
hyzboy 2017-02-23 15:21:34 +08:00
parent fcf8d5fe52
commit eb748cacae
20 changed files with 24 additions and 21 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php
class ChartData
{

View File

@ -1,4 +1,4 @@
<?php
<?php
class UIForm
{
@ -9,7 +9,7 @@
private $style_class="form-horizontal";
private $width=0;
private $width=6;
private $panel_style=null;
private $panel_title=null;

View File

@ -1,4 +1,4 @@
<?php
<?php
class UIButton
{

View File

@ -1,4 +1,4 @@
<?php
<?php
function create_check($name,$value,$text,$checked)
{

View File

@ -1,4 +1,4 @@
<?php
<?php
class UIEditBox
{

View File

@ -1,4 +1,4 @@
<?php
<?php
class UIRadio
{

View File

@ -1,4 +1,4 @@
<?php
<?php
function create_select()//$label,$name,$selected,$items)
{

3
phpinfo.php Normal file
View File

@ -0,0 +1,3 @@
<?php
phpinfo();

View File

@ -1,4 +1,4 @@
<?php
<?php
require_once 'tools.php';

View File

@ -1,4 +1,4 @@
<?php
<?php
function include_jquery()
{

View File

@ -1,4 +1,4 @@
<?php
<?php
require_once "ui_select.php";
require_once "ui_table.php";

View File

@ -1,4 +1,4 @@
<?php
<?php
function load_obj_from_jsonfile($filename)
{

View File

@ -1,4 +1,4 @@
<?php
<?php
function echo_button($link,$name)
{

View File

@ -1,4 +1,4 @@
<?php
<?php
$global_sql=null;

View File

@ -1,4 +1,4 @@
<?php
<?php
function get_localtime()
{

View File

@ -1,4 +1,4 @@
<?php
<?php
//参考http://www.w3schools.com/bootstrap/bootstrap_navbar.asp

View File

@ -1,4 +1,4 @@
<?php
<?php
require_once "tools.php";
require_once "tools_session.php";

View File

@ -1,4 +1,4 @@
<?php
<?php
class UITabView
{

View File

@ -1,4 +1,4 @@
<?php
<?php
require_once "tools_sql.php";
@ -80,7 +80,7 @@
if($field->link)
echo '<a href="'.$field->link.'">';
echo $field->text;
if($field->icon)

View File

@ -1,4 +1,4 @@
<?php
<?php
class UIToolBar
{