本文整理汇总了PHP中ZendT_Lib类的典型用法代码示例。如果您正苦于以下问题:PHP ZendT_Lib类的具体用法?PHP ZendT_Lib怎么用?PHP ZendT_Lib使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
在下文中一共展示了ZendT_Lib类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: _loadColumns
/**
* Carrega as colunas com suas configurações
*/
protected function _loadColumns()
{
$this->_columns = new ZendT_Db_Column_View('Ged_DataView_PropDocto_MapperView', $this->_getSettingsDefault());
$this->_columns->add('id', 'img_prop_docto', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('img_prop_docto.id'), 'String', '%?%');
$this->_columns->add('nome', 'img_prop_docto', 'nome', $this->getModel()->getMapperName(), ZendT_Lib::translate('img_prop_docto.nome'), 'String', '%?%');
$this->_columns->add('config', 'img_prop_docto', 'config', $this->getModel()->getMapperName(), ZendT_Lib::translate('img_prop_docto.config'), 'String', '%?%');
}
示例2: _loadColumns
/**
* Carrega as colunas com suas configurações
*/
protected function _loadColumns()
{
$this->_columns = new ZendT_Db_Column_View('Profile_DataView_JobDest_MapperView', $this->_getSettingsDefault());
$this->_columns->add('id', 'profile_job_dest', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('profile_job_dest.id'), 'String', '%?%');
$this->_columns->add('id_profile_job', 'profile_job_dest', 'id_profile_job', $this->getModel()->getMapperName(), ZendT_Lib::translate('profile_job_dest.id_profile_job'), null, '=');
$this->_columns->add('id_papel', 'profile_job_dest', 'id_papel', $this->getModel()->getMapperName(), ZendT_Lib::translate('profile_job_dest.id_papel'), null, '=');
}
示例3: _loadColumns
protected function _loadColumns()
{
parent::_loadColumns();
$this->_columns->add('chave_categoria', 'categoria', 'chave', $this->_getCategoria()->getChave(true), ZendT_Lib::translate('Chave da Categoria'), null, '?%');
$this->_columns->add('acao_status', 'status', 'acao', $this->_getStatus()->getAcao(true), ZendT_Lib::translate('Ação do Estado'), '', '=');
$this->_columns->add('avatar_usuario_inc', 'usuario_inc', 'avatar', $this->_getUsuario()->getAvatar(true), ZendT_Lib::translate('Avatar do Usuário'), null, '=');
}
示例4: _loadColumns
/**
* Carrega as colunas com suas configurações
*/
protected function _loadColumns()
{
$this->_columns = new ZendT_Db_Column_View('Monitor_DataView_LogServerRequest_MapperView', $this->_getSettingsDefault());
$this->_columns->add('id', 'log_server_request', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.id'), 'String', '%?%');
$this->_columns->add('id_log_server', 'log_server_request', 'id_log_server', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.id_log_server'), null, '?%');
$this->_columns->add('dh_log_log_server', 'log_server', 'dh_log', $this->_getLogServer()->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.id_log_server.log_server.dh_log'), null, '?%');
$this->_columns->add('cpu_load_log_server', 'log_server', 'cpu_load', $this->_getLogServer()->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.id_log_server.log_server.cpu_load'), null, '?%');
$this->_columns->add('srv', 'log_server_request', 'srv', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.srv'), 'String', '%?%');
$this->_columns->add('pid', 'log_server_request', 'pid', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.pid'), 'Numeric', '=');
$this->_columns->add('acc', 'log_server_request', 'acc', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.acc'), 'String', '%?%');
$this->_columns->add('m', 'log_server_request', 'm', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.m'), 'String', '%?%');
$this->_columns->add('cpu', 'log_server_request', 'cpu', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.cpu'), 'Numeric', '=');
$this->_columns->add('ss', 'log_server_request', 'ss', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.ss'), 'Numeric', '=');
$this->_columns->add('req', 'log_server_request', 'req', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.req'), 'Numeric', '=');
$this->_columns->add('conn', 'log_server_request', 'conn', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.conn'), 'Numeric', '=');
$this->_columns->add('child', 'log_server_request', 'child', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.child'), 'Numeric', '=');
$this->_columns->add('slot', 'log_server_request', 'slot', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.slot'), 'Numeric', '=');
$this->_columns->add('client', 'log_server_request', 'client', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.client'), 'String', '%?%');
$this->_columns->add('vhost', 'log_server_request', 'vhost', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.vhost'), 'String', '%?%');
$this->_columns->add('request', 'log_server_request', 'request', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.request'), 'String', '%?%');
$this->_columns->add('perc_cpu', 'log_server_request', 'perc_cpu', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.perc_cpu'), 'Numeric', '=');
$this->_columns->add('perc_mem', 'log_server_request', 'perc_mem', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.perc_mem'), 'Numeric', '=');
$this->_columns->add('time', 'log_server_request', 'time', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.time'), 'Numeric', '=');
$this->_columns->add('system', 'log_server_request', 'system', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_server_request.system'), 'String', '%?%');
}
示例5: _loadColumns
protected function _loadColumns()
{
$_number4 = new ZendT_Type_Number(null, array('numDecimal' => 4));
parent::_loadColumns();
$this->_columns->add('vlr_venda_produto', 'produto', 'vlr_venda', $this->_getProduto()->getModel()->getMapperName(), ZendT_Lib::translate('Valor do Produto'), null, '=');
/**
'PA' => 'Acréscimo de Preço',
'PD' => 'Desconto de Preço',
'CD' => 'Custeio de Débito',
*/
$expression = "(CASE";
$expression .= " WHEN ca_regra_contrato.tipo = 'PA' AND ca_regra_contrato.vlr_fixo > 0 THEN ";
$expression .= " produto.vlr_venda + ca_regra_contrato.vlr_fixo ";
$expression .= " WHEN ca_regra_contrato.tipo = 'PA' AND ca_regra_contrato.vlr_perc > 0 THEN ";
$expression .= " ((produto.vlr_venda * ca_regra_contrato.vlr_fixo) / 100) + produto.vlr_venda ";
$expression .= " WHEN ca_regra_contrato.tipo = 'PD' AND ca_regra_contrato.vlr_fixo > 0 THEN ";
$expression .= " produto.vlr_venda - ca_regra_contrato.vlr_fixo ";
$expression .= " WHEN ca_regra_contrato.tipo = 'PD' AND ca_regra_contrato.vlr_perc > 0 THEN ";
$expression .= " ((produto.vlr_venda * ca_regra_contrato.vlr_fixo) / 100) - produto.vlr_venda ";
$expression .= " WHEN ca_regra_contrato.tipo = 'CD' AND ca_regra_contrato.vlr_fixo > 0 THEN ";
$expression .= " ca_regra_contrato.vlr_fixo ";
$expression .= " WHEN ca_regra_contrato.tipo = 'CD' AND ca_regra_contrato.vlr_perc > 0 THEN ";
$expression .= " ((produto.vlr_venda * ca_regra_contrato.vlr_fixo) / 100) ";
$expression .= "END)";
$this->_columns->addExpression('vlr_final', $expression, $_number4, ZendT_Lib::translate('Valor Final'));
}
示例6: init
public function init()
{
$moduleName = $this->getRequest()->getModuleName();
$tableName = $this->getRequest()->getParam('table');
$objectName = ZendT_Lib::convertTableNameToClassName($tableName);
var_dump($moduleName, $tableName, $objectName);
exit;
}
示例7: _loadColumns
protected function _loadColumns()
{
parent::_loadColumns();
$this->_columns->add('qtd_parcela', 'parcela', 'qtd', $this->_getParcela()->getModel()->getMapperName(), ZendT_Lib::translate('Qtd. de Parcela'), null, '=');
$this->_columns->add('dias_venc_parcela', 'parcela', 'dias_venc', $this->_getParcela()->getModel()->getMapperName(), ZendT_Lib::translate('Dias de Vencimento'), null, '=');
$this->_columns->add('dt_emis_pedido', 'pedido', 'dt_emis', $this->_getPedido()->getModel()->getMapperName(), ZendT_Lib::translate('Data de Emissão do Pedido'), null, '=');
$this->_columns->add('pago_forma_pagto', 'forma_pagto', 'pago', $this->_getFormaPagamento()->getModel()->getMapperName(), ZendT_Lib::translate('Pago'), null, '=');
}
示例8: _loadColumns
/**
* Carrega as colunas com suas configurações
*/
protected function _loadColumns()
{
$this->_columns = new ZendT_Db_Column_View('Log_DataView_LogTabela_MapperView', $this->_getSettingsDefault());
$this->_columns->add('id', 'log_tabela', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_tabela.id'), 'String', '%?%');
$this->_columns->add('nome', 'log_tabela', 'nome', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_tabela.nome'), 'String', '%?%');
$this->_columns->add('owner', 'log_tabela', 'owner', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_tabela.owner'), 'String', '%?%');
$this->_columns->add('table_name', 'log_tabela', 'table_name', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_tabela.table_name'), 'String', '%?%');
}
示例9: _loadColumns
/**
* Carrega as colunas com suas configurações
*/
protected function _loadColumns()
{
$this->_columns = new ZendT_Db_Column_View('Auth_DataView_ContaRel_MapperView', $this->_getSettingsDefault());
$this->_columns->add('id', 'at_papel_rel', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('at_papel_rel.id'), 'String', '%?%');
$this->_columns->add('id_papel', 'at_papel_rel', 'id_papel', $this->getModel()->getMapperName(), ZendT_Lib::translate('at_papel_rel.id_papel'), null, '=');
$this->_columns->add('id_papel_rel', 'at_papel_rel', 'id_papel_rel', $this->getModel()->getMapperName(), ZendT_Lib::translate('at_papel_rel.id_papel_rel'), null, '=');
$this->_columns->add('status', 'at_papel_rel', 'status', $this->getModel()->getMapperName(), ZendT_Lib::translate('at_papel_rel.status'), 'String', '=');
}
示例10: _loadColumns
/**
* Carrega as colunas com suas configurações
*/
protected function _loadColumns()
{
$this->_columns = new ZendT_Db_Column_View('Vendas_DataView_PagtoLanc_MapperView', $this->_getSettingsDefault());
$this->_columns->add('id', 'cv_pagto_lanc', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('cv_pagto_lanc.id'), 'String', '%?%');
$this->_columns->add('id_pagto_pedido', 'cv_pagto_lanc', 'id_pagto_pedido', $this->getModel()->getMapperName(), ZendT_Lib::translate('cv_pagto_lanc.id_pagto_pedido'), null, '=');
$this->_columns->add('id_lancamento', 'cv_pagto_lanc', 'id_lancamento', $this->getModel()->getMapperName(), ZendT_Lib::translate('cv_pagto_lanc.id_lancamento'), null, '=');
$this->_columns->add('tipo_lancamento', 'lancamento', 'tipo', $this->_getLancamento()->getModel()->getMapperName(), ZendT_Lib::translate('cv_pagto_lanc.id_lancamento.fc_lancamento.tipo'), null, '?%');
}
示例11: _loadColumns
/**
* Carrega as colunas com suas configurações
*/
protected function _loadColumns()
{
$this->_columns = new ZendT_Db_Column_View('Log_DataView_LogOperac_MapperView', $this->_getSettingsDefault());
$this->_columns->add('id', 'log_operac', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_operac.id'), 'String', '%?%');
$this->_columns->add('codigo', 'log_operac', 'codigo', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_operac.codigo'), 'String', '%?%');
$this->_columns->add('operacao', 'log_operac', 'operacao', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_operac.operacao'), 'String', '%?%');
$this->_columns->add('status', 'log_operac', 'status', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_operac.status'), 'String', '%?%');
$this->_columns->add('acao', 'log_operac', 'acao', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_operac.acao'), 'String', '%?%');
}
示例12: isValid
/**
*
* @param type $value
* @return boolean
*/
public function isValid($value)
{
$this->_setValue($value);
if (!ZendT_Lib::checkCnpjCpf($value)) {
$this->_error(self::CNPJ_CPF);
return false;
}
return true;
}
示例13: _loadColumns
/**
* Carrega as colunas com suas configurações
*/
protected function _loadColumns()
{
$this->_columns = new ZendT_Db_Column_View('Cms_DataView_Notificacao_MapperView', $this->_getSettingsDefault());
$this->_columns->addExpression('id', 'cms_notificacao.id_conteudo||\'-\'||cms_notificacao.id_usuario', 'Cms_Model_Notificacao_Mapper', ZendT_Lib::translate('cms_notificacao.id'), null, '=');
$this->_columns->add('id_conteudo', 'cms_notificacao', 'id_conteudo', $this->getModel()->getMapperName(), ZendT_Lib::translate('cms_notificacao.id_conteudo'), 'String', '%?%');
$this->_columns->add('id_usuario', 'cms_notificacao', 'id_usuario', $this->getModel()->getMapperName(), ZendT_Lib::translate('cms_notificacao.id_usuario'), 'String', '%?%');
$this->_columns->add('id_maillist', 'cms_notificacao', 'id_maillist', $this->getModel()->getMapperName(), ZendT_Lib::translate('cms_notificacao.id_maillist'), null, '=');
$this->_columns->add('mail_from_maillist', 'maillist', 'mail_from', $this->_getMaillist()->getModel()->getMapperName(), ZendT_Lib::translate('cms_notificacao.id_maillist.maillist.mail_from'), null, '?%');
}
示例14: _loadColumns
/**
* Carrega as colunas com suas configurações
*/
protected function _loadColumns()
{
$this->_columns = new ZendT_Db_Column_View('Tools_Model_Maillisthist_MapperView', $this->_getSettingsDefault());
$this->_columns->add('id_maillist', 'maillisthist', 'id_maillist', $this->getModel()->getMapperName(), ZendT_Lib::translate('maillisthist.id_maillist'), null, '?%');
$this->_columns->add('mail_from_maillist', 'maillist', 'mail_from', $this->_getMaillist()->getModel()->getMapperName(), ZendT_Lib::translate('maillist.mail_from'), null, '?%');
$this->_columns->add('action', 'maillisthist', 'action', $this->getModel()->getMapperName(), ZendT_Lib::translate('maillisthist.action'), 'String', '=');
$this->_columns->add('dh_action', 'maillisthist', 'dh_action', $this->getModel()->getMapperName(), ZendT_Lib::translate('maillisthist.dh_action'), 'DateTime', '=');
$this->_columns->add('err_msg', 'maillisthist', 'err_msg', $this->getModel()->getMapperName(), ZendT_Lib::translate('maillisthist.err_msg'), 'String', '%?%');
}
示例15: _loadColumns
/**
* Carrega as colunas com suas configurações
*/
protected function _loadColumns()
{
$this->_columns = new ZendT_Db_Column_View('Vendas_DataView_LogPedido_MapperView', $this->_getSettingsDefault());
$this->_columns->add('id', 'log_pedido', 'id', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_pedido.id'), 'String', '%?%');
$this->_columns->add('id_pedido', 'log_pedido', 'id_pedido', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_pedido.id_pedido'), null, '=');
$this->_columns->add('numero_pedido', 'pedido', 'numero', $this->_getPedido()->getModel()->getMapperName(), ZendT_Lib::translate('cv_log_pedido.id_pedido.cv_pedido.numero'), null, '?%');
$this->_columns->add('dh_log', 'log_pedido', 'dh_log', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_pedido.dh_log'), 'DateTime', '=');
$this->_columns->add('mensagem', 'log_pedido', 'mensagem', $this->getModel()->getMapperName(), ZendT_Lib::translate('log_pedido.mensagem'), 'String', '%?%');
}