PUBLIC   marks

PUBLIC MARKS with tag poo

Sponsorised links

February 2008

January 2008

Free UML Tool for Fast UML Diagrams

by sdaclin & 1 other
Ensembles d'outils pour décrire des diagrammes UML

Introduction to the Diagrams of UML 2.0

by sdaclin & 2 others
Description synthétique des diagrammes UML2

Sponsorised links

December 2007

July 2007

March 2007

Tutoriel PHP : pourquoi passer au développement orienté objet ?

by daxlebo & 1 other
A y est je m'y suis mis. Depuis bientôt un an, je titille la bête. Quoi donc ? La programmation orientée objet (POO). Je commence à entrevoir les véritables avantages de ce mode de développement. Pourtant j'avais le profil-type du développeur PHP OO depuis au moins deux ans, travaillant au quotidien sur des systèmes de gestion de contenu maison de plus en plus compliqués.

February 2007

January 2007

JavaScript & la POO - Puissance du plus populaire langage de script.

by clochix
JavaScript est il un langage de programmation orienté objet ? Si il fait un usage intensif des objets ca n'en fait pas pour autant un langage de POO, juste un langage basé sur des objets me direz vous ; Je vous l'accorde, et pourtant ... Quelles sont les principales spécificités des langages de POO ? L'encapsulation, l'héritage et le polymorphisme... JavaScript, à sa manière, offre toutes ces possibilités.

November 2006

October 2006

Programmation objet, java, C++, Sécurité

by pprados
De très nombreux articles sur Java, C++, la programmation objet, Internet et la sécurité.

September 2006

August 2006

Toilet Humor

by wagemage
Isn't it amazing how much crap we come up with to avoid saying crap?

July 2006

Programmation par aspect.

by sdaclin & 1 other
La programmation par aspect utilise l'inversion de contrôle comme précept de base. De ce fait, seule la logique métier tient le premier rôle, les acteurs secondaires (authentification sécurité persistance ...) sont "tissés" ultérieurement dans le

Expose | PHP template engine

by fredbird
Expose is a template engine written in PHP. A template is a special kind of document that describes how a page will look like. How does this differ from writing webpages/applications using ordinary PHP files? A template does not contain code to fetch data from a database or deal with forms. It only contains code how this data is transformed to HTML. There's a lot of debate in the template world about wether one should use a template engine that uses a custom syntax (eg. Smarty) or one that uses PHP as it is (eg. PHPSavant). The first approach has the advantage of a safe environment designers work in, at the cost of reduced flexibility. The latter has the advantage of the full power of PHP, at the cost of reduced security. Expose uses both approaches. It supports (most) PHP functions and language elements while still being secure by using a tokenizer and compiler that checks the syntax and functions that are used.

Savant2 (2.4.3)

by fredbird & 2 others
Savant is a powerful but lightweight object-oriented template system for PHP. Unlike other template systems, Savant by default does not compile your templates into PHP; instead, it uses PHP itself as its template language so you don't need to learn a new markup system. Savant has an object-oriented system of template plugins and output filters so you can add to its behavior quickly and easily.

MALA template

by fredbird
moteur de template orienté objet en PHP

May 2006

PUBLIC TAGS related to tag poo

no tag

Sponsorised links