本文整理汇总了PHP中country::row方法的典型用法代码示例。如果您正苦于以下问题:PHP country::row方法的具体用法?PHP country::row怎么用?PHP country::row使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类country
的用法示例。
在下文中一共展示了country::row方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: redirecina
* @access public
* @version v0.13.46
* @package ProEthos-Admin
* @subpackage Country
*/
require "cab.php";
/* Admin Common */
$ok = ($perfil->valid('#ADM') or $perfil->valid('#SCR') or $perfil->valid('#COO'));
if ($ok == 0) {
redirecina('main.php');
}
require $include . 'sisdoc_colunas.php';
require $include . 'sisdoc_debug.php';
require "_class/_class_ajax_pais.php";
$clx = new country();
$tabela = $clx->tabela;
$label = msg('tit_' . $tabela);
$http_edit = 'admin_country_ed.php';
$editar = True;
$http_ver = '';
$http_redirect = page() . '?dd98=' . $dd[98] . '&dd97=' . $dd[97];
$clx->row();
$busca = true;
$offset = 20;
//$pre_where = " e_mailing = '".$cl->mail_codigo."' ";
$order = "pais_nome";
echo '<TABLE width="' . $tab_max . '" align="center"><TR><TD>';
require $include . 'sisdoc_row.php';
echo '</table>';
echo '</div>';
echo $hd->foot();