本文整理汇总了PHP中Strings::ucFirstString方法的典型用法代码示例。如果您正苦于以下问题:PHP Strings::ucFirstString方法的具体用法?PHP Strings::ucFirstString怎么用?PHP Strings::ucFirstString使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Strings
的用法示例。
在下文中一共展示了Strings::ucFirstString方法的6个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: isset
<div id="msgTopo">
<?php
echo isset($msg) && !is_null($msg) && $msg != '' ? $msg : '';
?>
<?php
echo $this->session->flashdata('msg');
?>
</div>
<div style="float: right" class="noPrint">
<?php
echo View::botaoImprimir(base_url() . "docentes/registros/distribuicao_de_atendimentos/" . $professor->getId() . "?shadowbox=1");
?>
</div>
<div>
<h4 class="panel-title"><strong>Professor(a): </strong> <?php
echo Strings::ucFirstString($professor->getNome());
?>
</h4>
<h4 class="panel-title"><strong>Total de </strong> <?php
echo count($registros);
?>
registro(s)</h4>
</div>
<?php
$this->loadFiltros(array("periodo", "professor"));
$this->loadFiltros(array("unidade", "ensino", "serie", "turma"));
?>
<br>
<div class="divTodosRegistros">
<?php
while ($funcao = $funcoes->fetch()) {
示例2: while
<div class="form-group form-group-lg">
<label>Destinatário:</label>
<select class="form-control input-lg" onchange="$('input[name=destinatario]').val($(this).val())">
<option value="0">Selecione um destinatário</option>
<?php
if ($destinatarios) {
while ($value = $destinatarios->fetchObject()) {
?>
<option value="<?php
echo Strings::ucFirstString($value->nome);
?>
(<?php
echo $value->email;
?>
)"><?php
echo Strings::ucFirstString($value->nome);
?>
</option><?php
}
}
?>
</select>
</div>
<?php
if ($pk_tipo_usuario) {
?>
<form class="formulario" method="POST" action="<?php
echo base_url();
?>
transf/mensagem/contatenos/">
<input type="hidden" name="destinatario" value="0"/>
示例3: setNome
public function setNome($nome)
{
$this->nome = Strings::ucFirstString($nome);
return $this;
}
示例4:
echo $registro['afa_subtipo_anotacao_nome'];
?>
<br>
Em <?php
echo View::converteDataBr($registro['data_evento']);
?>
</a>
</h4>
</div>
<div id="registro<?php
echo $registro['pk_afa_conceito_aluno'];
?>
" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<h5><strong>Aluno: </strong><?php
echo Strings::ucFirstString($registro['nome']);
?>
</h5>
<h5><strong>Turma: </strong><?php
echo $registro['turma_nome'];
?>
</h5>
<h5><strong>Observações:</strong></h5>
<p><?php
echo $registro['obs'];
?>
</p>
</div>
</div>
</div>
<?php
示例5: array
<?php
/**
*
* @author Servidor
*/
$tmp_dados = $professor->fetchObject();
$arrayQts = array();
$tabela = "";
$paineis = "";
$arrayJs = "";
$detalhes = "";
while ($row = $avaliacoes->fetchObject()) {
Matematica::incrementoIsset($arrayQts, $row->pk_afa_tipo_anotacao);
$tabela .= '<tr>' . '<td title=\'' . Strings::ucFirstString($row->nome) . '\'>' . Strings::ucFirstString(Strings::nomeAbreviado($row->nome)) . '</td>' . '<td>' . $row->afa_tipo_anotacao_nome . '</td>' . '<td>' . Data::sqlParaBrasil($row->data_anotacao) . '</td>' . '<td>' . $row->afa_subtipo_anotacao_nome . '</td>' . '</tr>';
$paineis .= '<div class="panel panel-blue">' . '<div class="panel-heading" role="tab" id="headingOne">' . '<h4 class="panel-title">' . '<a data-toggle="collapse" data-parent="#accordion" href="#detalhesAluno' . $row->pk_afa_conceito_aluno . '" aria-expanded="true" aria-controls="collapseOne">' . Strings::ucFirstString(Strings::nomeAbreviado($row->nome)) . '</a></h4></div><div id="detalhesAluno' . $row->pk_afa_conceito_aluno . '" class="panel-collapse collapse" ' . 'role="tabpanel" aria-labelledby="headingOne">' . '<div class="panel-body"><p><strong>Nome do aluno:</strong> ' . Strings::ucFirstString($row->nome) . '</p><p><strong>Tipo do evento:</strong> ' . $row->afa_tipo_anotacao_nome . '</p><p><strong>Data:</strong> ' . Data::sqlParaBrasil($row->data_anotacao) . '</p><p><strong>Descrição:</strong> ' . $row->afa_subtipo_anotacao_nome . '</p></div></div></div>';
}
while ($row = $afaTipos->fetchObject()) {
$qt = isset($arrayQts[$row->pk_afa_tipo_anotacao]) ? $arrayQts[$row->pk_afa_tipo_anotacao] : 0;
$arrayJs .= '[\'' . $row->afa_tipo_anotacao_nome . ' - ' . $qt . '\', ' . $qt . '],';
$detalhes .= '<h4><strong>' . $row->afa_tipo_anotacao_nome . ':</strong> ' . $qt . '</h4>';
}
if (!$mobile) {
?>
<style type="text/css">
.table{
width: 100%;
}
.table tr td:first-of-type{
background-color: #B0C9DC;
示例6:
<tr>
<?php
if ($grupoFocal >= 1) {
?>
<td style="text-align:center;">
<input type="checkbox" class="teste" name="alunos[]" value="<?php
echo 'aluno#' . $aluno->getId() . '/Unidade#' . $unidade . '/Ensino#' . $ensino . '/serie#' . $serie . '/turma#' . $turma;
?>
" />
</td>
<?php
}
?>
<td class="nome"><strong class="strongContador"></strong></td>
<td class="nome" title="<?php
echo Strings::ucFirstString($aluno->getNome());
?>
">
<a target="_blank" style="font-size: 11px" href="<?php
echo base_url("painel_de_acomanhamento_do_aluno/{$aluno->getId()}");
?>
">
<?php
echo Strings::nomeAbreviado($aluno->getNome());
?>
</a>
</td>
<td title="Indicador de Notas" class="tdConceito <?php
echo $conceitoMedia['class'];
?>
mediaNotas" data-calc-value="<?php