Giter VIP home page Giter VIP logo

event-you-all's Introduction

Hi, I'm Thibault! I'm a web & mobile developer.

event-you-all's People

Contributors

alexpoulpe avatar hugomichard avatar jimmy-jones avatar larbaretier avatar leoplouvier avatar thibaultvlacich avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

event-you-all's Issues

#10 creation des liens "type" ect PROBLEME

Dans la création d'événements, j'ai ajouté dans model, après la liste de bindparams :

if ($prep->execute()) {
      $idevent=$this->db->lastInsertId('id');
      //lier le type de l'event
      $otherprep = $this->db->prepare('
      INSERT INTO evenements_types (id_evenement,id_type)
      VALUES (:id_ev,:id_ty)');
      $otherprep->bindParam(':id_ev', $idevent);
      $otherprep->bindParam(':id_ty', $data['type']);

      return $this->db->lastInsertId('id');
    } else {
      return false;
    }
}

J'ai pris soin de définir dans controler le $data['type'] et ait changé les valeurs des différents choix en valeurs numériques, il n'y a pas de bug phpmyadmin MAIS il ne se créé rien non plus dans le tableau evenements_type... HELP !

Make final database

Ajouter cgu[cgu] text
themes[afficher] int
types[afficher] int

autres ?

Enlever badges
groupes

autres ?

Aide du site

Regroupe :

  • Nous contacter
  • Aide
  • A propos
  • Mentions légales
  • CGU
  • F.A.Q

Newsletter

un système' d’alerte' par'mail pour' prévenir' un' utilisateur' qu’un'événement' pouvant'

l’intéresser'vient'd’être'posté'sur le'site,'ou'n’est'plus'complet,

Sponsors

liste de noms : verifier si existe lors de liens sinon creer

Groupes utilisateurs

Création/édition de groupes
Joindre un groupe/inviter des membres
Voir le profil d'un groupe

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.