Esempio n. 1
0
 function __construct($view = 'profile')
 {
     parent::__construct($view);
 }
Esempio n. 2
0
 function __construct($view = 'diary')
 {
     parent::__construct($view);
 }
Esempio n. 3
0
 function __construct($view = 'templates')
 {
     parent::__construct($view);
 }
Esempio n. 4
0
 function __construct($view = 'album')
 {
     parent::__construct($view);
 }
Esempio n. 5
0
 function __construct($view = 'apps')
 {
     parent::__construct($view);
 }
Esempio n. 6
0
 function __construct($view = 'plant')
 {
     parent::__construct($view);
 }
Esempio n. 7
0
 function __construct($view = 'survey')
 {
     parent::__construct($view);
 }
Esempio n. 8
0
 function __construct($view = 'card')
 {
     parent::__construct($view);
 }
Esempio n. 9
0
 function __construct($view = 'thanks')
 {
     parent::__construct($view);
 }
Esempio n. 10
0
 function __construct($view = 'video')
 {
     parent::__construct($view);
 }
Esempio n. 11
0
 function __construct($view = 'home')
 {
     parent::__construct($view);
 }
Esempio n. 12
0
 function __construct($view = 'guestbook')
 {
     parent::__construct($view);
 }
Esempio n. 13
0
 function __construct($view = 'map')
 {
     parent::__construct($view);
 }
Esempio n. 14
0
 function __construct($view = 'users')
 {
     parent::__construct($view);
 }