Proceedings of the 24th Annual ACM International Conference on Design of Communication 2006
DOI: 10.1145/1166324.1166371
|View full text |Cite
|
Sign up to set email alerts
|

Documenting aspect-oriented PHP (AOPHP)

Abstract: This paper describes the process for documenting programs using Aspect-Oriented PHP through AOPHPdoc. We discuss some of the problems involved in documenting AspectOriented programs, solutions to these problems, and the creation of documentation with AOPHPdoc. A survey of programmers found no preference for Javadoc-styled documentation over the colored-coded AOPHP documentation.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
1
0
1

Year Published

2006
2006
2006
2006

Publication Types

Select...
1
1

Relationship

0
2

Authors

Journals

citations
Cited by 2 publications
(2 citation statements)
references
References 5 publications
(6 reference statements)
0
1
0
1
Order By: Relevance
“…A more elegant and flexible solution makes use of the aspectoriented programming [5] (AOP) paradigm to weave the necessary functionality into the application code, either at compile or at run time. As AOP implementations for PHP [18] do not yet support the necessary features (intercepting string operations, not merely function calls), in our prototype we implemented CSSE using the second approach, i.e., by modifying the PHP platform.…”
Section: Methodsmentioning
confidence: 99%
“…A more elegant and flexible solution makes use of the aspectoriented programming [5] (AOP) paradigm to weave the necessary functionality into the application code, either at compile or at run time. As AOP implementations for PHP [18] do not yet support the necessary features (intercepting string operations, not merely function calls), in our prototype we implemented CSSE using the second approach, i.e., by modifying the PHP platform.…”
Section: Methodsmentioning
confidence: 99%
“…Para possibilitar a POA em PHP, Stamey et al 2004desenvolveram a AOPHP. A AOPHP 9 ainda encontra-se em desenvolvimento, e a versão atual dá apoioà execução de adendos antes, em substituição e depois (before, around e after ) da execução dos pontos de junção de um programa (Stamey et al, 2004). Além disso, a AOPHP foi desenvolvida em Java 1.5 eé executada com o servidor Web Apache 10 .…”
Section: Poa Em Outras Linguagensunclassified