Commit ce29cc61 by Phạm Văn Đoan

cập nhật

parent dcd12eeb
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Report_views_daily_model extends CI_Model
{
protected $_table='report_views_daily';
public function __construct(){
parent::__construct();
date_default_timezone_set("Asia/Ho_Chi_Minh");
}
}
\ No newline at end of file
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Report_views_monthly_model extends CI_Model
{
protected $_table='reports_views_monthly';
public function __construct(){
parent::__construct();
date_default_timezone_set("Asia/Ho_Chi_Minh");
}
}
\ No newline at end of file
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Report_views_weekly_model extends CI_Model
{
protected $_table='report_views_weekly';
public function __construct(){
parent::__construct();
date_default_timezone_set("Asia/Ho_Chi_Minh");
}
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -5,7 +5,7 @@ div.pagination { ...@@ -5,7 +5,7 @@ div.pagination {
} }
div.pagination a { div.pagination a {
padding: 2px 5px 2px 5px; padding: 5px 10px 5px 10px;
margin: 2px; margin: 2px;
border: 1px solid #0084d6; border: 1px solid #0084d6;
...@@ -18,7 +18,7 @@ div.pagination a:hover, div.digg a:active { ...@@ -18,7 +18,7 @@ div.pagination a:hover, div.digg a:active {
color: #000; color: #000;
} }
div.pagination span.current { div.pagination span.current {
padding: 2px 5px 2px 5px; padding: 5px 10px 5px 10px;
margin: 2px; margin: 2px;
border: 1px solid #0084d6; border: 1px solid #0084d6;
...@@ -27,7 +27,7 @@ div.pagination span.current { ...@@ -27,7 +27,7 @@ div.pagination span.current {
color: #FFF; color: #FFF;
} }
div.pagination span.disabled { div.pagination span.disabled {
padding: 2px 5px 2px 5px; padding: 5px 10px 5px 10px;
margin: 2px; margin: 2px;
border: 1px solid #EEE; border: 1px solid #EEE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment