Schedule: phpAspect

Speakers
William Candillon
Schedule
Day Sunday
Room Ferrer
Start time 10:00
End time 10:15
Duration 00:15
Info
Event type Podium
Track Lightning Talks
Language English
Media
Slides (PDF)
phpAspect

A lightning talk about phpAspect, aspect-oriented programming in PHP.

The talk will be a quick overview of phpAspect and demonstrates how this tool can be used to modularize web-specifics crosscutting concerns like XSS faillures with a very simple use case.

About phpAspect:

In software engineering, the programming paradigm of aspect-oriented programming (AOP), attempts to aid programmers in the separation of technical concerns (persistence, logging, etc) from the business logic. This paradigm introduce a software entity, called aspect which, thanks to a mechanism of weaving, can enrich portions of business logic with technical processes. In phpAspect this mechanism of weaving uses XSLT to perform source code transformation.