Rechercher : dans
Par :

Comparatif framework php

Dernière réponse le 13 mai 2008 à 15:41:47 mickey91, le 24 jan 2005 à 16:17:14 
 Signaler ce message aux modérateurs

Salut,

J'essaie d'établir un comparatif entre tous les framework PHP existants ou en ts cas sur les plus utilisés (copix, studs, php.MVC, horde, eocene, ...) pour determiner celui que l'on va utiliser dans ma boite.

Si vous pouviez me donner des avis sur ceux que vous avez utilisés (ou des liens interessants).

Merci d'avance

Meilleures réponses pour « comparatif framework php » dans :
[PHP] Upload de fichiers VoirLe langage PHP permet de gérer des fichiers envoyés (uploadés) grâce à un formulaire HTML. Formulaire d'envoi de fichiers Configuration de PHP pour permettre l'upload Récupération du fichier avec PHP Formulaire d'envoi de fichiers La...
Installation rapide de LAMP (Apache+MySql+php) sous Linux VoirLAMP = Linux+Apache+MySql+Php. C'est le serveur web par excellence. L'ensemble est facile à installer. Installation rapide sudo aptitude install apache2 php5 mysql-server php5-mysql libapache2-mod-php5 Le mot de passe administrateur mySQL...
Télécharger Microsoft .NET Framework 2.0 (x86) VoirLe package redistribuable de Microsoft .NET Framework 2.0 installe le runtime .NET Framework et les fichiers associés requis pour l'exécution d'applications développées pour le .NET Framework 2.0. Le .NET Framework 2.0 fournit une évolutivité et...
Télécharger PHP Edit VoirPHPEdit est un environnement de développement intégré (IDE) sous Windows pour le langage PHP. Il offre un grand nombre de fonctionnalités permettant de développer plus efficacement : Coloration syntaxique Auto-complétion des fonctions Débuggeur...
PHP - Les opérateurs VoirQu'est-ce qu'un opérateur? Les opérateurs sont des symboles qui permettent de manipuler des variables, c'est-à-dire effectuer des opérations, les évaluer, ... On distingue plusieurs types d'opérateurs : les opérateurs de calcul les opérateurs...
PHP - Récupération de données VoirPHP rend très simple la récupération de données envoyées par l'intermédiaire de formulaires HTML. Création d'un formulaire Grâce à la balise FORM du langage HTML, il est très simple de créer des formulaires comprenant : des champs de saisie des...
PHP - Structures conditionnelles VoirQu'est-ce qu'une structure conditionnelle? On appelle structure conditionnelle les instructions qui permettent de tester si une condition est vraie ou non, c'est-à-dire si la valeur de son expression vaut 0 ou 1 (le PHP associe le mot clé true à 1...

1

lilalia, le 19 avr 2008 à 12:32:26

Bonjour,
Je voudrais savoir qu'est ce qu'n framework en php?a quoi sert-il?comment je peux avoir des cours pour apprendre a l'utiliser? Merci de m'aider c'est urgent???
lilalia1985@hotmail.com

Répondre à lilalia

2

 merindol, le 13 mai 2008 à 15:41:47

Hi.


I was looking for a great php framework.
And I found it.
It's kite new, under-known and named Akelos Framework : www.akelos.org

I've been using it for 2 months now and I'm so happy with it !
I have tried many frameworks (Symfony, CI, CakePhp, and the like) and with all
of them I had to choose between 'powerfull/overwhelming' and 'weak/flexible'.
Akelos is really powerfull and I feel free to code the application I want.

I do some advertisment because Akelos is really under-known and I wanted
to share some feedbacks about my experience.

The only drawbacks of Akelos are : small community and small documentation.
It's mainly because it's a new project.

Akelos is a PHP port of Ruby on Rails. And it's a great port : it respects
the phylosophy and the features without perverting anything.
More ! Akelos added many great features of his own that feat gracefully
with the whole (the multilingual feature and view Sintags are so great
and easy to use...).
Akelos rely heavily on conventions and that remove all the overwhelmingness
of the framework : it's easy and intuitive.

Really, you should try it.

To start, you can look at :
- The screencast that cover the basic features of the framework : http://www.akelos.org/screencasts
- The README.txt in the Akelos archive (zip or svn) : http://www.akelos.org/download
- Some basics : http://wiki.akelos.org/tip-sheet-for-beginners
- To try and get started : http://wiki.akelos.org/gettingstarted
- The small tutorial (that is going to grow) : http://www.akelos.org/docs/tutorials/booklink
-

To learn more :
- Some documentation wich have to be completed : http://wiki.akelos.org
- Classes doc to learn about all the powerfull methods : http://www.akelos.org/xref
- The forum to grow the community : http://forum.akelos.org (very responsive community, despite it is small)
- The plugins repository (that has to grow) : http://wiki.akelos.org/plugins

Please forgive my unperfect english and be sure of my sincerity ; I'm not member
of the Akelos team or anything, I'm just an exultant Akelos user.


Best regards. merindol

Répondre à merindol