# |
May 30th 2016, 15:01 |
Skeletyon |
Fais un pastebin |
# |
May 30th 2016, 15:01 |
ced98000 |
non ! |
# |
May 30th 2016, 15:01 |
neb19 |
ca ne fonctionne toujours pas ? |
# |
May 30th 2016, 14:59 |
Skeletyon |
Fais un pastebin |
# |
May 30th 2016, 14:59 |
ced98000 |
pourtant je fais dans l'art de la POO |
# |
May 30th 2016, 14:58 |
Skeletyon |
SInon faut avoir un tant soit peu de maitrise de la POO pour cake |
# |
May 30th 2016, 14:58 |
Skeletyon |
Un FW pour bidouiller et decrouvrir, fais du CodeIgniter |
# |
May 30th 2016, 14:58 |
ced98000 |
oui j'y passe dans la fonction1 |
# |
May 30th 2016, 14:57 |
Skeletyon |
La c'est la base de la POO, la declaration de classe, recuperation d'attributs |
# |
May 30th 2016, 14:56 |
Skeletyon |
A quand bien meme la POO serait en train de fumer un splif, si tu passes pas au moins dans fonction1, tu ne definis pas $this->toto, donc normal que ca soit null |
# |
May 30th 2016, 14:56 |
ced98000 |
merci Skeletyon |
# |
May 30th 2016, 14:56 |
Skeletyon |
Et en plus.... |
# |
May 30th 2016, 14:55 |
Skeletyon |
http://php.net/manual/fr/language.oop5.visibility.php |
# |
May 30th 2016, 14:55 |
ced98000 |
merci à tous de m'aider car la je tourne en rondddddddddd |
# |
May 30th 2016, 14:54 |
ced98000 |
et la j'ai 'null' ... |
# |
May 30th 2016, 14:53 |
ced98000 |
dans ma fonction2 : debug ( $this-> toto); |
# |
May 30th 2016, 14:53 |
ced98000 |
dans ma fonction1 : $this->toto = "cool"; |
# |
May 30th 2016, 14:53 |
ced98000 |
j'ai mis : private $toto |
# |
May 30th 2016, 14:53 |
ced98000 |
en fait dans mon controller |
# |
May 30th 2016, 14:52 |
ced98000 |
vi,vi |
# |
May 30th 2016, 14:52 |
Skeletyon |
ced98000? |
# |
May 30th 2016, 14:50 |
Skeletyon |
Tu demandes comment on envoi des infos a une fonction ou j'ai pas compris ce que tu as mis? |
# |
May 30th 2016, 14:50 |
Skeletyon |
Euh, ced..... |
# |
May 30th 2016, 14:48 |
ced98000 |
c'est simple |
# |
May 30th 2016, 14:45 |
neb19 |
si tu le mets sur pastebin |
# |
May 30th 2016, 14:45 |
neb19 |
il faudrait que l'on puisse voir ton code |
# |
May 30th 2016, 14:45 |
neb19 |
erf, après la comme ca c'est compliqué ^^ |
# |
May 30th 2016, 14:43 |
ced98000 |
cela ne me vexe pas, c'est ce que j'ai fait ... mais cela ne fonctionne pas |
# |
May 30th 2016, 14:41 |
neb19 |
après ce sont les bases de la poo donc si tu as du mal avec ca je te conseille comprendre comment cela marche avant de te lancer sur un framework sans vouloir te vexer .. je suis passer par la aussi |
# |
May 30th 2016, 14:40 |
neb19 |
tu vois ? |
# |
May 30th 2016, 14:40 |
neb19 |
$this->data |
# |
May 30th 2016, 14:39 |
neb19 |
juste en faisant |
# |
May 30th 2016, 14:39 |
neb19 |
comme ca tu as accès à cette variable n'importe où dans ta classe |
# |
May 30th 2016, 14:39 |
neb19 |
$this->data = $data; |
# |
May 30th 2016, 14:39 |
neb19 |
et si tu veux ajouter les données |
# |
May 30th 2016, 14:39 |
neb19 |
private $data; |
# |
May 30th 2016, 14:38 |
neb19 |
tu définies une propriété comme ceci |
# |
May 30th 2016, 14:38 |
neb19 |
la meme class |
# |
May 30th 2016, 14:38 |
neb19 |
si tu es dans le meme controller |
# |
May 30th 2016, 14:38 |
neb19 |
c'est pas propre de faire ca avec les sessions |
# |
May 30th 2016, 14:36 |
ced98000 |
neb19, justement cela ne fonctionne pas. Je pense que je dois utiliser les variables de session |