Categories > TinyButStrong general (FR) >

problém de donné tableau php, avec merge

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: nicky
Date: 2005-02-28
Time: 16:12

problém de donné tableau php, avec merge

je fais ca

$cmd_array["ID"]                =    $r["ID"];
$cmd_array["Date_Commande"]        =    $r["Date_Commande"];
$cmd_array["Time_Commande"]        =    $r["Time_Commande"];
$cmd_array["total_reference"]    =    "";
$cmd_array["total_article"]        =    "";
$cmd_array["total_montant"]        =    "";

avec ca
<form action="record_admin.php?" method="post" name="index" >
<table>
    <tr>
        <td>N° commande :</td>
        <td>[blk.ID]</td>
        <td>nombre de reference :</td>
        <td>[blk.total_reference]</td>
    </tr>
    <tr>
        <td>Date de la commande :</td>
        <td>[blk.Date_Commande]</td>
        <td>nombre d'article :</td>
        <td>[blk.total_article]</td>
    </tr>
    <tr>
        <td>heure de las commande :</td>
        <td>[blk.Time_Commande]</td>
        <td>montant facture :</td>
        <td>[blk.total_montant]</td>
    </tr>
<table>
</form>

et j'obtient ca

TinyButStrong Error (Array value): Can't merge [blk.total_montant] because there is no key named 'total_montant'. This message can be cancelled using parameter 'noerr'.

TinyButStrong Error (Array value): Can't merge [blk.Time_Commande] because there is no key named 'Time_Commande'. This message can be cancelled using parameter 'noerr'.

TinyButStrong Error (Array value): Can't merge [blk.total_article] because there is no key named 'total_article'. This message can be cancelled using parameter 'noerr'.

TinyButStrong Error (Array value): Can't merge [blk.Date_Commande] because there is no key named 'Date_Commande'. This message can be cancelled using parameter 'noerr'.

TinyButStrong Error (Array value): Can't merge [blk.total_reference] because there is no key named 'total_reference'. This message can be cancelled using parameter 'noerr'.

TinyButStrong Error (Array value): Can't merge [blk.ID] because there is no key named 'ID'. This message can be cancelled using parameter 'noerr'.

Et la je comprend pas?

Donc si quelqu'un peu me dire comment faire pour utiliser des tableaux php avec le systèm de merge, ca me serais super pratique, sachant que pour moi cela marche trés bien avec une connection a la base de donné(source msql), mais la en créant un tableau php, cela ne marche pas comme voulu, voire pas du tout
By: Juju
Date: 2005-03-04
Time: 09:40

Re: problém de donné tableau php, avec merge

Problème de données ?
A propos de merge, tu ne donne pas du tout les appels à méthodes des objets TBS. Comment veux tu que l'on te réponde ?
Regarde les exemples du site sur les tableaux, on voit à la fois le source php, le source html comme dans un éditeur wisiwig html ou carrément les balises.
Les exemples sont très clairs et faciles à reproduire