PUBLIC   marks

PUBLIC MARKS with tag poo

Sponsorised links

This year

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

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.

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.

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é.

Toilet Humor

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

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.

PUBLIC TAGS related to tag poo

no tag

Sponsorised links