コード例 #1
0
ファイル: profile.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'profile')
 {
     parent::__construct($view);
 }
コード例 #2
0
ファイル: diary.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'diary')
 {
     parent::__construct($view);
 }
コード例 #3
0
ファイル: templates.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'templates')
 {
     parent::__construct($view);
 }
コード例 #4
0
ファイル: album.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'album')
 {
     parent::__construct($view);
 }
コード例 #5
0
ファイル: apps.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'apps')
 {
     parent::__construct($view);
 }
コード例 #6
0
ファイル: plant.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'plant')
 {
     parent::__construct($view);
 }
コード例 #7
0
ファイル: survey.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'survey')
 {
     parent::__construct($view);
 }
コード例 #8
0
ファイル: card.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'card')
 {
     parent::__construct($view);
 }
コード例 #9
0
ファイル: thanks.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'thanks')
 {
     parent::__construct($view);
 }
コード例 #10
0
ファイル: video.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'video')
 {
     parent::__construct($view);
 }
コード例 #11
0
ファイル: home.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'home')
 {
     parent::__construct($view);
 }
コード例 #12
0
ファイル: guestbook.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'guestbook')
 {
     parent::__construct($view);
 }
コード例 #13
0
ファイル: map.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'map')
 {
     parent::__construct($view);
 }
コード例 #14
0
ファイル: users.php プロジェクト: ngxuanmui/hanhphuc.vn
 function __construct($view = 'users')
 {
     parent::__construct($view);
 }