Problème avec API History

html){ afficher(html); history.pushState({key : i}, 'titre', url); }, error: function(XMLHttpRequest,textStatus,errorThrown){ alert(textStatus); } }); }; window.onpopstate = function(event){ var urlcourant = document.location.pathname; alert(event.state); if(event.state == null){ $.ajax({ url : '/intranet/refonte/index.php', cache

0
Image à la une dans le flux RSS

Html->image(sprintf($post'thumbf'],800,200)) endif . " " . $post'intro']; echo $this->Rss->item(array(), array( 'title' => $post'name'], 'link' => $this->Html->url($post'link'], true), 'guid' => array('url' => $this

1
Erreur de Rooting, perte du paramètre $language d'un article à l'autre
Hugo,

html->link($html->image('/img/fre.png', array('alt'=>'Français','title'=>'Français')), array('language'=>'fre')+$this->params'pass'], array('escape'=>false));?>

2
Problème avec setFlash

Html->css('bootstrap'); ?> body { padding-top: 60px; padding-bottom: 40px; } Project name Home About Contact Dropdown Action Another action Something else here Nav header Separated link One more separated

1
Comment intégrer Modalbox à CakePHP ?

html->link('Ajouter un utilisateur',array('controller'=>'users', 'action'=>'edit')); ?>

2
Mauvaise exécution du script

html(); $(".oneBox").html(cloneText); $("#full").hide(); }); }); ``` Tout se passe bien : la page complète ce cache et le contenu du panel s'affiche correctement là dedans (la colonne vide sert uniquement

11
script php qui ne s'execute pas en tache cron

HTML $message.= "Content-Type: text/html; charset=\"ISO-8859-1\"".$passage_ligne; $message.= "Content-Transfer-Encoding: 8bit".$passage_ligne; $message.= $passage_ligne.$message_html.$passage_ligne; //========== $message.= $passage_ligne."--".$boundary."--".$passage

9
Table de données vides symfony 3.4 to 4.4

html = ''; foreach ($projects as $project) { $html .= $this->renderView('resume.html.twig', array( 'project' => $project, )); } if ($html == '') { $this->addFlash('error', 'warn.project.check'); return $this->redirect($this->generateUrl('project_list')); } // Génération du pdf $html2pdf = $this

1
Problème navigation ajax

html){ afficher(html); history.pushState({key:'value'}, 'titre', page); }, error:function(XMLHttpRequest,textStatus, errorThrown){ afficher("erreur lors du chagement de la page"); } }) return false; }); window.onpopstate = function(event){ //lancer des qu'il y a back

4