problème avec Codeigniter - page en PDF avec DOMPDF

html, $filename='', $download=TRUE, $papier='A4', $orientation='portrait') { $dompdf = new Dompdf \ DOMPDF(); $dompdf->load_html($html); $dompdf->set_paper('$papier', $orientation); $dompdf->render(); if ($télécharger){ $dompdf-> stream ($filename. '. pdf', array

0
Problème avec mon flux rss

Html->url($v'link'], true), // 'link' => $this->Html->url('http://www.hello-web.net', true), 'guid' => array('url' => $this->Html->url($v'link'], true), 'isPermaLink' => 'true'), // Le lien permanent 'description' => $v'location'], // 'pubDate

2
Plupload : Passer une variable de session au fichier upload.php

marche pas $pdo->prepare("UPDATE users SET avatar=? WHERE id='$sessId' ")->execute([$u]) ; $pdo = null; */ $v='uploads/'.$u; $html=' '.basename($v).' × '; $html=str_replace('"','\\"',$html); die('{"error":false, "html": "'.$html.'"}'); } ?> ```

3
problème jquerydiaporama dans CakePhp

Html->script('jquery.jDiaporama'); ?> le code de ma vue index

5
Action "login()" sans vue "login.ctp"

Html->image('login.png'), 'class' => 'UsernameLogin')); ?>

2
Call to a member function link() on a non-object

Html->link('Activer mon compte',$this->Html->url($link,true)); ?> Alors c'est peut-être juste une faute de frappe mais je ne la vois pas. Au cas ou, voici

1
Connaitre hauteur d'un bloc PhoneGap

html(' '+position+' ').appendTo('#class'+i); $(' ').html(' '+equipeNom+' ').appendTo('#class'+i); $(' ').html(' '+totalPoint+' ').appendTo('#class'+i); $(' ').html(' '+diff+' ').appendTo('#class'+i); i++; }); } }); } }); }); ``` CSS : ``` .bloc_classement{ height:100%; overflow:auto; } .classement{ width

1
Problème d'affichage de

HTML*** ```HTML + Commentaire '.$res['commentaire'].' CodeMirror.fromTextArea(document.getElementById("commentaire"), { lineNumbers: true, mode: "javascript", theme: "monokai", readOnly: "nocursor", indentUnit: 4 }); ``` ```JQuery $(document).ready(function(){ $(".content").hide(); $("div.titre_bloc").click(function(ev){ if( $( ev.target ).closest( ".content" ).is(":hidden")) { //$("span.collapse").html("-"); //$( this ).closest( ".content" ).slideDown("50"); $( ev.target

3
Bouton injecté par AJAX ne fonctionne pas

HTML $.ajax( url ).done( function( data, text, jqxhr ){ console.log( data ); $('.last-news').html( jqxhr.responseText ); //Je réinjecte le code HTML dans la div }); }); ``` ### Ce que j'obtiens Et bien, la première

4
Animation scroll conflit js et php

html ) { $html = preg_replace( '/(width|height)="\d*"\s/', "", $html ); return $html; } add_filter( 'post_thumbnail_html', 'respon_image', 10 ); add_filter( 'image_send_to_editor', 'respon_image', 10 ); add_filter

1