関数リファレンス/siteUrl
提供: baserCMS公式ガイド
2016年6月28日 (火) 17:15時点におけるTomohiro Abe (トーク | 投稿記録)による版
目次
説明
WEBサイトURLを出力する。
使い方
$this->BcBaser->siteUrl();
パラメータ
boolean ssl (初期値 : false)
戻り値
void
用例
基本
コード
<?php $this->BcBaser->siteUrl(); ?>
WEBサイトURLを出力する。
$this->BcBaser->siteUrl();
boolean ssl (初期値 : false)
void
<?php $this->BcBaser->siteUrl(); ?>