HTML, CSS et JS et j'essaye de coder une petite carte interactive des stations de ski autour de Grenoble. Pour ça j'ai créé mes zones ou je souhaite
html = renderToString(); const preloadedState = store.getState() res.send(renderFullHtml(html, preloadedState)); }) console.log("=== SERVER STARTED ===") app.listen(8080) function renderFullHtml (html, preloadedState) { return ` Ma page ${html} window.__PRELOADED_STATE__ = ${JSON.stringify(preloadedState).replace(/
HTML $pageTitle $stylesBundle $viewStyle $viewHead $viewContent $viewFooter $scriptsBundle $localScript HTML; ?> ``` Et voici le code qui appèle le précédent ```
html($this->data'Comment_blog']'content'] , array('remove' => true)); $this->data'Comment_blog']'name'] = Sanitize::html($this->data'Comment_blog']'name'] , array('remove' => true)); $this->data'Comment_blog']'email'] = Sanitize
html->link($html->image('/img/fre.png', array('alt'=>'Français','title'=>'Français')), array('language'=>'fre')+$this->params'pass'], array('escape'=>false));?>
html = ""; $url = "LIEN RSS"; $xml = simplexml_load_file($url); for($i = 0; $i < 1; $i++){ $description = $xml->channel->item[$i]->description; $pubDate = $xml->channel->item[$i]->pubDate; $html .= "$description"; $html
html$ /index.php?page=private/admin_$1 [L] RewriteRule ([a-zA-Z0-9]+)\.html$ /index.php?page=public/$1 [L] Voici l'architecture de mon site depuis la racine de mon serveur de dév
html = $view->loadHelper('Html'); ``` Et pour l'utiliser : ``` $html->link() ``` Je n'ai pas trouvé d'éléments satisfaisant dans la doc à ce sujet ... Quelqu'un aurait-il la solution