syntaxe

syntaxe - PHP - Programmation

Marsh Posté le 06-05-2003 à 12:16:29    

Quelle est la difference entre  
 

Code :
  1. $bdd->selectQueryCache("articles", "SELECT * FROM articles WHERE idx = $id", 12);


 
et  
 

Code :
  1. $bdd = selectQueryCache("articles", "SELECT * FROM articles WHERE idx = $id", 12);


 
selectQueryCache () est une focntion pour info.


---------------
Saint Seiya  || La Livebox || Europe, débats, réflexions
Reply

Marsh Posté le 06-05-2003 à 12:16:29   

Reply

Marsh Posté le 06-05-2003 à 12:31:47    

ben tu peux peut-être nous expliquer  :heink:  
 

Code :
  1. $bdd->selectQueryCache("articles", "SELECT * FROM articles WHERE idx = $id", 12);
  2. // te renvoie la même chose que  
  3. $bdd = selectQueryCache("articles", "SELECT * FROM articles WHERE idx = $id", 12);


 
 :heink:  
??????????????????????????


Message édité par simogeo le 06-05-2003 à 12:32:09

---------------
from here and there -- \o__________________________________ -- la révolution de la terre, en silence
Reply

Marsh Posté le 06-05-2003 à 12:38:16    

Reply

Marsh Posté le 06-05-2003 à 12:39:26    

attends, je ne suis pas sur q'on ce soit compris ...
tu veux quoi exactement là ?
 
a premiere vue ....

Code :
  1. $bdd->selectQueryCache("articles", "SELECT * FROM articles WHERE idx = $id", 12);


 
...n'a aucun sens


Message édité par simogeo le 06-05-2003 à 12:40:26

---------------
from here and there -- \o__________________________________ -- la révolution de la terre, en silence
Reply

Marsh Posté le 06-05-2003 à 12:55:50    

simogeo a écrit :

attends, je ne suis pas sur q'on ce soit compris ...
tu veux quoi exactement là ?
 
a premiere vue ....

Code :
  1. $bdd->selectQueryCache("articles", "SELECT * FROM articles WHERE idx = $id", 12);


 
...n'a aucun sens  


Si $bdd est un objet qui a une fonction selectQueryCache(), ça a un sens [:spamafote]
En revanche, je vois mal comment on peut confondre $bdd = selectQueryCache() et $bdd->selectQueryCache()...


---------------
Everyone thinks of changing the world, but no one thinks of changing himself  |  It is the peculiar quality of a fool to perceive the faults of others and to forget his own  |  Early clumsiness is not a verdict, it’s an essential ingredient.
Reply

Marsh Posté le 06-05-2003 à 13:19:58    

Taiche a écrit :


Si $bdd est un objet qui a une fonction selectQueryCache(), ça a un sens [:spamafote]


 
entierment d'accord avec toi ..  [:spamafote]  
 

Taiche a écrit :


En revanche, je vois mal comment on peut confondre $bdd = selectQueryCache() et $bdd->selectQueryCache()...


 
ben pareil justement  [:spamafote]  
alors je me demandais si le mec voulais pas faire une sortde cast objet en même temps qu'obtenir les resultats ...[:mlc]


---------------
from here and there -- \o__________________________________ -- la révolution de la terre, en silence
Reply

Marsh Posté le 06-05-2003 à 13:36:03    

Taiche a écrit :


Si $bdd est un objet qui a une fonction selectQueryCache(), ça a un sens [:spamafote]
En revanche, je vois mal comment on peut confondre $bdd = selectQueryCache() et $bdd->selectQueryCache()...

comment cela ?

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed