public marks

PUBLIC MARKS from nhoizey with tags php & tutoriel

2009

2006

Installer le framework PHP Symfony sur Ubuntu Dapper Drake - Prendre un Café

by 5 others (via)
A l'instar de RoR, Symfony est basé sur le motif de conception MVC et utilise une couche d'abstraction d'accès aux données et d'implémentation AJAX. Il est développé en PHP5 par une équipe française, cocorico ! Voyons ensemble comment installer la bête sur une Ubuntu Dapper Drake toute fraîche.

Chez Xavier - Votre blog sous Symfony, pas à pas

by 10 others (via)
Cet article s'adresse aux développeurs Web disposant des connaissances basiques en PHP, gestion de bases de données, et plus généralement d'une culture en développement Web. Il présente les différentes étapes nécessaires à la construction d'un blog à l'aide du Framework Symfony.

Recommended PHP reading list

by 2 others (via)
Learn about PHP (Hypertext Preprocessor) with this reading list compiled for programmers and administrators by IBM Web application developers.

2005

Samalyse - Tutorial - Database frontend with PEAR DataGrid and DataObject

by 3 others
Structures_DataGrid and DB_DataObject are two PEAR components, which can be connected together, to easily display the data contained in a SQL table, and let the user sort and page through it. By cleverly using these two components, and with minimal typing, I will try and show you how you can bypass the usual steps of parsing GET parameters, performing SQL requests, and generating HTML content.