IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Zend Framework PHP Discussion :

Nouveaux composants : Zend_Tool* [News]


Sujet :

Zend Framework PHP

  1. #1
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut Nouveaux composants : Zend_Tool*
    Salut

    Ralph Schindler vient d'annoncer ses nouveaux proposals concernant Zend_Tool :
    • Zend_Tool_Rpc : classe générique permettant notamment d'exposer des outils selon un principe Webservice-RPC ;
    • Zend_Tool_Project : classe permettant de gérer un projet (répertoires, fichiers etc.) ;
    • Zend_Tool_CodeGenerator : classe pouvant générer du code PHP (contrôleurs etc.).

    Les outils de scaffolding arrivent dans ZF

  2. #2
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    Pour info, Julien vient de poster quelques détails supplémentaires sur son blog : http://blog.developpez.com/julienpau...lfing_zendfram

  3. #3
    Membre à l'essai
    Profil pro
    Inscrit en
    Mai 2008
    Messages
    16
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2008
    Messages : 16
    Points : 17
    Points
    17
    Par défaut
    Merci Yogui et Julien,

    Juste testé le quickstart, ca promet et c'est utilisable right now !
    http://framework.zend.com/wiki/displ...l+-+Quickstart

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
     
    fabrice@dell-desktop:~$ mkdir toto
    fabrice@dell-desktop:~$ cd toto/
    fabrice@dell-desktop:~/toto$ zf create project
    creating project at /home/fabrice/toto
    fabrice@dell-desktop:~/toto$ find .
    .
    ./public
    ./public/index.php
    ./public/.htaccess
    ./application
    ./application/bootstrap.php
    ./application/views
    ./application/views/scripts
    ./application/views/scripts/index
    ./application/views/scripts/index/index.phtml
    ./application/views/helpers
    ./application/controllers
    ./application/controllers/IndexController.php
    ./application/controllers/ErrorController.php
    ./application/models
    ./application/configs
    ./.zfproject.xml
    ./library
    ./library/Zend
    fabrice@dell-desktop:~/toto$

  4. #4
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    N'hésitez pas à envoyer vos commentaires sur le Wiki, cela devient urgent

    Ralph and I have been wondering why the community hasn't gotten very
    involved with the Zend_Tool proposals yet- especially since it's such a
    critical, extensive, ground breaking, and *interesting* piece of the
    framework. In fact, it would be fair to say that it is a framework
    itself that operates in a very different context from the rest of our
    components. Today the obvious dawned on us: why don't we just ask the
    community? So,


    Why haven't you reviewed the Zend_Tool proposals?


    Here are links to the relevant proposals:

    http://framework.zend.com/wiki/displ...alph+Schindler
    http://framework.zend.com/wiki/displ...alph+Schindler
    http://framework.zend.com/wiki/displ...alph+Schindler

    A related proposal can be found here:

    http://framework.zend.com/wiki/displ...alph+Schindler

    Thanks for any feedback.

  5. #5
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    Pour info :
    Hey All!

    To help facilitate and focus the development (and understanding) of the
    Zend_Tool proposals, I am creating a Yahoo group for all development
    communications.

    What I hope to accomplish is to get a good group of people together that are
    willing to be part of a "focus group" so to speak - the end result being
    that in the next month, the community will have a better communication
    channel to get Zend_Tool only related development information.

    The group is located here:

    http://tech.groups.yahoo.com/group/zf-tool/

    And anyone willing to dedicate some time to this initiative, I urge you to
    join up!

    Thanks,
    Ralph Schindler

  6. #6
    Futur Membre du Club
    Profil pro
    Inscrit en
    Septembre 2008
    Messages
    5
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2008
    Messages : 5
    Points : 5
    Points
    5
    Par défaut Génération de code
    Quelques détails sur la génération de code sur mon blog : http://maxence-delannoy.blogspot.com...framework.html

Discussions similaires

  1. Comment installer de nouveaux composants JSF
    Par eponette dans le forum NetBeans
    Réponses: 1
    Dernier message: 06/12/2006, 01h20
  2. [VC# 2005 express] Problème insertion nouveaux composants
    Par LE NEINDRE dans le forum Windows Forms
    Réponses: 5
    Dernier message: 03/07/2006, 16h18
  3. créer des nouveaux composants
    Par Myth_Titans dans le forum MFC
    Réponses: 7
    Dernier message: 15/06/2006, 21h14
  4. [WD10] Où trouver des nouveaux composants et tutos ?
    Par lalilo dans le forum WinDev
    Réponses: 5
    Dernier message: 01/03/2006, 17h39
  5. Réponses: 3
    Dernier message: 01/08/2005, 21h32

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo