10
Console |
529.245 ms
Load Time |
4 Queries
Database |
3.96 MB
Memory Used |
146 Files
Included |
666 Config
items loaded |
4 Session
vars loaded |
0 GET
vars loaded |
0 POST
vars loaded |
3Logs |
0 Errors |
0 Memory |
7 Speed |
speed | 0.940 msFuel\Core\Profiler::init Start |
speed | 3.290 msFuel\Core\Fuel::init End |
speed | 3.361 msFuel\Core\Uri::__construct Start |
speed | 3.413 msFuel\Core\Uri::__construct End |
log | Fuel\Core\Request::__construct - Creating a new Request with URI = "chintai/kanto/kanagawa/line/99316/station" |
speed | 3.969 msFuel\Core\Request::execute Start |
log | Fuel\Core\Request::execute - Called |
log | Fuel\Core\Request::execute - Setting main Request |
speed | 96.228 msFuel\Core\Request::execute End |
speed | 507.305 msEnd of Fuel Execution |
529.245 msLoad Time |
240 s Max Execution Time |
0.940 msFuel\Core\Profiler::init Start |
3.290 msFuel\Core\Fuel::init End |
3.361 msFuel\Core\Uri::__construct Start |
3.413 msFuel\Core\Uri::__construct End |
3.969 msFuel\Core\Request::execute Start |
96.228 msFuel\Core\Request::execute End |
507.305 msEnd of Fuel Execution |
4Total Queries |
41.581 ms Total Time |
1 Duplicates |
SELECT DISTINCT `mst_line`.`line_cd`, `mst_line`.`line_name`, `mst_station`.`station_cd`, `mst_station`.`station_g_cd`, `mst_station`.`station_name`, `mst_station`.`pref_cd` FROM `mst_station` LEFT JOIN `mst_line` ON (`mst_station`.`line_cd` = `mst_line`.`line_cd`) WHERE `mst_line`.`line_cd` <> '' AND `mst_station`.`line_cd` IN ('99316') AND `mst_station`.`pref_cd` = 14 ORDER BY `mst_line`.`e_sort` ASC, `mst_line`.`line_cd` ASC, `mst_station`.`e_sort` ASC, `mst_station`.`station_cd` ASCSpeed: 2.888 ms Query analysis: · Query: SIMPLE on mst_station · Possible keys: line_cd,pref_cd · Key Used: line_cd,pref_cd · Type: index_merge · Rows: 1 (Using intersect(line_cd,pref_cd); Using where; Using temporary; Using filesort) · Query: SIMPLE on mst_line · Possible keys: line_cd · Key Used: line_cd · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/modules/client/classes/model/station.php, line 72File: APPPATH/modules/client/classes/model/station.php, line 43File: APPPATH/modules/client/classes/controller/pref.php, line 224File: COREPATH/classes/controller.php, line 66File: COREPATH/classes/request.php, line 428File: DOCROOT/index.php, line 139 |
SELECT DISTINCT
ms.station_g_cd,b.id,
(
SELECT COUNT(id) FROM rooms WHERE building_id=b.id AND
(
use_flg = 0
OR use_flg = 3
OR ( use_flg = 4 AND seiyaku_date > (NOW() - INTERVAL 72 HOUR) )
)
) AS room_count
FROM
buildings AS b
INNER JOIN mst_user AS owner
ON owner.id=b.owner_id AND owner.del_flg=0
INNER JOIN mst_user AS agent
ON agent.id=b.agent_id AND agent.del_flg=0 AND agent.agent_approval=2
LEFT JOIN buildings_root as br
ON br.building_id=b.id
LEFT JOIN mst_station as ms
ON ms.station_cd=br.station_cd
WHERE
b.use_flg = 0 AND ms.station_g_cd IN (2600316,9931602,9931603,9931604,9931605,9931606,9931607,1130604,9931609,9931610,9931611,9931612,1130105,9931614,1130702,1130703,9931617,9931618,9931619,9931620,9931621,2700133,9931623,9931624,9931625,9931626,1130106,9931628,9931629,9931630,9931631,2500210)Speed: 17.360 ms Query analysis: · Query: PRIMARY on b · Possible keys: PRIMARY,owner_id,agent_id,use_flg · Key Used: use_flg · Type: ref · Rows: 495 (Using where; Using temporary) · Query: PRIMARY on agent · Possible keys: PRIMARY,del_flg,agent_approval · Key Used: PRIMARY · Type: eq_ref · Rows: 1 (Using where) · Query: PRIMARY on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: eq_ref · Rows: 1 (Using where) · Query: PRIMARY on br · Possible keys: building_id,station_cd · Key Used: building_id · Type: ref · Rows: 2 · Query: PRIMARY on ms · Possible keys: station_cd · Key Used: station_cd · Type: ref · Rows: 1 (Using index condition; Using where) · Query: DEPENDENT SUBQUERY on rooms · Possible keys: building_id,use_flg · Key Used: building_id · Type: ref · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/client/classes/model/station.php, line 107File: APPPATH/modules/client/classes/model/station.php, line 43File: APPPATH/modules/client/classes/controller/pref.php, line 224File: COREPATH/classes/controller.php, line 66File: COREPATH/classes/request.php, line 428File: DOCROOT/index.php, line 139 |
SELECT DISTINCT `mst_line`.`line_cd`, `mst_line`.`line_name`, `mst_station`.`station_cd`, `mst_station`.`station_g_cd`, `mst_station`.`station_name`, `mst_station`.`pref_cd` FROM `mst_station` LEFT JOIN `mst_line` ON (`mst_station`.`line_cd` = `mst_line`.`line_cd`) WHERE `mst_line`.`line_cd` <> '' AND `mst_station`.`line_cd` IN ('99316') ORDER BY `mst_line`.`e_sort` ASC, `mst_line`.`line_cd` ASC, `mst_station`.`e_sort` ASC, `mst_station`.`station_cd` ASCSpeed: 2.546 ms Query analysis: · Query: SIMPLE on mst_line · Possible keys: line_cd · Key Used: line_cd · Type: ref · Rows: 1 (Using index condition; Using temporary; Using filesort) · Query: SIMPLE on mst_station · Possible keys: line_cd · Key Used: line_cd · Type: ref · Rows: 32 (Using index condition) Call trace for this query:File: APPPATH/modules/client/classes/model/station.php, line 72File: APPPATH/modules/client/classes/model/station.php, line 43File: APPPATH/modules/client/classes/controller/pref.php, line 225File: COREPATH/classes/controller.php, line 66File: COREPATH/classes/request.php, line 428File: DOCROOT/index.php, line 139 |
SELECT DISTINCT
ms.station_g_cd,b.id,
(
SELECT COUNT(id) FROM rooms WHERE building_id=b.id AND
(
use_flg = 0
OR use_flg = 3
OR ( use_flg = 4 AND seiyaku_date > (NOW() - INTERVAL 72 HOUR) )
)
) AS room_count
FROM
buildings AS b
INNER JOIN mst_user AS owner
ON owner.id=b.owner_id AND owner.del_flg=0
INNER JOIN mst_user AS agent
ON agent.id=b.agent_id AND agent.del_flg=0 AND agent.agent_approval=2
LEFT JOIN buildings_root as br
ON br.building_id=b.id
LEFT JOIN mst_station as ms
ON ms.station_cd=br.station_cd
WHERE
b.use_flg = 0 AND ms.station_g_cd IN (2600316,9931602,9931603,9931604,9931605,9931606,9931607,1130604,9931609,9931610,9931611,9931612,1130105,9931614,1130702,1130703,9931617,9931618,9931619,9931620,9931621,2700133,9931623,9931624,9931625,9931626,1130106,9931628,9931629,9931630,9931631,2500210)Speed: 18.787 ms · DUPLICATE Query analysis: · Query: PRIMARY on b · Possible keys: PRIMARY,owner_id,agent_id,use_flg · Key Used: use_flg · Type: ref · Rows: 495 (Using where; Using temporary) · Query: PRIMARY on agent · Possible keys: PRIMARY,del_flg,agent_approval · Key Used: PRIMARY · Type: eq_ref · Rows: 1 (Using where) · Query: PRIMARY on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: eq_ref · Rows: 1 (Using where) · Query: PRIMARY on br · Possible keys: building_id,station_cd · Key Used: building_id · Type: ref · Rows: 2 · Query: PRIMARY on ms · Possible keys: station_cd · Key Used: station_cd · Type: ref · Rows: 1 (Using index condition; Using where) · Query: DEPENDENT SUBQUERY on rooms · Possible keys: building_id,use_flg · Key Used: building_id · Type: ref · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/client/classes/model/station.php, line 107File: APPPATH/modules/client/classes/model/station.php, line 43File: APPPATH/modules/client/classes/controller/pref.php, line 225File: COREPATH/classes/controller.php, line 66File: COREPATH/classes/request.php, line 428File: DOCROOT/index.php, line 139 |
6Finder Paths |
146Total Files |
1.44 MB Total Size |
145.37 kB Largest |
Finder paths: |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/ |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/pushnotifications/ |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/web-debug/ |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/email/ |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/orm/ |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/ |
Loaded files: |
5.24 kB /var/www/html/dev2.uchicomi.biz/uchicomi/public/index.php |
5.83 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/bootstrap.php |
8.30 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/autoloader.php |
12.44 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/bootstrap.php |
9.60 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/base.php |
183 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/autoload.php |
1.37 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/composer/autoload_real.php |
12.14 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/composer/ClassLoader.php |
349 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/composer/autoload_namespaces.php |
309 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/composer/autoload_psr4.php |
156 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/composer/autoload_classmap.php |
10.20 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/vendor/php-sdk-v4/src/Facebook/FacebookSession.php |
9.05 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/vendor/php-sdk-v4/src/Facebook/FacebookRedirectLoginHelper.php |
7.58 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/vendor/php-sdk-v4/src/Facebook/FacebookRequest.php |
5.16 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/vendor/php-sdk-v4/src/Facebook/FacebookResponse.php |
1.18 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/vendor/php-sdk-v4/src/Facebook/FacebookSDKException.php |
5.48 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/vendor/php-sdk-v4/src/Facebook/FacebookRequestException.php |
1.22 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/vendor/php-sdk-v4/src/Facebook/FacebookAuthorizationException.php |
4.62 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/vendor/php-sdk-v4/src/Facebook/GraphObject.php |
2.44 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/vendor/php-sdk-v4/autoload.php |
142.63 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/vendor/phpmailer/class.phpmailer.php |
41.07 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/vendor/phpmailer/class.smtp.php |
7.68 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/fuel.php |
5.75 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/config.php |
814 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/config/php.php |
4.45 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/config/file.php |
163 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/config/interface.php |
11.81 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/finder.php |
29.60 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/arr.php |
1.49 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/config/file.php |
9.09 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/config/config.php |
9.54 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/config.php |
48 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/staging/config.php |
1.75 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/profiler.php |
2.46 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/vendor/phpquickprofiler/console.php |
6.54 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/vendor/phpquickprofiler/phpquickprofiler.php |
12.53 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/input.php |
10.13 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/security.php |
2.14 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/event.php |
4.82 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/event/instance.php |
3.27 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/package.php |
2.03 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/orm/bootstrap.php |
1.75 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/email/bootstrap.php |
1.02 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/web-debug/bootstrap.php |
10.26 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/web-debug/vendor/chromephp/ChromePhp.php |
62.21 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/web-debug/vendor/firephp/lib/FirePHPCore/FirePHP.class.php |
7.24 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/web-debug/vendor/firephp/lib/FirePHPCore/fb.php |
1.00 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/pushnotifications/bootstrap.php |
3.17 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/module.php |
7.40 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/system-config.php |
145.37 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/classes/common/ddlist.php |
7.84 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/staging/system-config.php |
1.90 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/pushnotifications/config/pushnotification.php |
2.01 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/pushnotification.php |
630 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/routes.php |
16.99 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/routes/client.php |
6.56 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/router.php |
4.88 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/route.php |
12.83 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/request.php |
6.63 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/uri.php |
11.38 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/inflector.php |
14.43 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/client/classes/controller/pref.php |
21.62 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/client/classes/controller/template.php |
1.11 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/controller/template.php |
2.30 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/controller.php |
24.91 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/classes/core/view.php |
13.11 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/view.php |
6.97 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/classes/core/agent.php |
14.33 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/agent.php |
2.58 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/config/agent.php |
299 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/agent.php |
4.95 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/crossjoin/browscap/src/Crossjoin/Browscap/Cache/File.php |
2.59 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/crossjoin/browscap/src/Crossjoin/Browscap/Cache/AbstractCache.php |
7.47 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/crossjoin/browscap/src/Crossjoin/Browscap/Browscap.php |
2.19 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/crossjoin/browscap/src/Crossjoin/Browscap/Updater/None.php |
5.02 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/crossjoin/browscap/src/Crossjoin/Browscap/Updater/AbstractUpdater.php |
4.56 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/crossjoin/browscap/src/Crossjoin/Browscap/Parser/Ini.php |
23.89 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/crossjoin/browscap/src/Crossjoin/Browscap/Parser/IniLt55.php |
4.98 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/crossjoin/browscap/src/Crossjoin/Browscap/Parser/AbstractParser.php |
2.59 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/crossjoin/browscap/src/Crossjoin/Browscap/Formatter/PhpGetBrowser.php |
2.20 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/vendor/crossjoin/browscap/src/Crossjoin/Browscap/Formatter/AbstractFormatter.php |
7.71 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/session.php |
4.13 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/config/session.php |
110 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/session.php |
8.89 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/session/file.php |
15.81 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/session/driver.php |
1.14 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/classes/core/date.php |
10.18 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/date.php |
3.59 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/cookie.php |
4.73 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/crypt.php |
22.10 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/vendor/phpseclib/Crypt/AES.php |
53.77 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/vendor/phpseclib/Crypt/Rijndael.php |
28.67 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/vendor/phpseclib/Crypt/Hash.php |
158 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/crypt.php |
571 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/classes/const/session.php |
52.04 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/classes/model/mst/user.php |
48.05 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/orm/classes/model.php |
6.22 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/client/classes/controller/ac.php |
11.84 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/controller/rest.php |
280 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/classes/core/viewmodel.php |
6.00 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/viewmodel.php |
150 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/client/classes/view/layout/navi/search.php |
3.99 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/client/classes/view/base.php |
56.85 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/classes/common/list_cache.php |
4.37 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/cache.php |
367 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/cache/notfound.php |
2.10 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/config/cache.php |
8.25 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/cache/storage/file.php |
11.14 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/cache/storage/driver.php |
482 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/cache/handler/serialized.php |
554 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/cache/handler/driver.php |
1.41 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/classes/model/mst/pref.php |
5.90 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/client/classes/model/station.php |
10.24 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/db.php |
9.15 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/database/query/builder/select.php |
3.75 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/database/query/builder/where.php |
4.38 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/database/query/builder.php |
5.22 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/database/query.php |
3.25 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/database/query/builder/join.php |
18.63 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/database/connection.php |
1.47 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/config/db.php |
494 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/db.php |
3.51 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/staging/db.php |
9.45 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/database/pdo/connection.php |
881 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/database/result/cached.php |
5.88 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/database/result.php |
142 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/select_limit.php |
4.30 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/classes/model/feature.php |
7.59 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/response.php |
8.77 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/client/views/2017_pc/layout_simple.php |
24.76 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/client/views/2017_pc/pref/line.php |
64 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/client/views/2017_pc/layout/pankuzu_home.php |
7.44 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/form.php |
1.81 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/config/form.php |
20.98 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/fieldset.php |
18.71 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/form/instance.php |
7.15 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/lang.php |
147 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/client/classes/view/layout/header.php |
4.51 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/client/views/2017_pc/layout/header.php |
5.99 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/asset.php |
2.46 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/config/asset.php |
613 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/asset.php |
608 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/config/assets/client.php |
12.56 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/classes/asset/instance.php |
135 bytes /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/client/classes/view/layout/footer.php |
4.42 kB /var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/client/views/2017_pc/layout/footer.php |
666 Configuration items |
file |
› base_config |
null› › basedir |
null› › extensions |
null› › url |
null› › use_locks |
› › file_handlers |
› areas |
null› magic_file |
› chmod |
438› › files |
511› › folders |
https://dev2.uchicomi.biz/base_url |
url_suffix |
falseindex_file |
trueprofiling |
profiling_paths |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/› APPPATH |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/core/› COREPATH |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/› PKGPATH |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/cache/cache_dir |
falsecaching |
3600cache_lifetime |
nullob_callback |
errors |
› continue_on |
8› › 0 |
10› throttle |
false› notices |
false› render_prior |
jalanguage |
enlanguage_fallback |
ja_JPlocale |
UTF-8encoding |
0server_gmt_offset |
Asia/Tokyodefault_timezone |
300log_threshold |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/logs/log_path |
Y-m-d H:i:slog_date_format |
security |
false› csrf_autoload |
› csrf_autoload_methods |
post› › 0 |
put› › 1 |
delete› › 2 |
fuel_csrf_token› csrf_token_key |
0› csrf_expiration |
put your salt value here to make the token more secure› token_salt |
false› allow_x_headers |
3› htmlentities_flags |
false› htmlentities_double_encode |
true› auto_filter_output |
› whitelisted_classes |
Fuel\Core\Response› › 0 |
Fuel\Core\View› › 1 |
Fuel\Core\ViewModel› › 2 |
Closure› › 3 |
Orm\Query› › 4 |
Fuel\Core\Pagination› › 5 |
Model\UCM› › 6 |
› uri_filter |
htmlentities› › 0 |
› output_filter |
Security::htmlentities› › 0 |
› input_filter |
cookie |
0› expiration |
/› path |
null› domain |
false› secure |
false› http_only |
validation |
true› global_input_fallback |
<ul>› open_list |
</ul>› close_list |
<li>› open_error |
</li>› close_error |
Controller_controller_prefix |
routing |
true› case_sensitive |
true› strip_extension |
module_paths |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/modules/› 0 |
package_paths |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/packages/› 0 |
always_load |
› packages |
orm› › 0 |
email› › 1 |
web-debug› › 2 |
pushnotifications› › 3 |
› modules |
› classes |
› config |
system-config› › 0 |
pushnotification› › 1 |
› language |
event |
system-config |
ウチコミ!› system-name |
› external-data |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/tmp/external-data/area.csv› › area |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/tmp/external-data/zip.csv› › zip |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/tmp/external-data/pref.csv› › pref |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/tmp/external-data/line/company20180424.csv› › lineCompany |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/tmp/external-data/line/line20180424free.csv› › line |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/tmp/external-data/line/station20180330free.csv› › station |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/tmp/external-data/updateZip.csv› › updateZip |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/tmp/external-data/zip/› › zipDir |
› cdn |
devcf.uchicomi.biz› › host |
https://devcf.uchicomi.biz› › url |
› twitter-api |
false› › twitter_status |
NloNY5Es7Y55EvgmFhbiiOrKj› › api_key |
Ro8U9jyVuZyVzfLII4ZLMdUCw3MhYWAcwd7sFUWrYRwvbNBzdw› › api_secret |
829520911875190784-JWjXU1zpLgXKmhVSnRgX5E3HwU4zX4e› › access_token |
I2trJ8CA8100To8DGjMQstaUzAoSU0bUQTSjt7ScOEjxk› › access_token_secret |
› sms-send |
48cBYva5› › api_key |
LP763322› › api_id |
SAMPu5pmEkHNn› › api_request |
https://api.acrt.jp/ibss/api/sms_reg/LP763322/› › api_send_url |
https://api.acrt.jp/ibss/api/sms_dr/LP763322/› › api_result_url |
https://api.acrt.jp/ibss/api/us/LP763322/› › api_make_short_url |
uchicomi-master› admin_id |
uchicomi-master› admin_password |
ウチコミ事務局› support_name |
uchicomi@uchicomi.biz› support_address |
uchicomi@uchicomi.biz› seminar_address |
uchicomi@uchicomi.biz› plus_address |
kansai@uchicomi.biz› kansai_address |
uchicomi@uchicomi.biz› return_address |
dev@uchicomi.co.jp› user_approval_address |
dev@uchicomi.co.jp› mm_return_address |
noreply@uchicomi.biz› noreply_address |
dev@uchicomi.co.jp› system_address |
dev+campaign@uchicomi.co.jp› campaign_address |
dev@uchicomi.co.jp› pr_address |
dev+prkanri@uchicomi.co.jp› pr_admin_address |
dev+sales@uchicomi.co.jp› sales_address |
dev+jss@uchicomi.co.jp› jss_address |
https://dev2.uchicomi.biz› url_client |
https://dev2owner.uchicomi.biz› url_owner |
https://dev2agent.uchicomi.biz› url_agent |
https://dev2admin.uchicomi.biz› url_admin |
uchicomi.biz› auto_account_route_domain |
43200› auto_account_route_expire |
dev@uchicomi.co.jp› watanabe_address |
› password-hash-key |
wp6HuuxEp76Ytu7a› › admin |
sLnnJZee3d7B3uxU› › client |
ZnJBL_uP_tWhn5SE› › owner |
NpSM2xjQ5Yj-Xwx4› › agent |
6X-7W4wcyZab3sTt› › company |
%$frF@ymzFY2jJLJq5ewr?lqYJ#sMYx.bNmre56rMGk?sf@mIo!r@*oLCPc6M9rBlIel+FFv_2$Bqb@3%IZNMRBV=R%o2ujH4/jh&=%Ia8HOCLKnRam=TG-TydO6e_CXk› admin_login_key |
3000› bs_unit |
10› 24h_no_send_count |
180› message_send_unit |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app/data/times› times_dir |
› mm_server |
2017_pc/› client_view_root |
2017_mobile/› client_view_root_m |
false› set_old_buildings |
› office_ips |
113.43.194.206› › 0 |
202.152.109.51› › 1 |
61.8.86.81› › 2 |
202.152.112.194› › 3 |
202.152.96.183› › 4 |
125.0.84.24› › 5 |
121.93.197.48› › 6 |
175.184.9.51› › 7 |
113.43.194.206› › 8 |
202.152.109.51› › 9 |
61.8.86.81› › 10 |
202.152.112.194› › 11 |
202.152.96.183› › 12 |
AIzaSyAWwkV0lBVEfV1lbGDJAQNW8hXBq5311vs› google_api_key |
false› is_curumeru_use |
true› is_user_approval_check |
0.1› tax_rate |
› premium |
dev@uchicomi.co.jp› › agency_email |
› manager_mail_address |
dev@uchicomi.co.jp› › kansai |
dev@uchicomi.co.jp› › except_kansai |
› blog |
2025-06-19› › thumbnail_icon_limit |
› server |
/var/www/html/uchicomi.com› › docroot |
/home/ec2-user/storage/shell/maintenance› › maintenance_shell |
› agent |
7› › declaration_deadline |
› ichiba |
› › status |
1› › › enabled |
2› › › disabled |
› › contract_types |
1› › › fixed |
2› › › inquiry |
3› › › click |
› webp-cmd |
/usr/local/bin/cwebp› › cwebp |
/usr/local/bin/gif2webp› › gif2webp |
› zbar-cmd |
/bin/zbarimg› › img |
› google-recaptcha |
1› › use |
› › v2 |
6LcsC5keAAAAABvV2PpH0bQ1SP-yuS0t1m099eZa› › › sitekey |
6LcsC5keAAAAAIASpInUtpyIiWeE5Jd9WD1Dsri_› › › secretkey |
› › v3 |
6LcAnpceAAAAAG0ZLMUXRxNtTRB6_d7YNsG4zt2u› › › sitekey |
6LcAnpceAAAAAHlT45CCNGtlgEklCgDNt2QEJm0L› › › secretkey |
› › logging-ips |
203.175.12.16› › › 0 |
38.94.109.163› › › 1 |
114.37.145.139› › › 2 |
69.163.46.129› › › 3 |
64.120.119.68› › › 4 |
111.249.124.219› › › 5 |
110.83.19.187› › › 6 |
172.104.117.154› › › 7 |
136.175.179.202› › › 8 |
42.3.54.40› › › 9 |
58.153.33.111› › › 10 |
119.236.134.64› › › 11 |
58.153.32.251› › › 12 |
185.181.209.188› › › 13 |
172.105.120.140› › › 14 |
35.182.72.44› › › 15 |
210.23.11.34› › › 16 |
176.58.113.12› › › 17 |
152.67.214.143› › › 18 |
221.124.250.62› › › 19 |
141.164.50.118› › › 20 |
182.239.114.41› › › 21 |
182.239.115.68› › › 22 |
182.239.93.218› › › 23 |
182.239.92.110› › › 24 |
112.49.216.57› › › 25 |
182.239.114.128› › › 26 |
182.239.115.55› › › 27 |
112.111.55.136› › › 28 |
182.239.115.57› › › 29 |
182.239.93.37› › › 30 |
182.239.114.10› › › 31 |
182.239.93.108› › › 32 |
182.239.114.96› › › 33 |
133.209.5.65› › › 34 |
39.110.117.179› › › 35 |
122.210.150.153› › › 36 |
60.113.11.114› › › 37 |
115.177.184.165› › › 38 |
219.106.193.85› › › 39 |
114.16.138.180› › › 40 |
182.239.114.22› › › 41 |
197.90.173.208› › › 42 |
98.187.108.252› › › 43 |
61.230.238.249› › › 44 |
182.239.92.44› › › 45 |
pushnotification |
› services |
Pushnotification_Gcm› › gcm |
Pushnotification_Apns› › apns |
› Pushnotification_Gcm |
› › api_key |
https://android.googleapis.com/gcm/send› › send_address |
› Pushnotification_Apns |
false› › use_sandbox |
› › sandbox |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app//config/files/server_certificates_sandbox.pem› › › certificate |
› › › certificate_passphrase |
ssl://gateway.sandbox.push.apple.com:2195› › › push_gateway |
ssl://feedback.sandbox.push.apple.com:2196› › › feedback_gateway |
› › production |
/var/www/html/dev2.uchicomi.biz/uchicomi/fuel/app//config/files/server_certificates_production.pem› › › certificate |
› › › certificate_passphrase |
ssl://gateway.push.apple.com:2195› › › push_gateway |
ssl://feedback.push.apple.com:2196› › › feedback_gateway |
60› › timeout |
86400› › expiry |
routes |
client/top› _root_ |
error/404› _404_ |
client/error/404› 404 |
client/error/error› error |
client/top› index |
client/top/fsearch› fsearch |
client/ac/js› ac/ac |
client/ac/image› ac/image |
client/ac/index› ac |
client/ajax/cc/index/$1› aj/cc/:kind |
profile/index/$1› profile/:user_id |
index/rule2› rule2 |
index/rule3› rule3 |
contact/owner› contact/owner |
contact/ownerregister› contact/ownerregister |
contact/ownerend› contact/ownerend |
contact/agent› contact/agent |
contact/agentregister› contact/agentregister |
contact/agentend› contact/agentend |
client/contact/index› contact |
client/contact/index› contact/ |
client/contact/index› contact/index |
client/contact/confirm› contact/confirm |
client/contact/regist› contact/regist |
client/contact/end› contact/end |
client/phone/index› phone |
client/statics/guide/index› guide |
client/statics/guide/member› guide/member |
client/statics/guide/use› guide/use |
client/statics/guide/haikei› guide/haikei |
client/statics/guide/joukyou› guide/joukyou |
client/statics/guide/joukyou/$1› guide/joukyou/:idx |
client/statics/guide/voice/index/$1› guide/voice/:page |
client/statics/guide/voice/index› guide/voice |
client/statics/guide/flow/index› guide/flow |
client/statics/guide/reason/index› guide/reason |
client/statics/guide/request› guide/request |
client/statics/guide/initialcost› guide/initialcost |
client/statics/guide/initialcost/detail› guide/initialcost/detail |
client/statics/guide/interview› guide/interview |
client/account/password/index› account/password |
client/account/password/send› account/password/send |
client/account/password/relay› account/password/relay |
client/account/password/ock› account/password/ock/:ontimecode |
client/account/password/input› account/password/input |
client/account/password/register› account/password/register |
client/account/password/thanks› account/password/thanks |
client/statics/information/detail› information/:code |
client/statics/information/index› information |
client/statics/news/index› news |
client/statics/news/detail› news/:y/:md |
client/statics/about/company› company |
client/statics/about/companymap› company/map |
client/statics/about/rule› rule |
client/statics/about/privacy› privacy |
client/statics/about/privacypolicy› privacypolicy |
client/statics/sitemap/index› sitemap |
client/statics/campaign/app/ddt› campaign/2015/ddt/app |
client/statics/campaign/app/travel› campaign/2018/travel/app |
client/statics/campaign/app/ddt2018› campaign/2018/ddt/app |
client/statics/campaign/index› campaign/:any |
client/statics/senden/index› senden/:any |
client/university/pref/$1/$2› chintai/:area_name/:pref_key/university |
client/university/list/index/$1/$2› chintai/:area_name/university/list/:key |
client/university/top› chintai/university/select |
client/university/index/$1/$2› chintai/:area_name/university/:key |
client/university/index/$1› chintai/:area_name/university |
client/ownersearch/list/$1/$2› chintai/:area_name/:pref_key/owner-search/list |
client/ownersearch/index/$1/$2› chintai/:area_name/:pref_key/owner-search |
client/ownersearch/list_none/$1› chintai/:area_name/owner-search/list_none |
client/ownersearch/list/$1› chintai/:area_name/owner-search/list |
client/ownersearch/index/$1› chintai/:area_name/owner-search |
client/ownersearch/list› chintai/owner-search/list |
client/ownersearch/index› chintai/owner-search/select |
client/ownersearch/detail/$1› chintai/owner/:num |
client/pickup/list/$1/$2› chintai/:area_name/:pref_key/pickup |
client/buildings/index/pickup/$1› chintai/:area_name/pickup |
client/feature/index/$1› chintai/:area_name/feature |
client/preflist/index/feature/$1/$2/$4/$3› chintai/:area_key/:pref_key/:area_id/feature/:feature_key |
client/preflist/index/feature/$1/$2/$3› chintai/:area_key/:pref_key/feature/:feature_key |
client/buildings/index/feature2/$1› chintai/feature/:urlkey |
client/buildings/index/feature/$1/$2› chintai/:area_name/feature/:urlkey |
client/feature/index› chintai/feature |
client/ranking/index/$1› chintai/:area_name/ranking |
client/list/index› chintai/list |
client/list/index/$1› chintai/list/rtp/:room_type |
client/pref/area/$1/$2› chintai/:area_key/:pref_key/area |
client/area/index/$1› chintai/:area_name/area |
client/preflist/index/station/$1/$2/$3/$4› chintai/:area_key/:pref_key/line/:line_cds/station/:station_g_cds |
client/pref/stations/$1/$2/$3› chintai/:area_key/:pref_key/line/:line_cds/station |
client/preflist/index/line/$1/$2/$3› chintai/:area_key/:pref_key/line/:line_cd |
client/pref/lines/$1/$2› chintai/:area_key/:pref_key/line |
client/line/index/$1› chintai/:area_name/line |
client/line/pref› chintai/line |
client/line/pref/$1/$2› chintai/:area_name/:pref_name/line |
client/line/list/$1› chintai/:area_name/line/list |
client/buildings/index/area/$1› chintai/:area_name/list |
client/room/images/$1/$2› chintai/:area_name/:pref_name/:area_id/b:building_id/r:room_id/images/:key |
client/room/images/$1/$2› chintai/:area_name/:pref_name/:area_id/b:building_id/r:room_id/images |
client/room/comment/$1/$2› chintai/:area_name/:pref_name/:area_id/b:building_id/r:room_id/comment |
client/room/index/$1/$2› chintai/:area_name/:pref_name/:area_id/b:building_id/r:room_id |
client/building/index/$1› chintai/:area_name/:pref_name/:area_id/b:building_id |
client/room/old/$1› chintai/:area_name/:pref_name/:area_id/:room_id |
client/buildings/index/area/$1› chintai/:area_name/:pref_name/:area_id |
client/buildings/index/area/$1› chintai/:area_name/:pref_name/list |
client/pref/index/$1/$2› chintai/:area_key/:pref_key |
client/mypage/index› mypage |
client/mypage/message› mypage/message |
client/mypage/message/$1› mypage/message/:num |
client/mypage/message/building_detail/$1› mypage/message/detail/b/:num |
client/mypage/message/detail/$1› mypage/message/detail/:num |
client/mypage/message/input/$1› mypage/message/input/:room_id |
client/mypage/message/input/$1/1› mypage/message/naiken/:room_id |
client/mypage/message/sendmessage› mypage/message/sendmessage |
client/mypage/message/sendbuildingmessage› mypage/message/sendbuildingmessage |
client/mypage/message/thanks/$1/1› mypage/message/created/:room_id |
client/mypage/message/thanks/$1/2› mypage/message/thanks/:room_id |
client/mypage/message/thanks/$1/3› mypage/message/viewed/:room_id |
client/mypage/message/diyrequest› mypage/message/diyrequest |
client/mypage/rent/user/request/index› mypage/request |
client/mypage/rent/user/request/edit/new› mypage/request/new |
client/mypage/rent/user/request/newlist/index/$1› mypage/request/newlist/:request_id |
client/mypage/rent/user/request/edit/edit/$1› mypage/request/edit/:request_id |
client/mypage/rent/user/request/index/delete/$1› mypage/request/delete/:request_id |
client/mypage/rent/user/request/edit/input› mypage/request/input |
client/mypage/rent/user/request/edit/input/$1› mypage/request/input/:request_id |
client/mypage/rent/user/request/edit/confirm› mypage/request/confirm |
client/mypage/rent/user/request/edit/register› mypage/request/register |
client/mypage/rent/user/request/edit/thanks› mypage/request/thanks |
client/mypage/rent/user/request/edit/thanks› mypage/request/thanks/edit |
client/mypage/rent/user/request/detail/proposal/$1/$2› mypage/request/detail/:request_id/:proposal_id |
client/mypage/rent/user/request/detail/index/$1› mypage/request/detail/:request_id |
client/mypage/news› mypage/news |
client/mypage/news/$1› mypage/news/:num |
client/mypage/favorite› mypage/favorite |
client/mypage/favorite/$1› mypage/favorite/:num |
client/mypage/history› mypage/history |
client/mypage/history/$1› mypage/history/:num |
client/auth/logout› mypage/logout |
client/mypage/profile› mypage/profile |
client/mypage/profile/input› mypage/profile/input |
client/mypage/profile/confirm› mypage/profile/confirm |
client/mypage/profile/register› mypage/profile/register |
client/mypage/profile/imageviewer› mypage/profile/imageviewer |
client/mypage/profile/mail› mypage/profile/mail |
client/mypage/email› mypage/email |
client/mypage/email› mypage/email/index |
client/mypage/email/confirm› mypage/email/confirm |
client/mypage/email/send› mypage/email/send |
client/mypage/email/ock› mypage/email/ock/:ontimecode |
client/mypage/email/finish› mypage/email/finish |
client/mypage/questionnaire/confirm/$1› mypage/questionnaire/:ukey/confirm |
client/mypage/questionnaire/register/$1› mypage/questionnaire/:ukey/register |
client/mypage/questionnaire/thanks/$1› mypage/questionnaire/:ukey/thanks |
client/mypage/questionnaire/close/$1› mypage/questionnaire/:ukey/close |
client/mypage/questionnaire/index/$1› mypage/questionnaire/:ukey |
client/mypage/matching/index› mypage/matching |
client/mypage/matching/$1› mypage/matching/:num |
client/mypage/campaign/input› mypage/campaign/input |
client/mypage/campaign/check› mypage/campaign/check |
client/mypage/campaign/end› mypage/campaign/end |
client/mypage/moving/input› mypage/moving/input |
client/mypage/moving/check› mypage/moving/check |
client/mypage/moving/thanx› mypage/moving/thanx |
client/mypage/moving/index› mypage/moving/index |
client/mypage/enquete/input› mypage/enquete/input |
client/mypage/enquete/check› mypage/enquete/check |
client/mypage/enquete/thanx› mypage/enquete/thanx |
client/mypage/enquete/index› mypage/enquete/index |
client/mypage/enquete/index› mypage/enquete |
client/blog/index› uchicomi-times |
client/blog/index/tool› uchicomi-times/tool |
client/blog/article/index/$2› uchicomi-times/category/:category/:alpha/(:num) |
client/blog/search/sub/$1/$2› uchicomi-times/category/:category/(:alpha) |
client/blog/search/index/$1› uchicomi-times/category/:category |
client/blog/search/tag/$1› uchicomi-times/tag/:tag |
client/blog/search/keyword/$1› uchicomi-times/search/:keyword |
client/blog/article/index/$1› uchicomi-times/article/:article_id |
client/blog/ranking› uchicomi-times/ranking |
client/blog/author/index› uchicomi-times/author |
client/blog/author/detail/$1› uchicomi-times/author/detail/:author_id |
client/blog/archive/index/$1/$2› uchicomi-times/archive/:year/:month |
client/blog/pickup/index› uchicomi-times/pickup |
client/blog/sitemap/index› uchicomi-times/sitemap_news |
client/blog/seminar/contact/confirm/$1› uchicomi-times/seminar/:ukey/contact/confirm |
client/blog/seminar/contact/register/$1› uchicomi-times/seminar/:ukey/contact/register |
client/blog/seminar/contact/thanks/$1› uchicomi-times/seminar/:ukey/contact/thanks |
client/blog/seminar/contact/index/$1› uchicomi-times/seminar/:ukey/contact |
client/blog/seminar/detail/$1› uchicomi-times/seminar/:ukey |
client/blog/seminar/index› uchicomi-times/seminar |
client/blog/contact/input/$1› uchicomi-times/contact/:ukey/input |
client/blog/contact/confirm/$1› uchicomi-times/contact/:ukey/confirm |
client/blog/contact/register/$1› uchicomi-times/contact/:ukey/register |
client/blog/contact/thanks/$1› uchicomi-times/contact/:ukey/thanks |
client/blog/contact/checkcontactform/$1› uchicomi-times/contact/:ukey/checkcontactform |
client/blog/contact/index/$1› uchicomi-times/contact/:ukey |
client/leave/index› leave |
client/leave/index› leave/index |
client/leave/confirm› leave/confirm |
client/leave/register› leave/register |
client/leave/end› leave/end |
client/leave/owner› leave/owner |
client/leave/owner/end› leave/owner/end |
client/mypage/petit› mypage/petit |
client/mypage/petit/$1› mypage/petit/:num |
client/aplclose› aplclose |
client/api/anshindial/csvdownload› api/anshindial/csvdownload |
client/api/anshindial/csvdownload/login› api/anshindial/csvdownload/login |
client/api/anshindial/csvdownload/dl› api/anshindial/csvdownload/dl |
client/glossary› glossary |
client/glossary/article/$1/$2› glossary/:column/:uri |
client/glossary/column/$1› glossary/:column |
client/mailmagazine/measure/redirect/$1› mailmagazine/measure/redirect/:key |
agent |
› browscap |
true› › enabled |
http://browscap.org/stream?q=Lite_PHP_BrowsCapINI› › url |
wrapper› › method |
/tmp/php_browscap.ini› › file |
› cache |
› › driver |
604800› › expiry |
fuel.agent› › identifier |
session |
true› auto_initialize |
file› driver |
false› match_ip |
false› match_ua |
› cookie_domain |
/› cookie_path |
null› cookie_http_only |
true› encrypt_cookie |
false› expire_on_close |
7200› expiration_time |
300› rotation_time |
flash› flash_id |
true› flash_auto_expire |
true› flash_expire_after_get |
› post_cookie_name |
Session-Id› header_header_name |
true› enable_cookie |
› cookie |
fuelcid› › cookie_name |
› file |
fuelfid› › cookie_name |
/tmp› › path |
5› › gc_probability |
› memcached |
fuelmid› › cookie_name |
› › servers |
› › › default |
127.0.0.1› › › › host |
11211› › › › port |
100› › › › weight |
› db |
fueldid› › cookie_name |
null› › database |
sessions› › table |
5› › gc_probability |
› redis |
fuelrid› › cookie_name |
default› › database |
true› native_emulation |
crypt |
Q1smHIRJsKd8zbUNvUzAoj7c› crypto_key |
Y7MdmYCMwEoQMZ0ZOQUEQODQ› crypto_iv |
qjgYv4yaMJD0w4MzFgAqcmJM› crypto_hmac |
cache |
file› driver |
null› expiration |
› file |
› › path |
› memcached |
fuel› › cache_id |
› › servers |
› › › default |
127.0.0.1› › › › host |
11211› › › › port |
100› › › › weight |
› apc |
fuel› › cache_id |
› redis |
default› › database |
db |
default› active |
› default |
pdo› › type |
› › connection |
false› › › persistent |
false› › › compress |
mysql:host=develop-cluster.cluster-c9l2niplkqym.ap-northeast-1.rds.amazonaws.com;dbname=uchicomidev2› › › dsn |
uchicomi› › › username |
gQG4xvTRJyEg› › › password |
`› › identifier |
› › table_prefix |
utf8› › charset |
false› › enable_cache |
true› › profiling |
› redis |
› › default |
127.0.0.1› › › hostname |
6379› › › port |
null› › › timeout |
› wp |
pdo› › type |
› › connection |
false› › › persistent |
`› › identifier |
› › table_prefix |
utf8› › charset |
true› › enable_cache |
false› › profiling |
› slave |
pdo› › type |
› › connection |
mysql:host=develop-cluster.cluster-c9l2niplkqym.ap-northeast-1.rds.amazonaws.com;dbname=uchicomidev2› › › dsn |
uchicomi› › › username |
gQG4xvTRJyEg› › › password |
false› › › persistent |
false› › › compress |
`› › identifier |
› › table_prefix |
utf8› › charset |
false› › enable_cache |
true› › profiling |
10area |
5line |
5station |
form |
true› prep_value |
true› auto_id |
form_› auto_id_prefix |
post› form_method |
{open} <table> {fields} </table> {close} › form_template |
<tr> <td class="{error_class}">{label}{required}</td> <td class="{error_class}">{field} <span>{description}</span> {error_msg}</td> </tr> › field_template |
<tr> <td class="{error_class}">{group_label}{required}</td> <td class="{error_class}">{fields} {field} {label}<br /> {fields}<span>{description}</span> {error_msg} </td> </tr> › multi_field_template |
<span>{error_msg}</span>› error_template |
<span>{label}</span>› group_label |
*› required_mark |
false› inline_errors |
null› error_class |
null› label_class |
<table>{fields}</table> › tabular_form_template |
{field}› tabular_field_template |
<tr>{fields}</tr> › tabular_row_template |
<td>{label}{required} {field} {error_msg}</td> › tabular_row_field_template |
Delete?› tabular_delete_label |
asset |
› paths |
assets/› › 0 |
img/› img_dir |
js/› js_dir |
css/› css_dir |
› folders |
› › css |
assets/jquery/css› › › 0 |
› › js |
assets/jquery/js› › › 0 |
› › img |
assets/img_rent› › › 0 |
assets/img_sell› › › 1 |
assets/img_profile› › › 2 |
assets/img_feature› › › 3 |
assets/img_adminnews› › › 4 |
assets/img_banner› › › 5 |
assets/img_adminnews_category› › › 6 |
assets/img_news› › › 7 |
assets/img_voices› › › 8 |
assets/img_seminar› › › 9 |
assets/img_seminar_lecturer› › › 10 |
assets/img_ques› › › 11 |
assets/img_rooms_360› › › 12 |
assets/img_blog_author› › › 13 |
assets/img_blog_innerlink› › › 14 |
assets/img_blog_medialibrary› › › 15 |
assets/img_blog_article› › › 16 |
https://dev2.uchicomi.biz/› url |
true› add_mtime |
1› indent_level |
› indent_with |
true› auto_render |
true› fail_silently |
4 Session variables |
nullapl_string |
chintai/tohoku/yamagata/feature/family#METHOD#GETclient_beforeUri |
chintai/kanto/kanagawa/line/99316/station#METHOD#GETclient_currentUri |
false |
Based on PHP Quick Profiler | Close Height Bottom |