| Current Path : /home/etiennec/www/tmp/cache/skel/ |
| Current File : /home/etiennec/www/tmp/cache/skel/html_2d593474cce465fcbde06122ec955894.php |
<?php
/*
* Squelette : plugins/auto/zpip/auteur.html
* Date : Sun, 27 Sep 2015 12:45:55 GMT
* Compile : Wed, 14 Oct 2015 20:04:01 GMT
* Boucles : _principale_auteur
*/
function BOUCLE_principale_auteurhtml_2d593474cce465fcbde06122ec955894(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
static $command = array();
static $connect;
$command['connect'] = $connect = '';
if (!isset($command['table'])) {
$command['table'] = 'auteurs';
$command['id'] = '_principale_auteur';
$command['from'] = array('auteurs' => 'spip_auteurs','L1' => 'spip_auteurs_liens','L2' => 'spip_articles');
$command['type'] = array();
$command['groupby'] = array("auteurs.id_auteur");
$command['select'] = array("1");
$command['orderby'] = array();
$command['join'] = array('L1' => array('auteurs','id_auteur'), 'L2' => array('L1','id_article','id_objet','L1.objet='.sql_quote('article')));
$command['limit'] = '';
$command['having'] =
array();
}
$command['where'] =
array(
quete_condition_statut('L2.statut','!','publie',''),
quete_condition_postdates('L2.date',''),
quete_condition_statut('auteurs.statut','!5poubelle','!5poubelle',''),
array('=', 'auteurs.id_auteur', sql_quote(@$Pile[0]['id_auteur'],'','bigint(21) NOT NULL AUTO_INCREMENT')));
if (defined("_BOUCLE_PROFILER")) $timer = time()+microtime();
$t0 = "";
// REQUETE
$iter = IterFactory::create(
"SQL",
$command,
array('plugins/auto/zpip/auteur.html','html_2d593474cce465fcbde06122ec955894','_principale_auteur',1,$GLOBALS['spip_lang'])
);
if (!$iter->err()) {
$SP++;
// RESULTATS
while ($Pile[$SP]=$iter->fetch()) {
$t0 .= (
'
' .
'<'.'?php echo recuperer_fond( ' . argumenter_squelette('structure') . ', array_merge('.var_export($Pile[0],1).',array(\'type\' => ' . argumenter_squelette('auteur') . ',
\'composition\' => ' . argumenter_squelette(interdire_scripts(@$Pile[0]['composition'])) . ',
\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ')), array("compil"=>array(\'plugins/auto/zpip/auteur.html\',\'html_2d593474cce465fcbde06122ec955894\',\'\',2,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>
');
}
$iter->free();
}
if (defined("_BOUCLE_PROFILER")
AND 1000*($timer = (time()+microtime())-$timer) > _BOUCLE_PROFILER)
spip_log(intval(1000*$timer)."ms BOUCLE_principale_auteur @ plugins/auto/zpip/auteur.html","profiler"._LOG_AVERTISSEMENT);
return $t0;
}
//
// Fonction principale du squelette plugins/auto/zpip/auteur.html
// Temps de compilation total: 6.502 ms
//
function html_2d593474cce465fcbde06122ec955894($Cache, $Pile, $doublons=array(), $Numrows=array(), $SP=0) {
if (isset($Pile[0]["doublons"]) AND is_array($Pile[0]["doublons"]))
$doublons = nettoyer_env_doublons($Pile[0]["doublons"]);
$connect = '';
$page = (
BOUCLE_principale_auteurhtml_2d593474cce465fcbde06122ec955894($Cache, $Pile, $doublons, $Numrows, $SP) .
'
');
return analyse_resultat_skel('html_2d593474cce465fcbde06122ec955894', $Cache, $page, 'plugins/auto/zpip/auteur.html');
}
?>