Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determiner les utilités #69

Open
nobe4 opened this issue Dec 11, 2014 · 6 comments
Open

Determiner les utilités #69

nobe4 opened this issue Dec 11, 2014 · 6 comments

Comments

@nobe4
Copy link
Member

nobe4 commented Dec 11, 2014

Contact_ic_model

@Neijann
Copy link
Contributor

Neijann commented Dec 15, 2014

Fichier : https://github.com/statox/caramel/blob/documentation_Nicolas/application/models/don_model.php

Déterminer l'utilité de : "public function read_numAd($numAd)"

Réponses possibles (non certaine, à vérifier) :

  1. Il va dans la table "contacts" pour comparer le numéro d'adhérent reçu avec l'ID de contact.
  2. Une jointure de clé primaire ?
    Utilité de la colonne "DON_C_NUM" de la table "dons" dans ce cas ?

@Neijann
Copy link
Contributor

Neijann commented Dec 15, 2014

Fichier : https://github.com/statox/caramel/blob/documentation_Nicolas/application/models/don_model.php

Déterminer l'utilité de 'after' (en fin de query)
Exemple :
return $this->db->join('contacts as cF', 'cF.CON_ID = DONS.CON_ID') >like('cF.CON_FIRSTNAME', (string) $firstnameAd, 'after');

@Neijann
Copy link
Contributor

Neijann commented Dec 15, 2014

don_model.php

Déterminer l'utilité réelle de cette fonction : public function read_Stats()

Explications :
Fait-elle réellement une vraie moyenne (somme de tous les montants/le nombre de montants) ou alors ((min+max) et autre chose...). Voir ça de près.

@statox
Copy link

statox commented Dec 15, 2014

https://github.com/statox/caramel/blob/master/application/controllers/admin.php#L144

Déterminer l'utilité de la fonction: document_type()

A priori elle fait appel à un fichier vue qui n'existe plus. à confirmer.

@Neijann
Copy link
Contributor

Neijann commented Dec 15, 2014

don_model.php

Déterminer l'utilité réelle de cette fonction : public function fetch_don($limit,$start)

@statox
Copy link

statox commented Dec 15, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants