problème tuto de A à Z

html .= ' '; }elseif($options'type'] == 'textarea'){ $html .= ' '.$this->controller->request->data->$name.' '; }elseif($options'type'] == 'checkbox'){ $html .= ' '; } $html .= ' '; return $html; } } et voici l'erreur que j'ai: Notice: Trying to get property

5
PortfolioJs

html,body'))return a[scroll]-$(a)[c.toLowerCase()]();var d='client'+c,html=a.ownerDocument.documentElement,body=a.ownerDocument.body;return Math.max(html[scroll],body[scroll])-Math.min(html[d],body[d])};function both(a){return

0
optimisation d'une fonction de sécurisation de données (sanitize)

Html_entities($var); } if(is_array($var)) return (object) array_map( __FUNCTION__ , Html_entities($var)); return (object) Html_entities($var); } /** * * **/ function Html_entities($var){ if(!is_callable('filter_var')){ if(is_array

6
question CSS sur vh et pourcentage

html: html{ height: 100%; } Dans ma tête, je me suis dit que la balise html étant la balise contenant tout mon html et n'ayant pas de balise parent, c'est 100% de quelquechose

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

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

2
Problème IF avec EMPTY

Html->image("icons/add_message.png",array('alt'=>'Add Message','url' => array('controller' => 'story', 'action' => 'addmessage',$story'id'])))?>

8
Problème pour Transformer une fonction récursive PHP en jQuery :(
ksta,

html du dossier ou l'on doit inséré les nouveaux éléments * @return void **/ function treeToHtml(array,id){ $.each(array,function(key, value) { console.log(key + ': ' + value); /* si value est un tableau

2
Problème de div qui se superpose

HTML or equivalent: * */ /* Welcome to Compass. * In this file you should write your main styles. (or centralize your imports) * Import this file using the following HTML or equivalent: * */ /* line 5, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss

3
problème jquerydiaporama dans CakePhp

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

5
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