slam4:php:phalcon:td3

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
slam4:php:phalcon:td3 [2015/10/01 23:50] – modification externe 127.0.0.1slam4:php:phalcon:td3 [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1
Ligne 39: Ligne 39:
 ==== -- Fonctionnalités à implémenter ==== ==== -- Fonctionnalités à implémenter ====
  
 +**Remarque : utiliser [[http://phalcon-jquery.kobject.net/|phalcon-jquery]], en particulier pour fluidifier la navigation avec ajax**
   - Afficher les catégories (éventuel filtrage)   - Afficher les catégories (éventuel filtrage)
   - Afficher les produits dans une catégorie sélectionnée (éventuel filtrage)   - Afficher les produits dans une catégorie sélectionnée (éventuel filtrage)
Ligne 48: Ligne 49:
   - Valider le panier et passer commande   - Valider le panier et passer commande
   - Rectifier/Annuler une commande si elle n'est pas passée depuis plus de 30 minutes   - Rectifier/Annuler une commande si elle n'est pas passée depuis plus de 30 minutes
- 
 ==== -- Structure technique ==== ==== -- Structure technique ====
  
Ligne 69: Ligne 69:
 ^::: | <html><span class="method">deleteAction(id)</span></html>\\ Supprime du panier le produit dont l'id est passé | ^::: | <html><span class="method">deleteAction(id)</span></html>\\ Supprime du panier le produit dont l'id est passé |
 ^::: | <html><span class="method">clearAction</span></html>\\ Vide le panier | ^::: | <html><span class="method">clearAction</span></html>\\ Vide le panier |
-^**Vues** | <html><span class="jsp" style="font-size:16px">views/index.phtml</span></html> vue principale | +^**Vues** | <html><span class="jsp" style="font-size:16px">views/index.volt</span></html> vue principale | 
-^::: | <html><span class="jsp" style="font-size:14px">views/index/search.phtml</span></html> Formulaire de recherche | +^::: | <html><span class="jsp" style="font-size:14px">views/index/search.volt</span></html> Formulaire de recherche | 
-^::: | <html><span class="jsp" style="font-size:14px">views/produit/index.phtml</span></html> Affiche la liste des produits | +^::: | <html><span class="jsp" style="font-size:14px">views/produit/index.volt</span></html> Affiche la liste des produits | 
-^::: | <html><span class="jsp">views/produit/show.phtml</span></html> Affiche un produit | +^::: | <html><span class="jsp">views/produit/show.volt</span></html> Affiche un produit | 
-^::: | <html><span class="jsp" style="font-size:14px">views/panier/index.phtml</span></html> Affiche le contenu du panier | +^::: | <html><span class="jsp" style="font-size:14px">views/panier/index.volt</span></html> Affiche le contenu du panier | 
-^::: | <html><span class="jsp">views/panier/message.phtml</span></html> Affiche un message suite à la mise à jour du panier |+^::: | <html><span class="jsp">views/panier/message.volt</span></html> Affiche un message suite à la mise à jour du panier |
  • slam4/php/phalcon/td3.1443736231.txt.gz
  • Dernière modification : il y a 6 ans
  • (modification externe)