Jump to content

[Pregunta] Que funciones debo usar


DuFraN

Recommended Posts

Hola, quiero hacer como un sistema de reportes como el que trae el mta, que funciones debo utilizar?, cuando digo que funciones puedo utilizar me refiero a las de almacenar esos datos introducidos en el "reporte" para que no se borren y solo los pueda ver yo. ty :3

Link to comment

El recurso 'admin' utiliza xml, supongo que siendo que los datos no cambiaran y solo necesitarías cargarlos una vez, te podría ser útil.

<messages> 
    <message> 
        <read>true</read> 
        <subject>shoot</subject> 
        <category>Question</category> 
        <author>dani_1232</author> 
        <time>2012-08-17 19:38</time> 
        <text>i can.t shoot</text> 
    </message> 
    <message> 
        <read>true</read> 
        <subject>lokendero97</subject> 
        <category>Suggestion</category> 
        <author>|URSS|-Efren~></author> 
        <time>2012-08-18 19:02</time> 
        <text>robo de auto</text> 
    </message> 
</messages> 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...