SYSPATH/classes/kohana/cookie.php [ 135 ]
130 {
131 // Remove the cookie
132 unset($_COOKIE[$name]);
133
134 // Nullify the cookie and make it expire
135 return setcookie($name, NULL, -86400, Cookie::$path, Cookie::$domain, Cookie::$secure, Cookie::$httponly);
136 }
137
138 /**
139 * Generates a salt string for a cookie based on the name and value.
140 *
-
{PHP internal call} » Kohana_Core::error_handler(arguments)
0
integer 2
1
string(132) "Cannot modify header information - headers already sent by (output started at /home/bigimpact/public_html/clients/aiseo/index.ph …"
2
string(74) "/home/bigimpact/public_html/clients/aiseo/system/classes/kohana/cookie.php"
3
integer 135
4
array(1) ( "name" => string(7) "session" )
-
SYSPATH/classes/kohana/cookie.php [ 135 ] » setcookie(arguments)
name
string(7) "session"
value
string(0) ""
expires
integer -86400
path
string(1) "/"
domain
string(0) ""
secure
bool FALSE
6
bool FALSE
130 { 131 // Remove the cookie 132 unset($_COOKIE[$name]); 133 134 // Nullify the cookie and make it expire 135 return setcookie($name, NULL, -86400, Cookie::$path, Cookie::$domain, Cookie::$secure, Cookie::$httponly); 136 } 137 138 /** 139 * Generates a salt string for a cookie based on the name and value. 140 *
-
SYSPATH/classes/kohana/session/native.php [ 87 ] » Kohana_Cookie::delete(arguments)
0
string(7) "session"
82 $status = ! session_id(); 83 84 if ($status) 85 { 86 // Make sure the session cannot be restarted 87 Cookie::delete($this->_name); 88 } 89 90 return $status; 91 } 92
-
SYSPATH/classes/kohana/session.php [ 395 ] » Kohana_Session_Native->_destroy()
390 */ 391 public function destroy() 392 { 393 if ($this->_destroyed === FALSE) 394 { 395 if ($this->_destroyed = $this->_destroy()) 396 { 397 // The session has been destroyed, clear all data 398 $this->_data = array(); 399 } 400 }
-
APPPATH/classes/controller/find.php [ 58 ] » Kohana_Session->destroy()
53 $this->template->sidebar = View::factory('sidebarTemplate', $SIDEBARDATA)->render(); 54 if(Session::instance()->get('404')){ 55 $this->response->status(404); 56 Session::instance()->delete('404'); 57 } 58 Session::instance()->destroy(); 59 } 60 61 /*FUNCTION TO ROUTE LINK CALL*/ 62 public function action_default($PATH = NULL){ 63 $PATH = explode('/', $PATH);
-
APPPATH/classes/controller/find.php [ 82 ] » Controller_Find->action_index(arguments)
0
string(7) "contact"
1
string(0) ""
2
string(0) ""
77 View::set_global('navigationSettings', $navigation); 78 Session::instance()->set('PAGE', $navigation->navigationAlias); 79 Session::instance()->set('PAGESTYLE', $navigation->layoutStyle); 80 //echo $navigation->navigationAlias; 81 } 82 $this->action_index($VAR1, $VAR2, $VAR3); 83 } 84 85 /*FUNCTION FOR NEWSLETTER SIGNUP*/ 86 public function action_newslettersignup($PATH = ''){ 87 $newsletterOB = new Model_Newsletter();
-
{PHP internal call} » Controller_Find->action_default(arguments)
0
string(7) "contact"
-
SYSPATH/classes/kohana/request/client/internal.php [ 132 ] » ReflectionMethod->invokeArgs(arguments)
0
object Controller_Find(10)
{ protected websiteOB => object Model_Website(31)
{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(77) ( "id" => NULL "websiteDomain" => NULL "websiteName" => NULL "websiteEmail" => NULL "websitePhone" => NULL "websiteAddress" => NULL "websiteSlogan" => NULL "website404" => NULL "googleAnalytics" => NULL "websiteCopyright" => NULL "websiteTitle" => NULL "websiteMetadata" => NULL "websiteDescription" => NULL "websiteVideo" => NULL "websiteVideoID" => NULL "websiteBSVActive" => NULL "websiteBSVFullWidth" => NULL "websiteBSVContent" => NULL "websiteBSVContentBGColor" => NULL "websiteBSVContentActive" => NULL "websiteBackground" => NULL "websiteDesign" => NULL "websiteIntro" => NULL "websiteIntroBGColor" => NULL "websiteIcons" => NULL "websiteBoxes" => NULL "websiteWidth" => NULL "websiteNavigationBarStyle" => NULL "websiteIntroBarActive" => NULL "websiteFooterBGColor" => NULL "contactFormHeading" => NULL "contactFormSubmitText" => NULL "websiteSloganColor" => NULL "websiteSlide1Text" => NULL "websiteSlide2Text" => NULL "websiteSlide3Text" => NULL "websitePhonePrefix" => NULL "websiteTopContent" => NULL "websiteBottomContent" => NULL "websiteSidebarTopContent" => NULL "websiteSidebarBottomContent" => NULL "websiteAdsenseHeader" => NULL "websiteAdsenseContent1" => NULL "websiteAdsenseContent2" => NULL "websiteAdsenseContent3" => NULL "websiteAdsenseSidebar1" => NULL "websiteAdsenseSidebar2" => NULL "websiteAdsenseHeaderShow" => NULL "websiteAdsenseContent1Show" => NULL "websiteAdsenseContent2Show" => NULL "websiteAdsenseContent3Show" => NULL "websiteAdsenseSidebar1Show" => NULL "websiteAdsenseSidebar2Show" => NULL "websiteAdsenseContent1Align" => NULL "websiteAdsenseContent2Align" => NULL "websiteAdsenseContent3Align" => NULL "websiteAdsenseCode" => NULL "websiteNewsletterActive" => NULL "websiteNewsletter" => NULL "websiteBlog" => NULL "websiteTestimonial" => NULL "websiteGallery" => NULL "websiteBottomLinks" => NULL "websiteFacebook" => NULL "isFacebookActive" => NULL "websiteTwitter" => NULL "isTwitterActive" => NULL "websiteGooglePlus" => NULL "isGooglePlusActive" => NULL "websiteLinkedIn" => NULL "isLinkedInActive" => NULL "websiteYouTube" => NULL "isYouTubeActive" => NULL "websiteCredits" => NULL "isWebsiteGEO" => NULL "websiteDateModified" => NULL "isActive" => NULL ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "website" protected _object_plural => string(8) "websites" protected _table_name => string(8) "websites" protected _table_columns => array(77) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(10) "Website ID" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "websiteDomain" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "websiteDomain" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "websiteName" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "websiteName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteEmail" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "websiteEmail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websitePhone" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "websitePhone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAddress" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "websiteAddress" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website Address" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSlogan" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "websiteSlogan" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(14) "Website Slogan" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website404" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "website404" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(11) "Website 404" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "googleAnalytics" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "googleAnalytics" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteCopyright" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "websiteCopyright" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(17) "Website Copyright" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteTitle" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteTitle" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website's Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteMetadata" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "websiteMetadata" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(19) "Website's Meta Data" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteDescription" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "websiteDescription" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(21) "Website's Description" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteVideo" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteVideo" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Video" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteVideoID" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "websiteVideoID" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(16) "Website Video ID" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(16) "websiteBSVActive" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "1" "comment" => string(38) "Website Banner | Slider | Video Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVFullWidth" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "websiteBSVFullWidth" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(22) "Website BSV Full Width" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(17) "websiteBSVContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(19) "Website BSV Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVContentBGColor" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "websiteBSVContentBGColor" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "character_maximum_length" => string(1) "6" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(28) "Website BSV Content BG Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVContentActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "websiteBSVContentActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(26) "Website BSV Content Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBackground" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "websiteBackground" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(18) "Website Background" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteDesign" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "websiteDesign" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(14) "Website Design" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteIntro" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteIntro" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Intro" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteIntroBGColor" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "websiteIntroBGColor" "column_default" => string(6) "CCCCCC" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "character_maximum_length" => string(1) "6" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(22) "Website Intro BG Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteIcons" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteIcons" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Icons" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBoxes" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteBoxes" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Boxes" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteWidth" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "websiteWidth" "column_default" => string(4) "1170" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 27 "character_maximum_length" => string(1) "4" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Width" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteNavigationBarStyle" => array(12) ( "type" => string(6) "string" "column_name" => string(25) "websiteNavigationBarStyle" "column_default" => string(1) "1" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(28) "Website Navigation Bar Style" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteIntroBarActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "websiteIntroBarActive" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteFooterBGColor" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "websiteFooterBGColor" "column_default" => string(6) "444444" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 30 "character_maximum_length" => string(1) "6" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(23) "Website Footer BG Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contactFormHeading" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "contactFormHeading" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Contact Form Heading" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contactFormSubmitText" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "contactFormSubmitText" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(24) "Contact Form Submit Text" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSloganColor" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "websiteSloganColor" "column_default" => string(6) "FFFFFF" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "character_maximum_length" => string(1) "6" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Slogan Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSlide1Text" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "websiteSlide1Text" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Slide 1 Text" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSlide2Text" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "websiteSlide2Text" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 35 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Slide 2 Text" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSlide3Text" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "websiteSlide3Text" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 36 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Slide 3 Text" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websitePhonePrefix" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "websitePhonePrefix" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 37 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Phone Prefix" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteTopContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(17) "websiteTopContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 38 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website's Own Top Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBottomContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(20) "websiteBottomContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 39 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSidebarTopContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(24) "websiteSidebarTopContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 40 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(33) "Website's Own Sidebar Top Contnet" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSidebarBottomContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(27) "websiteSidebarBottomContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 41 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(34) "Website Own Sidebar Bottom Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseHeader" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(20) "websiteAdsenseHeader" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 42 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(22) "Website Adsense Header" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent1" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseContent1" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 43 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Content 1" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent2" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseContent2" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 44 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Content 2" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent3" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseContent3" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 45 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Content 3" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseSidebar1" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseSidebar1" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Sidebar 1" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseSidebar2" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseSidebar2" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Sidebar 2" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseHeaderShow" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(24) "websiteAdsenseHeaderShow" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 48 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(24) "websiteAdsenseHeaderShow" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent1Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseContent1Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 49 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Content 1 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent2Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseContent2Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 50 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Content 2 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent3Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseContent3Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 51 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Content 3 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseSidebar1Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseSidebar1Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 52 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Sidebar 1 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseSidebar2Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseSidebar2Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 53 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Sidebar 2 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent1Align" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "websiteAdsenseContent1Align" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 54 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(31) "Website Adsense Content 1 Align" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent2Align" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "websiteAdsenseContent2Align" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 55 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(31) "Website Adsense Content 2 Align" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent3Align" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "websiteAdsenseContent3Align" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 56 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(31) "Website Adsense Content 3 Align" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseCode" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "websiteAdsenseCode" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 57 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Adsense Code" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteNewsletterActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "websiteNewsletterActive" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 58 "display" => string(1) "1" "comment" => string(25) "Website Newsletter Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteNewsletter" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(17) "websiteNewsletter" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 59 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(18) "Website Newsletter" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBlog" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "websiteBlog" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 60 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(19) "Website Blog Design" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteTestimonial" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "websiteTestimonial" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 61 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(19) "Website Testimonial" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteGallery" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "websiteGallery" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 62 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website Gallery" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBottomLinks" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "websiteBottomLinks" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 63 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Bottom Links" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteFacebook" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "websiteFacebook" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 64 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(16) "Website Facebook" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isFacebookActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(16) "isFacebookActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 65 "display" => string(1) "1" "comment" => string(26) "Is Website Facebook Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteTwitter" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "websiteTwitter" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 66 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website Twitter" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isTwitterActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(15) "isTwitterActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 67 "display" => string(1) "1" "comment" => string(25) "Is Website Twitter Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteGooglePlus" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(17) "websiteGooglePlus" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 68 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(18) "Website GooglePlus" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isGooglePlusActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(18) "isGooglePlusActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 69 "display" => string(1) "1" "comment" => string(28) "Is Website GooglePlus Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteLinkedIn" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "websiteLinkedIn" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 70 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(16) "Website LinkedIn" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isLinkedInActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(16) "isLinkedInActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 71 "display" => string(1) "1" "comment" => string(26) "is Website LinkedIn Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteYouTube" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "websiteYouTube" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 72 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website YouTube" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isYouTubeActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(15) "isYouTubeActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 73 "display" => string(1) "1" "comment" => string(24) "isWebsite YouTube Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteCredits" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "websiteCredits" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 74 "display" => string(1) "1" "comment" => string(15) "Website Credits" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isWebsiteGEO" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "isWebsiteGEO" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 75 "display" => string(1) "1" "comment" => string(14) "Is Website GEO" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteDateModified" => array(10) ( "type" => string(6) "string" "column_name" => string(19) "websiteDateModified" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 76 "comment" => string(21) "Website Modified Date" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 77 "display" => string(1) "1" "comment" => string(17) "Is Website Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
protected postOB => object Model_Post(31){ protected _connection_id => string(40) "539268a29b4bf85366bd7b34b5fdc011bd7e5140" protected _identifier => string(1) "`" public last_query => string(83) "SELECT `buttons`.* FROM `buttons` WHERE `isActive` = 1 ORDER BY `dateModified` DESC" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(16) "bigimpac_aGORtiG" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) }{ protected _belongs_to => array(1) ( "category" => array(2) ( "model" => string(8) "category" "foreign_key" => string(10) "categoryID" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => NULL "categoryID" => NULL "postIcon" => NULL "postTitle" => NULL "postAlias" => NULL "postAuthor" => NULL "metaTitle" => NULL "metaKeywords" => NULL "metaDescription" => NULL "content" => NULL "datePosted" => NULL "dateModified" => NULL "dateCreated" => NULL "isFeatured" => NULL "isBottomLink" => NULL "isSitemapLink" => NULL "isActive" => NULL ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "post" protected _object_plural => string(5) "posts" protected _table_name => string(5) "posts" protected _table_columns => array(17) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(10) "Article ID" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "categoryID" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(10) "categoryID" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(11) "Category ID" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postIcon" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postIcon" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(9) "Post Icon" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postTitle" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "postTitle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(10) "Post Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postAlias" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "postAlias" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(10) "Post Alias" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postAuthor" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "postAuthor" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(11) "Post Author" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaTitle" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "metaTitle" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(10) "Meta Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaKeywords" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "metaKeywords" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(13) "Meta Keywords" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaDescription" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "metaDescription" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(16) "Meta Description" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(7) "Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "datePosted" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "datePosted" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "comment" => string(11) "Date Posted" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "dateModified" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "dateModified" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "comment" => string(13) "Date Modified" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "dateCreated" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "dateCreated" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(12) "Date Created" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isFeatured" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "isFeatured" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(1) "1" "comment" => string(11) "Is Featured" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isBottomLink" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "isBottomLink" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "1" "comment" => string(14) "Is Bottom Link" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isSitemapLink" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "isSitemapLink" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "1" "comment" => string(15) "Is Sitemap Link" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isActive" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "isActive" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(17) "Is Article Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
protected navigationOB => object Model_Navigation(41){ protected _connection_id => string(40) "539268a29b4bf85366bd7b34b5fdc011bd7e5140" protected _identifier => string(1) "`" public last_query => string(83) "SELECT `buttons`.* FROM `buttons` WHERE `isActive` = 1 ORDER BY `dateModified` DESC" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(16) "bigimpac_aGORtiG" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) }{ protected website => object Model_Website(31)
protected buttonOB => object Model_Button(31){ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(77) ( "id" => string(1) "1" "websiteDomain" => string(12) "aiseo.com.au" "websiteName" => string(58) "AISEO - Australian Institute of Search Engine Optimisation" "websiteEmail" => string(23) "david@davidlurie.com.au" "websitePhone" => string(0) "" "websiteAddress" => string(0) "" "websiteSlogan" => string(0) "" "website404" => string(131) "<h2 style="text-align: center;">404 Error</h2> <p style="text-align: center;">Woops, we couldn't find what you are looking for.< …" "googleAnalytics" => string(0) "" "websiteCopyright" => string(0) "" "websiteTitle" => string(0) "" "websiteMetadata" => string(0) "" "websiteDescription" => string(0) "" "websiteVideo" => string(0) "" "websiteVideoID" => string(0) "" "websiteBSVActive" => string(1) "1" "websiteBSVFullWidth" => string(1) "0" "websiteBSVContent" => string(0) "" "websiteBSVContentBGColor" => string(0) "" "websiteBSVContentActive" => string(1) "0" "websiteBackground" => string(78) "a:2:{s:15:"backgroundColor";s:6:"FFFFFF";s:16:"backgroundRepeat";s:5:"cover";}" "websiteDesign" => string(2359) "a:56:{s:21:"websiteTopBottomSpace";s:1:"0";s:25:"websiteTopCornerCurveSize";s:1:"0";s:28:"websiteBottomCornerCurveSize";s:1:"0"; …" "websiteIntro" => string(0) "" "websiteIntroBGColor" => string(6) "9AA4B5" "websiteIcons" => string(0) "" "websiteBoxes" => string(0) "" "websiteWidth" => string(4) "1170" "websiteNavigationBarStyle" => string(0) "" "websiteIntroBarActive" => string(1) "1" "websiteFooterBGColor" => string(6) "5A5A5C" "contactFormHeading" => string(15) "Make an Enquiry" "contactFormSubmitText" => string(10) "Click Here" "websiteSloganColor" => string(6) "FFFFFF" "websiteSlide1Text" => string(0) "" "websiteSlide2Text" => string(0) "" "websiteSlide3Text" => string(0) "" "websitePhonePrefix" => string(0) "" "websiteTopContent" => string(0) "" "websiteBottomContent" => string(0) "" "websiteSidebarTopContent" => string(0) "" "websiteSidebarBottomContent" => string(0) "" "websiteAdsenseHeader" => string(0) "" "websiteAdsenseContent1" => string(0) "" "websiteAdsenseContent2" => string(0) "" "websiteAdsenseContent3" => string(0) "" "websiteAdsenseSidebar1" => string(0) "" "websiteAdsenseSidebar2" => string(0) "" "websiteAdsenseHeaderShow" => string(0) "" "websiteAdsenseContent1Show" => string(0) "" "websiteAdsenseContent2Show" => string(0) "" "websiteAdsenseContent3Show" => string(0) "" "websiteAdsenseSidebar1Show" => string(0) "" "websiteAdsenseSidebar2Show" => string(0) "" "websiteAdsenseContent1Align" => string(0) "" "websiteAdsenseContent2Align" => string(0) "" "websiteAdsenseContent3Align" => string(0) "" "websiteAdsenseCode" => string(0) "" "websiteNewsletterActive" => string(1) "1" "websiteNewsletter" => string(575) "a:10:{s:17:"newsletterHeading";s:37:"A practical guide for every renovater";s:21:"newsletterHeadingFont";s:28:"Roboto Condensed, …" "websiteBlog" => string(85) "a:2:{s:16:"postHeadingColor";s:6:"290324";s:21:"postHeadingHoverColor";s:6:"093002";}" "websiteTestimonial" => string(249) "a:5:{s:18:"testimonialHeading";s:19:"Client Testimonials";s:22:"testimonialHeadingFont";s:28:"Arial, Helvetica, sans-serif";s:23 …" "websiteGallery" => string(208) "a:5:{s:20:"galleryTitleFontSize";s:2:"16";s:22:"galleryTitleFontWeight";s:6:"normal";s:16:"galleryTitleFont";s:15:"Cookie, cursi …" "websiteBottomLinks" => string(216) "a:5:{s:18:"bottomLinksBGColor";s:6:"000000";s:19:"bottomLinksBoxColor";s:6:"0F0F0F";s:23:"bottomLinksHeadingColor";s:6:"000000"; …" "websiteFacebook" => string(1) "#" "isFacebookActive" => string(1) "0" "websiteTwitter" => string(1) "#" "isTwitterActive" => string(1) "0" "websiteGooglePlus" => string(1) "#" "isGooglePlusActive" => string(1) "0" "websiteLinkedIn" => string(1) "#" "isLinkedInActive" => string(1) "0" "websiteYouTube" => string(1) "#" "isYouTubeActive" => string(1) "0" "websiteCredits" => string(1) "0" "isWebsiteGEO" => string(1) "0" "websiteDateModified" => string(19) "2015-11-21 09:48:53" "isActive" => string(1) "1" ) protected _changed => array(0) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "website" protected _object_plural => string(8) "websites" protected _table_name => string(8) "websites" protected _table_columns => array(77) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(10) "Website ID" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "websiteDomain" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "websiteDomain" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "websiteName" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "websiteName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteEmail" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "websiteEmail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websitePhone" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "websitePhone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAddress" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "websiteAddress" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website Address" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSlogan" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "websiteSlogan" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(14) "Website Slogan" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website404" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "website404" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(11) "Website 404" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "googleAnalytics" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "googleAnalytics" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteCopyright" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "websiteCopyright" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(17) "Website Copyright" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteTitle" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteTitle" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website's Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteMetadata" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "websiteMetadata" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(19) "Website's Meta Data" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteDescription" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "websiteDescription" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(21) "Website's Description" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteVideo" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteVideo" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Video" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteVideoID" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "websiteVideoID" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(16) "Website Video ID" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(16) "websiteBSVActive" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "1" "comment" => string(38) "Website Banner | Slider | Video Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVFullWidth" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "websiteBSVFullWidth" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(22) "Website BSV Full Width" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(17) "websiteBSVContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(19) "Website BSV Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVContentBGColor" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "websiteBSVContentBGColor" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "character_maximum_length" => string(1) "6" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(28) "Website BSV Content BG Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVContentActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "websiteBSVContentActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(26) "Website BSV Content Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBackground" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "websiteBackground" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(18) "Website Background" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteDesign" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "websiteDesign" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(14) "Website Design" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteIntro" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteIntro" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Intro" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteIntroBGColor" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "websiteIntroBGColor" "column_default" => string(6) "CCCCCC" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "character_maximum_length" => string(1) "6" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(22) "Website Intro BG Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteIcons" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteIcons" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Icons" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBoxes" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteBoxes" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Boxes" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteWidth" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "websiteWidth" "column_default" => string(4) "1170" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 27 "character_maximum_length" => string(1) "4" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Width" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteNavigationBarStyle" => array(12) ( "type" => string(6) "string" "column_name" => string(25) "websiteNavigationBarStyle" "column_default" => string(1) "1" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(28) "Website Navigation Bar Style" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteIntroBarActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "websiteIntroBarActive" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteFooterBGColor" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "websiteFooterBGColor" "column_default" => string(6) "444444" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 30 "character_maximum_length" => string(1) "6" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(23) "Website Footer BG Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contactFormHeading" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "contactFormHeading" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Contact Form Heading" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contactFormSubmitText" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "contactFormSubmitText" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(24) "Contact Form Submit Text" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSloganColor" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "websiteSloganColor" "column_default" => string(6) "FFFFFF" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "character_maximum_length" => string(1) "6" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Slogan Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSlide1Text" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "websiteSlide1Text" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Slide 1 Text" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSlide2Text" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "websiteSlide2Text" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 35 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Slide 2 Text" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSlide3Text" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "websiteSlide3Text" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 36 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Slide 3 Text" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websitePhonePrefix" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "websitePhonePrefix" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 37 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Phone Prefix" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteTopContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(17) "websiteTopContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 38 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website's Own Top Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBottomContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(20) "websiteBottomContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 39 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSidebarTopContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(24) "websiteSidebarTopContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 40 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(33) "Website's Own Sidebar Top Contnet" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSidebarBottomContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(27) "websiteSidebarBottomContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 41 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(34) "Website Own Sidebar Bottom Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseHeader" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(20) "websiteAdsenseHeader" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 42 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(22) "Website Adsense Header" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent1" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseContent1" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 43 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Content 1" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent2" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseContent2" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 44 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Content 2" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent3" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseContent3" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 45 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Content 3" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseSidebar1" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseSidebar1" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Sidebar 1" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseSidebar2" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseSidebar2" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Sidebar 2" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseHeaderShow" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(24) "websiteAdsenseHeaderShow" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 48 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(24) "websiteAdsenseHeaderShow" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent1Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseContent1Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 49 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Content 1 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent2Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseContent2Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 50 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Content 2 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent3Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseContent3Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 51 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Content 3 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseSidebar1Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseSidebar1Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 52 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Sidebar 1 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseSidebar2Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseSidebar2Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 53 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Sidebar 2 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent1Align" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "websiteAdsenseContent1Align" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 54 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(31) "Website Adsense Content 1 Align" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent2Align" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "websiteAdsenseContent2Align" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 55 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(31) "Website Adsense Content 2 Align" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent3Align" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "websiteAdsenseContent3Align" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 56 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(31) "Website Adsense Content 3 Align" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseCode" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "websiteAdsenseCode" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 57 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Adsense Code" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteNewsletterActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "websiteNewsletterActive" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 58 "display" => string(1) "1" "comment" => string(25) "Website Newsletter Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteNewsletter" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(17) "websiteNewsletter" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 59 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(18) "Website Newsletter" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBlog" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "websiteBlog" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 60 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(19) "Website Blog Design" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteTestimonial" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "websiteTestimonial" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 61 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(19) "Website Testimonial" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteGallery" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "websiteGallery" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 62 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website Gallery" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBottomLinks" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "websiteBottomLinks" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 63 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Bottom Links" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteFacebook" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "websiteFacebook" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 64 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(16) "Website Facebook" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isFacebookActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(16) "isFacebookActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 65 "display" => string(1) "1" "comment" => string(26) "Is Website Facebook Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteTwitter" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "websiteTwitter" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 66 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website Twitter" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isTwitterActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(15) "isTwitterActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 67 "display" => string(1) "1" "comment" => string(25) "Is Website Twitter Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteGooglePlus" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(17) "websiteGooglePlus" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 68 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(18) "Website GooglePlus" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isGooglePlusActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(18) "isGooglePlusActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 69 "display" => string(1) "1" "comment" => string(28) "Is Website GooglePlus Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteLinkedIn" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "websiteLinkedIn" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 70 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(16) "Website LinkedIn" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isLinkedInActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(16) "isLinkedInActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 71 "display" => string(1) "1" "comment" => string(26) "is Website LinkedIn Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteYouTube" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "websiteYouTube" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 72 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website YouTube" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isYouTubeActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(15) "isYouTubeActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 73 "display" => string(1) "1" "comment" => string(24) "isWebsite YouTube Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteCredits" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "websiteCredits" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 74 "display" => string(1) "1" "comment" => string(15) "Website Credits" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isWebsiteGEO" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "isWebsiteGEO" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 75 "display" => string(1) "1" "comment" => string(14) "Is Website GEO" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteDateModified" => array(10) ( "type" => string(6) "string" "column_name" => string(19) "websiteDateModified" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 76 "comment" => string(21) "Website Modified Date" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 77 "display" => string(1) "1" "comment" => string(17) "Is Website Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
protected VAR1 => string(7) "contact" protected VAR2 => string(0) "" protected VAR3 => string(0) "" protected websiteOB => object Model_Website(31){ protected _connection_id => string(40) "539268a29b4bf85366bd7b34b5fdc011bd7e5140" protected _identifier => string(1) "`" public last_query => string(83) "SELECT `buttons`.* FROM `buttons` WHERE `isActive` = 1 ORDER BY `dateModified` DESC" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(77) ( "id" => NULL "websiteDomain" => NULL "websiteName" => NULL "websiteEmail" => NULL "websitePhone" => NULL "websiteAddress" => NULL "websiteSlogan" => NULL "website404" => NULL "googleAnalytics" => NULL "websiteCopyright" => NULL "websiteTitle" => NULL "websiteMetadata" => NULL "websiteDescription" => NULL "websiteVideo" => NULL "websiteVideoID" => NULL "websiteBSVActive" => NULL "websiteBSVFullWidth" => NULL "websiteBSVContent" => NULL "websiteBSVContentBGColor" => NULL "websiteBSVContentActive" => NULL "websiteBackground" => NULL "websiteDesign" => NULL "websiteIntro" => NULL "websiteIntroBGColor" => NULL "websiteIcons" => NULL "websiteBoxes" => NULL "websiteWidth" => NULL "websiteNavigationBarStyle" => NULL "websiteIntroBarActive" => NULL "websiteFooterBGColor" => NULL "contactFormHeading" => NULL "contactFormSubmitText" => NULL "websiteSloganColor" => NULL "websiteSlide1Text" => NULL "websiteSlide2Text" => NULL "websiteSlide3Text" => NULL "websitePhonePrefix" => NULL "websiteTopContent" => NULL "websiteBottomContent" => NULL "websiteSidebarTopContent" => NULL "websiteSidebarBottomContent" => NULL "websiteAdsenseHeader" => NULL "websiteAdsenseContent1" => NULL "websiteAdsenseContent2" => NULL "websiteAdsenseContent3" => NULL "websiteAdsenseSidebar1" => NULL "websiteAdsenseSidebar2" => NULL "websiteAdsenseHeaderShow" => NULL "websiteAdsenseContent1Show" => NULL "websiteAdsenseContent2Show" => NULL "websiteAdsenseContent3Show" => NULL "websiteAdsenseSidebar1Show" => NULL "websiteAdsenseSidebar2Show" => NULL "websiteAdsenseContent1Align" => NULL "websiteAdsenseContent2Align" => NULL "websiteAdsenseContent3Align" => NULL "websiteAdsenseCode" => NULL "websiteNewsletterActive" => NULL "websiteNewsletter" => NULL "websiteBlog" => NULL "websiteTestimonial" => NULL "websiteGallery" => NULL "websiteBottomLinks" => NULL "websiteFacebook" => NULL "isFacebookActive" => NULL "websiteTwitter" => NULL "isTwitterActive" => NULL "websiteGooglePlus" => NULL "isGooglePlusActive" => NULL "websiteLinkedIn" => NULL "isLinkedInActive" => NULL "websiteYouTube" => NULL "isYouTubeActive" => NULL "websiteCredits" => NULL "isWebsiteGEO" => NULL "websiteDateModified" => NULL "isActive" => NULL ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "website" protected _object_plural => string(8) "websites" protected _table_name => string(8) "websites" protected _table_columns => array(77) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(10) "Website ID" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "websiteDomain" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "websiteDomain" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "websiteName" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "websiteName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteEmail" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "websiteEmail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websitePhone" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "websitePhone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAddress" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "websiteAddress" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website Address" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSlogan" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "websiteSlogan" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(14) "Website Slogan" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website404" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "website404" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(11) "Website 404" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "googleAnalytics" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "googleAnalytics" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteCopyright" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "websiteCopyright" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(17) "Website Copyright" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteTitle" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteTitle" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website's Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteMetadata" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "websiteMetadata" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(19) "Website's Meta Data" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteDescription" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "websiteDescription" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(21) "Website's Description" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteVideo" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteVideo" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Video" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteVideoID" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "websiteVideoID" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(16) "Website Video ID" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(16) "websiteBSVActive" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "1" "comment" => string(38) "Website Banner | Slider | Video Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVFullWidth" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "websiteBSVFullWidth" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(22) "Website BSV Full Width" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(17) "websiteBSVContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(19) "Website BSV Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVContentBGColor" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "websiteBSVContentBGColor" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "character_maximum_length" => string(1) "6" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(28) "Website BSV Content BG Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBSVContentActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "websiteBSVContentActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(26) "Website BSV Content Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBackground" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "websiteBackground" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(18) "Website Background" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteDesign" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "websiteDesign" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(14) "Website Design" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteIntro" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteIntro" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Intro" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteIntroBGColor" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "websiteIntroBGColor" "column_default" => string(6) "CCCCCC" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "character_maximum_length" => string(1) "6" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(22) "Website Intro BG Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteIcons" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteIcons" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Icons" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBoxes" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "websiteBoxes" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Boxes" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteWidth" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "websiteWidth" "column_default" => string(4) "1170" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 27 "character_maximum_length" => string(1) "4" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(13) "Website Width" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteNavigationBarStyle" => array(12) ( "type" => string(6) "string" "column_name" => string(25) "websiteNavigationBarStyle" "column_default" => string(1) "1" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(28) "Website Navigation Bar Style" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteIntroBarActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "websiteIntroBarActive" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteFooterBGColor" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "websiteFooterBGColor" "column_default" => string(6) "444444" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 30 "character_maximum_length" => string(1) "6" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(23) "Website Footer BG Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contactFormHeading" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "contactFormHeading" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Contact Form Heading" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contactFormSubmitText" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "contactFormSubmitText" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(24) "Contact Form Submit Text" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSloganColor" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "websiteSloganColor" "column_default" => string(6) "FFFFFF" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "character_maximum_length" => string(1) "6" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Slogan Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSlide1Text" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "websiteSlide1Text" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Slide 1 Text" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSlide2Text" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "websiteSlide2Text" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 35 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Slide 2 Text" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSlide3Text" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "websiteSlide3Text" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 36 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Slide 3 Text" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websitePhonePrefix" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "websitePhonePrefix" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 37 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Phone Prefix" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteTopContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(17) "websiteTopContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 38 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website's Own Top Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBottomContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(20) "websiteBottomContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 39 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSidebarTopContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(24) "websiteSidebarTopContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 40 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(33) "Website's Own Sidebar Top Contnet" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteSidebarBottomContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(27) "websiteSidebarBottomContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 41 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(34) "Website Own Sidebar Bottom Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseHeader" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(20) "websiteAdsenseHeader" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 42 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(22) "Website Adsense Header" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent1" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseContent1" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 43 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Content 1" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent2" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseContent2" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 44 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Content 2" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent3" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseContent3" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 45 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Content 3" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseSidebar1" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseSidebar1" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Sidebar 1" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseSidebar2" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(22) "websiteAdsenseSidebar2" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(25) "Website Adsense Sidebar 2" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseHeaderShow" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(24) "websiteAdsenseHeaderShow" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 48 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(24) "websiteAdsenseHeaderShow" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent1Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseContent1Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 49 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Content 1 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent2Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseContent2Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 50 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Content 2 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent3Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseContent3Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 51 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Content 3 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseSidebar1Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseSidebar1Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 52 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Sidebar 1 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseSidebar2Show" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(26) "websiteAdsenseSidebar2Show" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 53 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(30) "Website Adsense Sidebar 2 Show" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent1Align" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "websiteAdsenseContent1Align" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 54 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(31) "Website Adsense Content 1 Align" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent2Align" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "websiteAdsenseContent2Align" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 55 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(31) "Website Adsense Content 2 Align" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseContent3Align" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "websiteAdsenseContent3Align" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 56 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(31) "Website Adsense Content 3 Align" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteAdsenseCode" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "websiteAdsenseCode" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 57 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Adsense Code" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteNewsletterActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "websiteNewsletterActive" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 58 "display" => string(1) "1" "comment" => string(25) "Website Newsletter Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteNewsletter" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(17) "websiteNewsletter" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 59 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(18) "Website Newsletter" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBlog" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "websiteBlog" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 60 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(19) "Website Blog Design" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteTestimonial" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "websiteTestimonial" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 61 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(19) "Website Testimonial" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteGallery" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "websiteGallery" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 62 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website Gallery" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteBottomLinks" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "websiteBottomLinks" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 63 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "Website Bottom Links" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteFacebook" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "websiteFacebook" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 64 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(16) "Website Facebook" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isFacebookActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(16) "isFacebookActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 65 "display" => string(1) "1" "comment" => string(26) "Is Website Facebook Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteTwitter" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "websiteTwitter" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 66 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website Twitter" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isTwitterActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(15) "isTwitterActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 67 "display" => string(1) "1" "comment" => string(25) "Is Website Twitter Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteGooglePlus" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(17) "websiteGooglePlus" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 68 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(18) "Website GooglePlus" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isGooglePlusActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(18) "isGooglePlusActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 69 "display" => string(1) "1" "comment" => string(28) "Is Website GooglePlus Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteLinkedIn" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "websiteLinkedIn" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 70 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(16) "Website LinkedIn" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isLinkedInActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(16) "isLinkedInActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 71 "display" => string(1) "1" "comment" => string(26) "is Website LinkedIn Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteYouTube" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "websiteYouTube" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 72 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Website YouTube" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isYouTubeActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(15) "isYouTubeActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 73 "display" => string(1) "1" "comment" => string(24) "isWebsite YouTube Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteCredits" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "websiteCredits" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 74 "display" => string(1) "1" "comment" => string(15) "Website Credits" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isWebsiteGEO" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "isWebsiteGEO" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 75 "display" => string(1) "1" "comment" => string(14) "Is Website GEO" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "websiteDateModified" => array(10) ( "type" => string(6) "string" "column_name" => string(19) "websiteDateModified" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 76 "comment" => string(21) "Website Modified Date" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 77 "display" => string(1) "1" "comment" => string(17) "Is Website Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
protected postOB => object Model_Post(31){ protected _connection_id => string(40) "539268a29b4bf85366bd7b34b5fdc011bd7e5140" protected _identifier => string(1) "`" public last_query => string(83) "SELECT `buttons`.* FROM `buttons` WHERE `isActive` = 1 ORDER BY `dateModified` DESC" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) }{ protected _belongs_to => array(1) ( "category" => array(2) ( "model" => string(8) "category" "foreign_key" => string(10) "categoryID" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => NULL "categoryID" => NULL "postIcon" => NULL "postTitle" => NULL "postAlias" => NULL "postAuthor" => NULL "metaTitle" => NULL "metaKeywords" => NULL "metaDescription" => NULL "content" => NULL "datePosted" => NULL "dateModified" => NULL "dateCreated" => NULL "isFeatured" => NULL "isBottomLink" => NULL "isSitemapLink" => NULL "isActive" => NULL ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "post" protected _object_plural => string(5) "posts" protected _table_name => string(5) "posts" protected _table_columns => array(17) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(10) "Article ID" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "categoryID" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(10) "categoryID" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(11) "Category ID" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postIcon" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postIcon" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(9) "Post Icon" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postTitle" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "postTitle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(10) "Post Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postAlias" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "postAlias" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(10) "Post Alias" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postAuthor" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "postAuthor" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(11) "Post Author" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaTitle" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "metaTitle" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(10) "Meta Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaKeywords" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "metaKeywords" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(13) "Meta Keywords" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaDescription" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "metaDescription" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(16) "Meta Description" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(7) "Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "datePosted" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "datePosted" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "comment" => string(11) "Date Posted" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "dateModified" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "dateModified" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "comment" => string(13) "Date Modified" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "dateCreated" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "dateCreated" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(12) "Date Created" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isFeatured" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "isFeatured" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(1) "1" "comment" => string(11) "Is Featured" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isBottomLink" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "isBottomLink" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "1" "comment" => string(14) "Is Bottom Link" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isSitemapLink" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "isSitemapLink" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "1" "comment" => string(15) "Is Sitemap Link" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isActive" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "isActive" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(17) "Is Article Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
protected reportOB => object Model_Report(31){ protected _connection_id => string(40) "539268a29b4bf85366bd7b34b5fdc011bd7e5140" protected _identifier => string(1) "`" public last_query => string(83) "SELECT `buttons`.* FROM `buttons` WHERE `isActive` = 1 ORDER BY `dateModified` DESC" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(4) ( "id" => NULL "name" => NULL "email" => NULL "isActive" => NULL ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "report" protected _object_plural => string(7) "reports" protected _table_name => string(7) "reports" protected _table_columns => array(4) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(9) "Report ID" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(4) "Name" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(5) "Email" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(9) "Is Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
protected galleryOB => object Model_Gallery(31){ protected _connection_id => string(40) "539268a29b4bf85366bd7b34b5fdc011bd7e5140" protected _identifier => string(1) "`" public last_query => string(83) "SELECT `buttons`.* FROM `buttons` WHERE `isActive` = 1 ORDER BY `dateModified` DESC" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) }{ protected _belongs_to => array(1) ( "album" => array(2) ( "model" => string(5) "album" "foreign_key" => string(7) "albumID" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => NULL "albumID" => NULL "galleryItem" => NULL "itemTitle" => NULL "videoID" => NULL "itemOrder" => NULL "itemType" => NULL "dateModified" => NULL "isActive" => NULL ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "gallery" protected _object_plural => string(9) "galleries" protected _table_name => string(9) "galleries" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(8) "Image ID" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "albumID" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(7) "albumID" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "3" "comment" => string(8) "Album ID" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "galleryItem" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "galleryItem" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(13) "Gallery Item " "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "itemTitle" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "itemTitle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(10) "Item Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "videoID" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "videoID" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(8) "Video ID" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "itemOrder" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(9) "itemOrder" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(1) "5" "comment" => string(10) "Item Order" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "itemType" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "itemType" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(21) "1 - Image | 2 - Video" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "dateModified" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "dateModified" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "comment" => string(13) "Date Modified" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isActive" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "isActive" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(9) "Is Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
protected testimonialOB => object Model_Testimonial(31){ protected _connection_id => string(40) "539268a29b4bf85366bd7b34b5fdc011bd7e5140" protected _identifier => string(1) "`" public last_query => string(83) "SELECT `buttons`.* FROM `buttons` WHERE `isActive` = 1 ORDER BY `dateModified` DESC" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => NULL "testimonialImage" => NULL "testimonialClient" => NULL "testimonialClientLocation" => NULL "content" => NULL "isFeatured" => NULL "dateCreated" => NULL "isActive" => NULL ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "testimonial" protected _object_plural => string(12) "testimonials" protected _table_name => string(12) "testimonials" protected _table_columns => array(8) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(14) "Testimonial ID" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "testimonialImage" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "testimonialImage" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(17) "Testimonial Image" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "testimonialClient" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "testimonialClient" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(18) "Testimonial Client" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "testimonialClientLocation" => array(12) ( "type" => string(6) "string" "column_name" => string(25) "testimonialClientLocation" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(27) "Testimonial Client Location" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(7) "Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isFeatured" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "isFeatured" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(1) "1" "comment" => string(11) "Is Featured" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "dateCreated" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "dateCreated" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(13) "Date Creation" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(1) "1" "comment" => string(21) "Is Testimonial Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
protected geoContentOB => object Model_Geocontent(31){ protected _connection_id => string(40) "539268a29b4bf85366bd7b34b5fdc011bd7e5140" protected _identifier => string(1) "`" public last_query => string(83) "SELECT `buttons`.* FROM `buttons` WHERE `isActive` = 1 ORDER BY `dateModified` DESC" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => NULL "geoKeyword" => NULL "geoKeywordAlias" => NULL "tagLine" => NULL "contentHeading" => NULL "metaTitle" => NULL "metaKeywords" => NULL "metaDescription" => NULL "content" => NULL "bottomContent" => NULL "contentHeadingGEO" => NULL "metaTitleGEO" => NULL "metaKeywordsGEO" => NULL "metaDescriptionGEO" => NULL "contentGEO" => NULL "bottomContentGEO" => NULL "layoutStyle" => NULL "isPostcode" => NULL "isBottomLink" => NULL "isSitemapLink" => NULL "dateModified" => NULL "isActive" => NULL ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "geocontent" protected _object_plural => string(11) "geocontents" protected _table_name => string(11) "geocontents" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(18) "ID for GEO Content" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "geoKeyword" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "geoKeyword" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "geoKeywordAlias" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "geoKeywordAlias" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tagLine" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "tagLine" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "GEO Content Tag Line" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contentHeading" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "contentHeading" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Content Heading" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaTitle" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "metaTitle" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(17) "GEO Content Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaKeywords" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "metaKeywords" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "GEO Content Keywords" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaDescription" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "metaDescription" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(23) "GEO Content Description" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(7) "Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bottomContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "bottomContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(14) "Bottom Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contentHeadingGEO" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "contentHeadingGEO" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaTitleGEO" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "metaTitleGEO" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaKeywordsGEO" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "metaKeywordsGEO" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaDescriptionGEO" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "metaDescriptionGEO" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contentGEO" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "contentGEO" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bottomContentGEO" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "bottomContentGEO" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "layoutStyle" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "layoutStyle" "column_default" => string(1) "2" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isPostcode" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "isPostcode" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(18) "Is Postcode Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isBottomLink" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "isBottomLink" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isSitemapLink" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "isSitemapLink" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(15) "Is Sitemap Link" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "dateModified" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "dateModified" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "comment" => string(13) "Date Modified" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isActive" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "1" "comment" => string(21) "Is GEO Content Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(24) ( "id" => NULL "parentID" => NULL "navigationBanner" => NULL "navigationName" => NULL "navigationAlias" => NULL "navigationCustomURL" => NULL "leadPageLink" => NULL "tagLine" => NULL "contentHeading" => NULL "metaTitle" => NULL "metaKeywords" => NULL "metaDescription" => NULL "content" => NULL "bottomContent" => NULL "sidebarTopContent" => NULL "sidebarBottomContent" => NULL "navigationOrder" => NULL "layoutStyle" => NULL "navigationType" => NULL "isFeatured" => NULL "isBottomLink" => NULL "isSitemapLink" => NULL "dateModified" => NULL "isActive" => NULL ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "navigation" protected _object_plural => string(11) "navigations" protected _table_name => string(11) "navigations" protected _table_columns => array(24) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(21) "ID for Top Navigation" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "parentID" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "parentID" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(23) "Navigation's Parents ID" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigationBanner" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "navigationBanner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(23) "Navigation Banner Image" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigationName" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "navigationName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigationAlias" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigationAlias" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigationCustomURL" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "navigationCustomURL" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "leadPageLink" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "leadPageLink" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(14) "Lead Page Link" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tagLine" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "tagLine" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(8) "Tag Line" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contentHeading" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "contentHeading" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Content Heading" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaTitle" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "metaTitle" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(23) "Navigation Page's Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaKeywords" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "metaKeywords" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(26) "Navigation Page's Keywords" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaDescription" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "metaDescription" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(29) "Navigation Page's Description" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(7) "Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bottomContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "bottomContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(14) "Bottom Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sidebarTopContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(17) "sidebarTopContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(19) "Sidebar Top Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sidebarBottomContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(20) "sidebarBottomContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(22) "Sidebar Bottom Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigationOrder" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(15) "navigationOrder" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "2" "comment" => string(23) "Navigation's Sort Order" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "layoutStyle" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "layoutStyle" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "4" "comment" => string(182) "1 - Home | 2 - Rightbar | Form | 3 - Rightbar | 4 - Leftbar | Form | 5 - Leftbar | 6 - Full Width | 7 - Gallery | 8 - Blog | 9 - …" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigationType" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "navigationType" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(36) "1 Top, 2 Sidebar, 3 Footer, 4 Hidden" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isFeatured" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "isFeatured" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(11) "Is Featured" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isBottomLink" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "isBottomLink" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(1) "1" "comment" => string(14) "Is Bottom Link" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isSitemapLink" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "isSitemapLink" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "1" "comment" => string(15) "Is Sitemap Link" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "dateModified" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "dateModified" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(13) "Date Modified" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isActive" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "display" => string(1) "1" "comment" => string(20) "Is Navigation Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "539268a29b4bf85366bd7b34b5fdc011bd7e5140" protected _identifier => string(1) "`" public last_query => string(83) "SELECT `buttons`.* FROM `buttons` WHERE `isActive` = 1 ORDER BY `dateModified` DESC" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) }{ protected _connection_id => string(40) "539268a29b4bf85366bd7b34b5fdc011bd7e5140" protected _identifier => string(1) "`" public last_query => string(83) "SELECT `buttons`.* FROM `buttons` WHERE `isActive` = 1 ORDER BY `dateModified` DESC" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(16) "bigimpac_aGORtiG" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(14) ( "id" => NULL "buttonText" => NULL "buttonLink" => NULL "buttonFont" => NULL "buttonTextSpace" => NULL "buttonTextColor" => NULL "buttonFontSize" => NULL "buttonFontWeight" => NULL "buttonColor" => NULL "buttonPlace" => NULL "buttonCurveSize" => NULL "buttonOrder" => NULL "dateModified" => NULL "isActive" => NULL ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "button" protected _object_plural => string(7) "buttons" protected _table_name => string(7) "buttons" protected _table_columns => array(14) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "1" "comment" => string(9) "Button ID" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "buttonText" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "buttonText" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(11) "Button Text" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "buttonLink" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "buttonLink" "column_default" => string(1) "/" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(11) "Button Link" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "buttonFont" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "buttonFont" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(11) "Button Font" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "buttonTextSpace" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(15) "buttonTextSpace" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "3" "comment" => string(17) "Button Text Space" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "buttonTextColor" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "buttonTextColor" "column_default" => string(6) "FFFFFF" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(1) "6" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(17) "Button Text Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "buttonFontSize" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "buttonFontSize" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(1) "2" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(16) "Button Font Size" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "buttonFontWeight" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "buttonFontWeight" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(18) "Button Font Weight" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "buttonColor" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "buttonColor" "column_default" => string(6) "555555" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "6" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(12) "Button Color" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "buttonPlace" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "buttonPlace" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(1) "1" "comment" => string(12) "Button Place" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "buttonCurveSize" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(15) "buttonCurveSize" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "2" "comment" => string(17) "Button Curve Size" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "buttonOrder" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "buttonOrder" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "2" "comment" => string(12) "Button Order" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "dateModified" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "dateModified" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(13) "Date Modified" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(1) "1" "comment" => string(9) "Is Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
protected testimonialOB => object Model_Testimonial(31){ protected _connection_id => string(40) "539268a29b4bf85366bd7b34b5fdc011bd7e5140" protected _identifier => string(1) "`" public last_query => string(83) "SELECT `buttons`.* FROM `buttons` WHERE `isActive` = 1 ORDER BY `dateModified` DESC" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(16) "bigimpac_aGORtiG" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => NULL "testimonialImage" => NULL "testimonialClient" => NULL "testimonialClientLocation" => NULL "content" => NULL "isFeatured" => NULL "dateCreated" => NULL "isActive" => NULL ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "testimonial" protected _object_plural => string(12) "testimonials" protected _table_name => string(12) "testimonials" protected _table_columns => array(8) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(14) "Testimonial ID" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "testimonialImage" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "testimonialImage" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(17) "Testimonial Image" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "testimonialClient" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "testimonialClient" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(18) "Testimonial Client" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "testimonialClientLocation" => array(12) ( "type" => string(6) "string" "column_name" => string(25) "testimonialClientLocation" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(27) "Testimonial Client Location" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(7) "Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isFeatured" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "isFeatured" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(1) "1" "comment" => string(11) "Is Featured" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "dateCreated" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "dateCreated" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(13) "Date Creation" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isActive" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(1) "1" "comment" => string(21) "Is Testimonial Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
protected geoContentOB => object Model_Geocontent(31){ protected _connection_id => string(40) "539268a29b4bf85366bd7b34b5fdc011bd7e5140" protected _identifier => string(1) "`" public last_query => string(83) "SELECT `buttons`.* FROM `buttons` WHERE `isActive` = 1 ORDER BY `dateModified` DESC" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(16) "bigimpac_aGORtiG" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => NULL "geoKeyword" => NULL "geoKeywordAlias" => NULL "tagLine" => NULL "contentHeading" => NULL "metaTitle" => NULL "metaKeywords" => NULL "metaDescription" => NULL "content" => NULL "bottomContent" => NULL "contentHeadingGEO" => NULL "metaTitleGEO" => NULL "metaKeywordsGEO" => NULL "metaDescriptionGEO" => NULL "contentGEO" => NULL "bottomContentGEO" => NULL "layoutStyle" => NULL "isPostcode" => NULL "isBottomLink" => NULL "isSitemapLink" => NULL "dateModified" => NULL "isActive" => NULL ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "geocontent" protected _object_plural => string(11) "geocontents" protected _table_name => string(11) "geocontents" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(18) "ID for GEO Content" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "geoKeyword" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "geoKeyword" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "geoKeywordAlias" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "geoKeywordAlias" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tagLine" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "tagLine" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "GEO Content Tag Line" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contentHeading" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "contentHeading" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(15) "Content Heading" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaTitle" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "metaTitle" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(17) "GEO Content Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaKeywords" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "metaKeywords" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(20) "GEO Content Keywords" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaDescription" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "metaDescription" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(23) "GEO Content Description" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(7) "Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bottomContent" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "bottomContent" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(14) "Bottom Content" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contentHeadingGEO" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "contentHeadingGEO" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaTitleGEO" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "metaTitleGEO" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaKeywordsGEO" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "metaKeywordsGEO" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "metaDescriptionGEO" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "metaDescriptionGEO" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contentGEO" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "contentGEO" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bottomContentGEO" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "bottomContentGEO" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "layoutStyle" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "layoutStyle" "column_default" => string(1) "2" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isPostcode" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "isPostcode" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(18) "Is Postcode Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isBottomLink" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "isBottomLink" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isSitemapLink" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "isSitemapLink" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(15) "Is Sitemap Link" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "dateModified" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "dateModified" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "comment" => string(13) "Date Modified" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isActive" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isActive" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "1" "comment" => string(21) "Is GEO Content Active" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
public template => object View(2){ protected _connection_id => string(40) "539268a29b4bf85366bd7b34b5fdc011bd7e5140" protected _identifier => string(1) "`" public last_query => string(83) "SELECT `buttons`.* FROM `buttons` WHERE `isActive` = 1 ORDER BY `dateModified` DESC" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(16) "bigimpac_aGORtiG" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) }{ protected _file => string(81) "/home/bigimpact/public_html/clients/aiseo/application/views/templates/default.php" protected _data => array(13) ( "metaTitle" => string(7) "CONTACT" "metaKeywords" => string(0) "" "metaDescription" => string(0) "" "content" => string(1139) "<p>CONTACT</p><div class="clearfix"></div><h2 class='form-heading'>Make an Enquiry</h2><form action="http://www.aiseo.com.au/ind …" "footer" => string(828) "<div class="col-md-12 footer_navigation"> <a href="http://www.accountantmarketing.com.au/" title="Accountant Marketing">Accounta …" "styles" => array(5) ( "assets/css/style/style.css" => string(6) "screen" "assets/css/style/slider.css" => string(6) "screen" "assets/css/jquery.slider.css" => string(6) "screen" "assets/css/menu/jquerymenu.css" => string(6) "screen" "assets/mosaic/css/mosaic.css" => string(6) "screen" ) "scripts" => array(10) ( 0 => string(32) "assets/jquery/js/jquery-1.9.1.js" 1 => string(40) "assets/jquery/files/ui/jquery.ui.core.js" 2 => string(42) "assets/jquery/files/ui/jquery.ui.widget.js" 3 => string(44) "assets/jquery/files/ui/jquery.ui.position.js" 4 => string(40) "assets/jquery/files/ui/jquery.ui.menu.js" 5 => string(45) "assets/jquery/files/ui/jquery.ui.accordion.js" 6 => string(30) "assets/js/jquery.slider.min.js" 7 => string(19) "assets/js/script.js" 8 => string(37) "assets/html5lightbox/html5lightbox.js" 9 => string(32) "assets/mosaic/js/mosaic.1.0.1.js" ) "fonts" => array(23) ( 0 => string(64) "http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700" 1 => string(57) "http://fonts.googleapis.com/css?family=Oswald:400,300,700" 2 => string(85) "http://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic" 3 => string(90) "http://fonts.googleapis.com/css?family=Open+Sans:400,800,800italic,400italic,700italic,700" 4 => string(97) "http://fonts.googleapis.com/css?family=Playfair+Display:400,900,900italic,400italic,700italic,700" 5 => string(100) "http://fonts.googleapis.com/css?family=Exo+2:400,900italic,900,800italic,800,700italic,700,400italic" 6 => string(87) "http://fonts.googleapis.com/css?family=Ubuntu:400,700italic,700,500italic,500,400italic" 7 => string(76) "http://fonts.googleapis.com/css?family=Istok+Web:400,700,700italic,400italic" 8 => string(73) "http://fonts.googleapis.com/css?family=Nobile:400,700italic,700,400italic" 9 => string(49) "http://fonts.googleapis.com/css?family=Sofadi+One" 10 => string(54) "http://fonts.googleapis.com/css?family=Unkempt:400,700" 11 => string(93) "http://fonts.googleapis.com/css?family=Josefin+Slab:400,700,600italic,600,400italic,700italic" 12 => string(65) "http://fonts.googleapis.com/css?family=Advent+Pro:400,700,600,500" 13 => string(68) "http://fonts.googleapis.com/css?family=Cinzel+Decorative:400,900,700" 14 => string(45) "http://fonts.googleapis.com/css?family=Cookie" 15 => string(46) "http://fonts.googleapis.com/css?family=Lobster" 16 => string(44) "http://fonts.googleapis.com/css?family=Prata" 17 => string(45) "http://fonts.googleapis.com/css?family=Varela" 18 => string(60) "http://fonts.googleapis.com/css?family=Sanchez:400,400italic" 19 => string(57) "http://fonts.googleapis.com/css?family=Oxygen:400,700,300" 20 => string(57) "http://fonts.googleapis.com/css?family=Montserrat:400,700" 21 => string(54) "http://fonts.googleapis.com/css?family=Kameron:400,700" 22 => string(97) "http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,300italic,400italic,700italic" ) "cssDesign" => string(6754) " .container_header, .container_navigation, .navbar-default, .container_bsv, .container_newsletter, .container_intro, .con …" "navigation" => string(1868) "<div class="container_navigation"> <!--##########--> <!--NAVIGATION--> <!--##########--> <div c …" "footerLinks" => string(526) "<div class="col-md-3"> <div class="box"> <h3>Latest Posts</h3> <ul> <li><a title="Beauty Technology Prov …" "breadcrumb" => string(91) "<a href="/">Home</a> > <a href="/contact" title="CONTACT">CONTACT</a>" "sidebar" => string(41) "<!--ul id="sidebar_navigation"> </ul--> " ) }
public auto_render => bool TRUE public request => object Request(20){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(5) "https" protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _callback => NULL protected _uri => string(6) "<path>" protected _regex => array(1) ( "path" => string(2) ".*" ) protected _defaults => array(3) ( "controller" => string(4) "find" "action" => string(7) "default" "path" => string(0) "" ) protected _route_regex => string(18) "#^(?P<path>.*)$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(5) "https" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "find" protected _action => string(7) "default" protected _uri => string(7) "contact" protected _external => bool FALSE protected _params => array(1) ( "path" => string(7) "contact" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(5){ protected _previous_environment => NULL protected _cache => NULL protected _allow_private_cache => bool FALSE protected _request_time => NULL protected _response_time => integer 1614929733 }
public _injected_routes => array(0) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(5) "https" }1
array(1) ( "path" => string(7) "contact" )
127 * Execute the main action with the parameters 128 * 129 * @deprecated $params passing is deprecated since version 3.1 130 * will be removed in 3.2. 131 */ 132 $method->invokeArgs($controller, $params); 133 134 // Execute the "after action" method 135 $class->getMethod('after')->invoke($controller); 136 137 // Stop response time
-
SYSPATH/classes/kohana/request.php [ 1129 ] » Kohana_Request_Client_Internal->execute(arguments)
0
object Request(20)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(5) "https" protected _referrer => NULL protected _route => object Route(5)
{ protected _callback => NULL protected _uri => string(6) "<path>" protected _regex => array(1) ( "path" => string(2) ".*" ) protected _defaults => array(3) ( "controller" => string(4) "find" "action" => string(7) "default" "path" => string(0) "" ) protected _route_regex => string(18) "#^(?P<path>.*)$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(5) "https" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "find" protected _action => string(7) "default" protected _uri => string(7) "contact" protected _external => bool FALSE protected _params => array(1) ( "path" => string(7) "contact" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(5){ protected _previous_environment => NULL protected _cache => NULL protected _allow_private_cache => bool FALSE protected _request_time => NULL protected _response_time => integer 1614929733 }
public _injected_routes => array(0) }1124 throw new Kohana_Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 1125 ':uri' => $this->_uri, 1126 )); 1127 } 1128 1129 return $this->_client->execute($this); 1130 } 1131 1132 /** 1133 * Returns whether this request is the initial request Kohana received. 1134 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 124 ] » Kohana_Request->execute()
119 /** 120 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 121 * If no source is specified, the URI will be automatically detected. 122 */ 123 echo Request::factory() 124 ->execute() 125 ->send_headers() 126 ->body();