Meble z drewna od producenta – nasza oferta
Zapraszamy do zapoznania się z ofertą mebli drewnianych Stolarni Przybylski z okolic Nowego Tomyśla. Jesteśmy producentem pięknych mebli do sypialni, salonu i jadalni. Są wśród nich m.in. stylowe łóżka i stoły drewniane, a także krzesła, taborety i komody. Nieodzowną częścią naszej oferty są również bardzo ładne i praktyczne stoliki i szafki RTV.
Drewniane meble na wymiar – elegancja w każdym calu
Wszystkie produkowane przez nas meble wyróżnia duża estetyka, funkcjonalność oraz najwyższa jakość wykonania. Przykładamy wagę do perfekcyjnego wyglądu każdego oferowane wyrobu. Produkcja drewnianych mebli na wymiar jest dziedziną, która nie ma przed nami tajemnic – dlatego nasze meble stają się niekwestionowaną ozdobą mieszkań, biur oraz innych obiektów, w których liczy się piękno i wygoda.
ErrorException [ Notice ]:
APPPATH/classes/helper/art.php [ 1011 ]
1006 }
1007
1008 $kat = DB::query(Database::SELECT, "SELECT * FROM fpcms_catalog WHERE `id` = ".$pokazKat." ")->execute()->as_array();
1009
1010
1011 $katalogs[$i]['title'] = $kat[0]["title".$fV['dLang']];
1012 $katalogs[$i]['id'] = $kat[0]['id'];
1013
1014 $idKatalog = $kat[0]['cat'];
1015 $i++;
1016 //echo $idKatalog;
-
APPPATH/classes/helper/art.php [ 1011 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(19) "Undefined offset: 0"
2
string(79) "/home/sp/public_html/stolarnia-przybylski.pl/application/classes/helper/art.php"
3
integer 1011
4
array(8) ( "cat" => string(2) "93" "fV" => array(8) ( "lang" => string(1) "0" "id" => string(2) "93" "id2" => string(1) "0" "site" => string(1) "1" "page" => string(2) "74" "dLang" => string(0) "" "fpcms_view" => string(2) "16" "fpcms_client" => NULL ) "katalogs" => array(0) "code" => string(0) "" "idKatalog" => string(2) "93" "i" => integer 0 "pokazKat" => string(2) "93" "kat" => array(0) )
1006 } 1007 1008 $kat = DB::query(Database::SELECT, "SELECT * FROM fpcms_catalog WHERE `id` = ".$pokazKat." ")->execute()->as_array(); 1009 1010 1011 $katalogs[$i]['title'] = $kat[0]["title".$fV['dLang']]; 1012 $katalogs[$i]['id'] = $kat[0]['id']; 1013 1014 $idKatalog = $kat[0]['cat']; 1015 $i++; 1016 //echo $idKatalog;
-
APPPATH/views/inc/productsList.php [ 48 ] » Helper_Art::breadcrumbs(arguments)
0
string(2) "93"
1
array(8) ( "lang" => string(1) "0" "id" => string(2) "93" "id2" => string(1) "0" "site" => string(1) "1" "page" => string(2) "74" "dLang" => string(0) "" "fpcms_view" => string(2) "16" "fpcms_client" => NULL )
43 ?> 44 45 46 <div id="productsList"><? 47 48 if($fV['id']!=0){echo '<div class="breadcrumbs">'.Helper_Art::breadcrumbs($fV['id'], $fV).'</div>';} 49 if(count($news)==0) { echo '<div style="text-align:center; padding:50px;">Brak produktów w tej kategorii.</div>';} 50 51 foreach($news as $v) {?> 52 <div class="product"><a href="/page/<? echo $fV['page'] ?>/<? echo $fV['lang'] ?>/<? echo $fV['site'] ?>/<? echo $fV['id'] ?>/<? echo $v['id'] ?>/<? echo Helper_Art::catTitle($fV['id'], $fV) ?>_<? echo Helper_Art::ogony($v["title".$fV['dLang']]) ?>"> 53 <img src="<? echo Helper_Art::isPF2($v['id']); ?>" />
-
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
0
string(83) "/home/sp/public_html/stolarnia-przybylski.pl/application/views/inc/productsList.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)
0
string(83) "/home/sp/public_html/stolarnia-przybylski.pl/application/views/inc/productsList.php"
1
array(3) ( "news" => array(0) "fV" => array(8) ( "lang" => string(1) "0" "id" => string(2) "93" "id2" => string(1) "0" "site" => string(1) "1" "page" => string(2) "74" "dLang" => string(0) "" "fpcms_view" => string(2) "16" "fpcms_client" => NULL ) "page_links" => string(0) "" )
338 { 339 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 340 } 341 342 // Combine local and global data and capture the output 343 return View::capture($this->_file, $this->_data); 344 } 345 346 } // End View
-
SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 // Display the exception message 233 Kohana::exception_handler($e);
-
APPPATH/views/page.php [ 107 ] » Kohana_View->__toString()
102 103 <? include('inc/gallery.php'); ?> 104 105 <? echo $newsList; ?> 106 107 <? echo $productsList; ?> 108 <? echo $productsListFav; ?> 109 <? echo $basket; ?> 110 <? echo $reg; ?> 111 112 </p>
-
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
0
string(71) "/home/sp/public_html/stolarnia-przybylski.pl/application/views/page.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)
0
string(71) "/home/sp/public_html/stolarnia-przybylski.pl/application/views/page.php"
1
array(19) ( "meta" => array(4) ( "tit" => string(20) "Stolarnia Przybylski" "title" => string(68) "Meble z drewna od producenta – nasza oferta - Stolarnia Przybylski" "keywords" => string(1) " " "description" => string(257) "Firma Stolarnia Przybylski oferuje meble debowe-nowoczesne meble dębowe, profesjonalne meble dębowe oraz producent mebli dębowyc …" ) "subMenu" => array(1) ( 0 => array(19) ( "id" => string(2) "74" "title" => string(45) "Meble z drewna od producenta – nasza oferta" "keywords" => string(0) "" "description" => string(0) "" "text" => string(1071) "<p>Zapraszamy do zapoznania się z ofertą mebli drewnianych Stolarni Przybylski z okolic Nowego Tomyśla. Jesteśmy producentem <a …" "data" => string(10) "1350892468" "edit_data" => string(10) "1454501237" "gallery" => string(1) "0" "cat" => string(1) "0" "home" => string(1) "0" "sort" => string(1) "6" "menu" => string(1) "1" "view" => string(2) "16" "news" => string(1) "0" "search" => string(1) "0" "catalog" => string(1) "1" "fav" => string(1) "0" "basket" => string(1) "0" "reg" => string(1) "0" ) ) "fV" => array(8) ( "lang" => string(1) "0" "id" => string(2) "93" "id2" => string(1) "0" "site" => string(1) "1" "page" => string(2) "74" "dLang" => string(0) "" "fpcms_view" => string(2) "16" "fpcms_client" => NULL ) "alert" => string(0) "" "lang" => string(0) "" "dLang" => string(0) "" "dPage" => array(1) ( 0 => array(19) ( "id" => string(2) "74" "title" => string(45) "Meble z drewna od producenta – nasza oferta" "keywords" => string(0) "" "description" => string(0) "" "text" => string(1071) "<p>Zapraszamy do zapoznania się z ofertą mebli drewnianych Stolarni Przybylski z okolic Nowego Tomyśla. Jesteśmy producentem <a …" "data" => string(10) "1350892468" "edit_data" => string(10) "1454501237" "gallery" => string(1) "0" "cat" => string(1) "0" "home" => string(1) "0" "sort" => string(1) "6" "menu" => string(1) "1" "view" => string(2) "16" "news" => string(1) "0" "search" => string(1) "0" "catalog" => string(1) "1" "fav" => string(1) "0" "basket" => string(1) "0" "reg" => string(1) "0" ) ) "dGallery" => array(0) "dSearch" => array(0) "newsList" => string(0) "" "basket" => string(0) "" "reg" => string(0) "" "productsList" => object View(2)
{ protected _file => string(83) "/home/sp/public_html/stolarnia-przybylski.pl/application/views/inc/productsList.php" protected _data => array(3) ( "news" => array(0) "fV" => array(8) ( "lang" => string(1) "0" "id" => string(2) "93" "id2" => string(1) "0" "site" => string(1) "1" "page" => string(2) "74" "dLang" => string(0) "" "fpcms_view" => string(2) "16" "fpcms_client" => NULL ) "page_links" => string(0) "" ) }
"productsListFav" => string(0) "" "panels1" => string(661) "<div id="p-menu"> <h2>Menu</h2> <p><p><a href="/"><img id="logo" style="position: absolute;" src="/images/logo.png" alt="l …" "panels2" => string(0) "" "panels3" => string(1153) "<div id="p-katalog"> <h2>Katalog</h2><div class="kontener"> <p><ul class="catalog"> <li class="cat-jadalnia">Jadalnia<u …" "panels4" => string(2024) "<div id="p-szybkie_menu"> <h2>Szybkie menu</h2> <p><p><img src="/images/g.png" class="g" alt="wtyczka google plus" /></p> …" "msg" => string(0) "" )338 { 339 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 340 } 341 342 // Combine local and global data and capture the output 343 return View::capture($this->_file, $this->_data); 344 } 345 346 } // End View
-
APPPATH/classes/controller/welcome.php [ 833 ] » Kohana_View->render()
828 //$view->msg = $top->email(); 829 //End Message 830 831 832 833 $this->request->response = $view->render(); 834 835 836 } 837 838
-
{PHP internal call} » Controller_Welcome->action_page(arguments)
0
string(2) "74"
1
string(1) "0"
2
string(1) "1"
3
string(2) "93"
4
string(1) "0"
5
string(18) "sypialnia-materace"
-
SYSPATH/classes/kohana/request.php [ 1112 ] » ReflectionMethod->invokeArgs(arguments)
0
object Controller_Welcome(1)
{ public request => object Request(9)
{ public route => object Route(4)
}{ protected _uri => string(58) "(page(/<page>(/<lang>(/<site>(/<id>(/<id2>(/<title>)))))))" protected _regex => array(4) ( "lang" => string(6) "[0-9]+" "page" => string(6) "[0-9]+" "id" => string(6) "[0-9]+" "site" => string(6) "[0-9]+" ) protected _defaults => array(6) ( "controller" => string(7) "welcome" "action" => string(4) "page" "page" => string(1) "0" "site" => string(1) "0" "id" => string(1) "0" "lang" => string(1) "0" ) protected _route_regex => string(157) "#^(?:page(?:/(?P<page>[0-9]+)(?:/(?P<lang>[0-9]+)(?:/(?P<site>[0-9]+)(?:/(?P<id>[0-9]+)(?:/(?P<id2>[^/.,;?\n]++)(?:/(?P<title>[^ …" }
public status => integer 200 public response => string(0) "" public headers => array(1) ( "Content-Type" => string(24) "text/html; charset=utf-8" ) public directory => string(0) "" public controller => string(7) "welcome" public action => string(4) "page" public uri => string(35) "page/74/0/1/93/0/sypialnia-materace" protected _params => array(6) ( "page" => string(2) "74" "lang" => string(1) "0" "site" => string(1) "1" "id" => string(2) "93" "id2" => string(1) "0" "title" => string(18) "sypialnia-materace" ) }1
array(6) ( "page" => string(2) "74" "lang" => string(1) "0" "site" => string(1) "1" "id" => string(2) "93" "id2" => string(1) "0" "title" => string(18) "sypialnia-materace" )
1107 1108 // Determine the action to use 1109 $action = empty($this->action) ? Route::$default_action : $this->action; 1110 1111 // Execute the main action with the parameters 1112 $class->getMethod('action_'.$action)->invokeArgs($controller, $this->_params); 1113 1114 // Execute the "after action" method 1115 $class->getMethod('after')->invoke($controller); 1116 } 1117 catch (Exception $e)
-
APPPATH/bootstrap.php [ 326 ] » Kohana_Request->execute()
321 /** 322 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 323 * If no source is specified, the URI will be automatically detected. 324 */ 325 echo Request::instance() 326 ->execute() 327 ->send_headers() 328 ->response; 329 }
-
DOCROOT/index.php [ 123 ] » require(arguments)
0
string(70) "/home/sp/public_html/stolarnia-przybylski.pl/application/bootstrap.php"
118 // Load empty core extension 119 require SYSPATH.'classes/kohana'.EXT; 120 } 121 122 // Bootstrap the application 123 require APPPATH.'bootstrap'.EXT; 124 125
Environment
Included files (73)
DOCROOT/index.php |
SYSPATH/base.php |
SYSPATH/classes/kohana/core.php |
SYSPATH/classes/kohana.php |
APPPATH/bootstrap.php |
SYSPATH/classes/kohana/log.php |
SYSPATH/classes/kohana/config.php |
SYSPATH/classes/kohana/log/file.php |
SYSPATH/classes/kohana/log/writer.php |
SYSPATH/classes/kohana/config/file.php |
SYSPATH/classes/kohana/config/reader.php |
SYSPATH/classes/route.php |
SYSPATH/classes/kohana/route.php |
SYSPATH/classes/request.php |
SYSPATH/classes/kohana/request.php |
SYSPATH/classes/profiler.php |
SYSPATH/classes/kohana/profiler.php |
APPPATH/classes/controller/welcome.php |
SYSPATH/classes/controller.php |
SYSPATH/classes/kohana/controller.php |
SYSPATH/classes/session.php |
SYSPATH/classes/kohana/session.php |
SYSPATH/classes/arr.php |
SYSPATH/classes/kohana/arr.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
SYSPATH/classes/session/native.php |
SYSPATH/classes/kohana/session/native.php |
SYSPATH/classes/cookie.php |
SYSPATH/classes/kohana/cookie.php |
SYSPATH/classes/model.php |
SYSPATH/classes/kohana/model.php |
APPPATH/classes/model/top.php |
MODPATH/database/classes/database.php |
MODPATH/database/classes/kohana/database.php |
MODPATH/database/config/database.php |
MODPATH/database/classes/database/mysql.php |
MODPATH/database/classes/kohana/database/mysql.php |
APPPATH/classes/model/modules.php |
MODPATH/database/classes/db.php |
MODPATH/database/classes/kohana/db.php |
MODPATH/database/classes/database/query.php |
MODPATH/database/classes/kohana/database/query.php |
MODPATH/database/classes/database/mysql/result.php |
MODPATH/database/classes/kohana/database/mysql/result.php |
MODPATH/database/classes/database/result.php |
MODPATH/database/classes/kohana/database/result.php |
APPPATH/classes/model/useragent.php |
SYSPATH/classes/view.php |
SYSPATH/classes/kohana/view.php |
MODPATH/pagination/classes/pagination.php |
MODPATH/pagination/classes/kohana/pagination.php |
MODPATH/pagination/config/pagination.php |
APPPATH/classes/helper/art.php |
APPPATH/views/inc/panel1.php |
APPPATH/views/inc/menu.php |
APPPATH/views/inc/panel3.php |
APPPATH/views/inc/catalog.php |
APPPATH/views/inc/panel4.php |
APPPATH/views/page.php |
APPPATH/views/inc/top.php |
APPPATH/views/inc/search.php |
APPPATH/views/inc/gallery.php |
APPPATH/views/inc/productsList.php |
SYSPATH/classes/date.php |
SYSPATH/classes/kohana/date.php |
SYSPATH/views/kohana/error.php |
SYSPATH/classes/html.php |
SYSPATH/classes/kohana/html.php |
SYSPATH/classes/i18n.php |
SYSPATH/classes/kohana/i18n.php |
SYSPATH/classes/utf8.php |
SYSPATH/classes/kohana/utf8.php |
Loaded extensions (72)
Core |
date |
ereg |
libxml |
openssl |
pcre |
zlib |
filter |
hash |
Reflection |
SPL |
session |
standard |
litespeed |
bcmath |
bz2 |
calendar |
ctype |
curl |
dba |
dom |
enchant |
mbstring |
fileinfo |
ftp |
gd |
gettext |
gmp |
iconv |
imap |
intl |
json |
exif |
mcrypt |
memcached |
mysqlnd |
mysql |
mysqli |
odbc |
PDO |
pdo_mysql |
PDO_ODBC |
pdo_pgsql |
pdo_sqlite |
pgsql |
Phar |
posix |
pspell |
shmop |
SimpleXML |
soap |
sockets |
SourceGuardian |
sqlite3 |
sysvmsg |
sysvsem |
sysvshm |
tidy |
tokenizer |
xml |
wddx |
xmlreader |
xmlrpc |
xmlwriter |
xsl |
zip |
timezonedb |
imagick |
mhash |
ionCube Loader |
Zend Guard Loader |
Zend OPcache |
$_SERVER
PATH |
string(28) "/usr/local/bin:/bin:/usr/bin" |
HTTP_ACCEPT |
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
HTTP_ACCEPT_ENCODING |
string(7) "br,gzip" |
HTTP_ACCEPT_LANGUAGE |
string(14) "en-US,en;q=0.5" |
HTTP_CONNECTION |
string(10) "Keep-Alive" |
HTTP_HOST |
string(23) "stolarnia-przybylski.pl" |
HTTP_USER_AGENT |
string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" |
DOCUMENT_ROOT |
string(44) "/home/sp/public_html/stolarnia-przybylski.pl" |
REMOTE_ADDR |
string(12) "3.235.60.197" |
REMOTE_PORT |
string(5) "32956" |
SERVER_ADDR |
string(13) "91.211.222.37" |
SERVER_NAME |
string(23) "stolarnia-przybylski.pl" |
SERVER_ADMIN |
string(46) "webmaster@stolarnia-przybylski.sp.smarthost.pl" |
SERVER_PORT |
string(2) "80" |
REQUEST_SCHEME |
string(4) "http" |
REQUEST_URI |
string(36) "/page/74/0/1/93/0/sypialnia-materace" |
PATH_INFO |
string(36) "/page/74/0/1/93/0/sypialnia-materace" |
PATH_TRANSLATED |
string(80) "/home/sp/public_html/stolarnia-przybylski.pl/page/74/0/1/93/0/sypialnia-materace" |
ORIG_PATH_INFO |
string(36) "/page/74/0/1/93/0/sypialnia-materace" |
REDIRECT_URL |
string(36) "/page/74/0/1/93/0/sypialnia-materace" |
REDIRECT_REQUEST_METHOD |
string(3) "GET" |
CRAWLER_USLEEP |
string(4) "1000" |
REDIRECT_STATUS |
string(3) "200" |
SCRIPT_FILENAME |
string(54) "/home/sp/public_html/stolarnia-przybylski.pl/index.php" |
QUERY_STRING |
string(0) "" |
SCRIPT_URI |
string(66) "http://stolarnia-przybylski.pl/page/74/0/1/93/0/sypialnia-materace" |
SCRIPT_URL |
string(36) "/page/74/0/1/93/0/sypialnia-materace" |
CUR_REQUEST_URI |
string(46) "/index.php/page/74/0/1/93/0/sypialnia-materace" |
SCRIPT_NAME |
string(10) "/index.php" |
SERVER_PROTOCOL |
string(8) "HTTP/1.1" |
SERVER_SOFTWARE |
string(9) "LiteSpeed" |
REQUEST_METHOD |
string(3) "GET" |
X-LSCACHE |
string(10) "on,crawler" |
PHP_SELF |
string(46) "/index.php/page/74/0/1/93/0/sypialnia-materace" |
REQUEST_TIME_FLOAT |
float 1702219018.9424 |
REQUEST_TIME |
integer 1702219018 |
argv |
array(0) |
argc |
integer 0 |
Katalog
- Jadalnia
- Sypialnia
- Salon