• Aller au contenu

Cyrille Giquello

Outils pour utilisateurs

  • S'identifier

Outils du site

  • Derniers changements
  • Gestionnaire Multimédia
  • Plan du site
Vous êtes ici : accueil » fr
Piste : • acteurs • iso_15504 • ai_agent • qmail • le_taux_des_livrets • conduite_projet • jobs • ai_vision • panneaux_solaires • gestion_de_la_langue_de_l_utilisateur

fr

Recherche

Voici les résultats de votre recherche.

Commence par
  • Correspondance exacte
  • Commence par
  • Se termine par
  • Contient
@informatique:php
  • toute catégorie
  • informatique:php:laravel (4)
  • informatique:php:symfony (2)
  • informatique:php:zend_framework (2)
N'importe quelle date
  • N'importe quelle date
  • la semaine dernière
  • le mois dernier
  • l'année dernière
Trier par nombre de résultats
  • Trier par nombre de résultats
  • Trier par date de modification

Pages trouvées :

  • comparaison_zend_framework_symfony
  • zend_framework (infor…que:php)
  • etude_perso (inform…ramework)
  • utils_zfapplicationexplorer

Résultats plein texte:

zend_framework
132 Occurrences trouvées, Dernière modification : il y a 14 ans
====== Zend Framework ====== {{:informatique:php:zend-framework_logo.gif|Zend Framework}} http://framework.zend.com/ Programmer's Reference Guide : [[http://framework.zend.com/manu
laravel_1
57 Occurrences trouvées, Dernière modification : il y a 12 mois
el ====== [[http://laravel.com|Laravel]] The PHP Framework For Web Artisans. Voir aussi : * [[/informatique/php/lumen|Lumen]] une version micro-framework de Laravel 5. * [[informatique/web/tailw... el et Livewire * [[https://github.com/laravel-frontend-presets|laravel-frontend-presets]], en plus des quelques ui presets fournis par Laravel pour un
symfony
24 Occurrences trouvées, Dernière modification : il y a 17 mois
] Les livres Sensio Labs (buy or read online for free) * [[http://books.sensiolabs.com/book/filter|... p://www.symfony-project.org/more-with-symfony/1_4/fr/|Plus loin avec Symfony 1.3 & 1.4]] en français. **symfony-project.org**\\ * Le site du projet Sym... rojets et des offres d'emploi en relation avec le framework Symfony. Et notamment une [[http://symfoni
comparaison_zend_framework_symfony
19 Occurrences trouvées, Dernière modification : il y a 14 ans
====== Comparaison Zend_Framework et Symfony ====== * [[:informatique:php:zend_framework|Zend_Framework]] * [[:informatique:php:symfony|Symfony]] Avant de commencer un projet d'application Web, la question se pose de choisir un framework sur lequel concevoir cette application. Po
lumen
15 Occurrences trouvées, Dernière modification : il y a 12 mois
====== Lumen ====== Lumen is a "micro-framework" built on top of [[informatique:php:laravel_1|Laravel]]'s components, and is the official micro-framework of Laravel. Lumen is built for speed, and is one of the fastest PHP micro-frameworks available - even significantly faster than similar frameworks such as Silex. http://lumen.laravel.com
slim
14 Occurrences trouvées, Dernière modification : il y a 11 ans
====== Slim Framework ====== Un framework web très léger pour Php. * [[http://slimframework.com|Slim Framework]] [[http://coenraets.org/blog/2011/12/restful-services-with-jquery-php-and-the-slim-framework/|RESTful services with jQuery, PHP and the
performance
11 Occurrences trouvées, Dernière modification : il y a 10 ans
you are, where you should go and how far are you from the place you need to be. Profiling would allow... equests, complex calculations, full pages or page fragments, etc., etc. Caching expensive operations i... of it, you may look into [[/informatique/php/Zend_Framework|Zend Framework]]’s caching infrastructure – which support the backends described above and mor
gestion_de_la_langue_de_l_utilisateur @informatique:php:symfony
10 Occurrences trouvées, Dernière modification : il y a 14 ans
e. ==== Pas de culture par défaut ==== # apps/frontend/config/settings.yml all: .settings: ... es langues disponibles sur le site ==== # apps/frontend/config/app.yml all: .global: available_cultures: [fr,en] ==== Le filtre AutoLanguageFilter ==== La c... Filter qui hérite de sfFilter : <code php> # apps/frontend/lib/AutoLanguageFilter.class.php class Auto
etude_perso @informatique:php:zend_framework
9 Occurrences trouvées, Dernière modification : il y a 14 ans
====== Zend Framework : Etude perso ====== ===== Questions ===== ==== Design des Views et Editeur html wysiwyg ==== * http://www.z-f.fr/forum/viewtopic.php?pid=15834 ==== Zend_Layout et Helpers ==== http://www.z-f.fr/forum/viewtopic.php?id=2766 Atelier Zend Framework : [[http://julien-pauli.developpez.com/tutoriels/
filamentphp @informatique:php:laravel
8 Occurrences trouvées, Dernière modification : il y a 12 mois
s for FilamentPHP * Filament API: Generate APIs from your filament resource using a single line of c... PWA feature on your FilamentPHP app with settings from panel * Filament Simple Theme: A simple theme... our FilamentPHP panel * Filament Blog Template: Frontend for CMS Builder to build a blog and persona... ra Zeus ==== https://larazeus.com/packages Some free and some premium... * Bolt: Dynamic Form Bui
cache
6 Occurrences trouvées, Dernière modification : il y a 14 ans
facilement installable. Voir: * (en) [[http://fr2.php.net/apc|APC Manual]] * (fr) http://fr.wikipedia.org/wiki/Alternative_PHP_Cache * (fr) [[http://julien-pauli.developpez.com/tutoriels/php/
orm
5 Occurrences trouvées, Dernière modification : il y a 14 ans
== Articles ===== [[http://totalement.geek.oupas.fr/article/2009/02/14/symfony-bench-des-orm-propel-e... om ==== Xyster ==== Xyster is a PHP application framework based on the Zend Framework. It adds several new features including a sophisticated ORM system... like "Uint of Works" * Model class inheritance free [[http://sourceforge.net/apps/trac/phplightorm
tips
5 Occurrences trouvées, Dernière modification : il y a 8 mois
e les caractères accentués ou autres de la langue française: é, è, ê, ù, ç, É, À, ... Utiliser la clas... lation unicode). <code> // match les caractères français et espace et tiret: /^[[:word:] \-]+$/u </... ... ==== Pointeur de fonction ==== http://mmmm.free.fr/doc/pointfunc.html ==== Merge object inheritance property ==== Chaque classe d'une chaîne d'hé
dal
4 Occurrences trouvées, Dernière modification : il y a 14 ans
==== Implémentations ===== ==== PDO ==== http://fr.php.net/manual/en/book.pdo.php The PHP Data Obj... ith earlier versions of PHP. Voir: * [[http://fr.php.net/manual/en/book.pdo.php|PDO Manual]] sur P... omplet et très pertinent) ==== DBX ==== http://fr.php.net/manual/en/book.dbx.php The dbx module is... as of PHP 5.1.0. ==== Unified ODBC ==== http://fr.php.net/manual/en/book.uodbc.php In addition to
enso
4 Occurrences trouvées, Dernière modification : il y a 12 mois
====== Enso - Laravel Framework ====== [[https://docs.laravel-enso.com/|Enso]] Full featured Single P... ackend https://github.com/laravel-enso/enso * frontend https://github.com/enso-ui * site https... de/|Guide]] * [[https://docs.laravel-enso.com/frontend/|Frontend]] * [[https://docs.laravel-enso.com/backend/|Backend]] * [[https://docs.larav
symfony2
4 Occurrences trouvées, Dernière modification : il y a 14 ans
etude_perso @informatique:php:symfony
4 Occurrences trouvées, Dernière modification : il y a 14 ans
laravel
3 Occurrences trouvées, Dernière modification : il y a 3 semaines
aop
2 Occurrences trouvées, Dernière modification : il y a 3 ans
build_win32
2 Occurrences trouvées, Dernière modification : il y a 14 ans
cakephp
2 Occurrences trouvées, Dernière modification : il y a 12 mois
multiotp
2 Occurrences trouvées, Dernière modification : il y a 3 ans
horizon @informatique:php:laravel
2 Occurrences trouvées, Dernière modification : il y a 3 ans
voyager @informatique:php:laravel
2 Occurrences trouvées, Dernière modification : il y a 5 ans
utils_zfapplicationexplorer @informatique:php:zend_framework
2 Occurrences trouvées, Dernière modification : il y a 14 ans
composer
1 Occurrences trouvées, Dernière modification : il y a 5 ans
october
1 Occurrences trouvées, Dernière modification : il y a 12 mois
ovh_s3_object_storage @informatique:php:laravel
1 Occurrences trouvées, Dernière modification : il y a 2 ans

Outils de la page

  • Afficher la page
  • Anciennes révisions
  • Liens de retour
  • Haut de page
Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki