PHP 에서도 anotation 드리븐을 구현 할 수 있을거 같내요 ㅎ;
http://code.google.com/p/addendum/
잘만 활용 하면, spring framework 장점만 경량화 하여
php 진영에서도 ... framework 도 나오지 않을가 하는
생각을 문득 해봤습니다.
------------------------------------------------------------------
/** @Table("people") */
class Person {
// some code
}
$reflection = new ReflectionAnnotatedClass('Person'); // by class name
$reflection->getAnnotation('Table')->value; // contains string "people"
----------------------------------------------------------------------
class RolesAllowed extends Annotation {}
/** @RolesAllowed({'admin', 'web-editor'}) */
class CMS {
// some code
}
$reflection = new ReflectionAnnotatedClass('CMS');
$annotation = $reflection->getAnnotation('RolesAllowed');
$annotation->value; // contains array('admin', 'web-editor'
-------------------------------------------------------------
/** @Mapping(inheritance = @SingleTableInheritance, columns = {@ColumnMapping('id'), @ColumnMapping('name')}) */
class Person {}
$reflection = new ReflectionAnnotatedClass('Person');
$annotation = $reflection->getAnnotation('Mapping');
$annotation->inheritance; // SingleTableInheritance annotation
$annotation->columns; // array of ColumnMapping annotations
$annotation->columns[0]->value; // 'id'
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7530 | 10년 전 | 789 | ||
| 7529 |
파랑새1597
|
10년 전 | 1211 | |
| 7528 |
파랑새1597
|
10년 전 | 1313 | |
| 7527 |
integrity7
|
10년 전 | 1397 | |
| 7526 | 10년 전 | 2408 | ||
| 7525 |
다빈치코드777
|
10년 전 | 1102 | |
| 7524 | 10년 전 | 1568 | ||
| 7523 | 10년 전 | 960 | ||
| 7522 |
|
10년 전 | 991 | |
| 7521 |
blackkil
|
10년 전 | 1871 | |
| 7520 | 10년 전 | 1295 | ||
| 7519 |
Gaumi
|
10년 전 | 1082 | |
| 7518 | 10년 전 | 1482 | ||
| 7517 | 10년 전 | 834 | ||
| 7516 | 10년 전 | 1285 | ||
| 7515 | 10년 전 | 1402 | ||
| 7514 |
|
10년 전 | 4486 | |
| 7513 |
멋진남자임
|
10년 전 | 1136 | |
| 7512 |
다빈치코드777
|
10년 전 | 872 | |
| 7511 |
|
10년 전 | 3397 | |
| 7510 | 10년 전 | 1366 | ||
| 7509 | 10년 전 | 1143 | ||
| 7508 | 10년 전 | 714 | ||
| 7507 |
senseme
|
10년 전 | 744 | |
| 7506 |
멋진남자임
|
10년 전 | 1637 | |
| 7505 | 10년 전 | 4007 | ||
| 7504 | 10년 전 | 2142 | ||
| 7503 | 10년 전 | 989 | ||
| 7502 | 10년 전 | 518 | ||
| 7501 | 10년 전 | 1442 | ||
| 7500 | 10년 전 | 1493 | ||
| 7499 | 10년 전 | 3388 | ||
| 7498 | 10년 전 | 1214 | ||
| 7497 |
dethos79
|
10년 전 | 2963 | |
| 7496 | 10년 전 | 2149 | ||
| 7495 | 10년 전 | 866 | ||
| 7494 |
CHAVO
|
10년 전 | 1129 | |
| 7493 | 10년 전 | 2648 | ||
| 7492 | 10년 전 | 1269 | ||
| 7491 | 10년 전 | 1480 | ||
| 7490 | 10년 전 | 2335 | ||
| 7489 | 10년 전 | 2121 | ||
| 7488 |
toptopon
|
10년 전 | 891 | |
| 7487 |
|
10년 전 | 1031 | |
| 7486 | 10년 전 | 3355 | ||
| 7485 | 10년 전 | 1312 | ||
| 7484 | 10년 전 | 1373 | ||
| 7483 | 10년 전 | 1023 | ||
| 7482 | 10년 전 | 650 | ||
| 7481 | 10년 전 | 857 | ||
| 7480 | 10년 전 | 1230 | ||
| 7479 | 10년 전 | 2602 | ||
| 7478 | 10년 전 | 1172 | ||
| 7477 |
멋진남자임
|
10년 전 | 1522 | |
| 7476 |
zeppeto
|
10년 전 | 1143 | |
| 7475 |
200점아빠
|
10년 전 | 910 | |
| 7474 | 10년 전 | 4003 | ||
| 7473 | 10년 전 | 996 | ||
| 7472 |
나르시스1
|
10년 전 | 1244 | |
| 7471 | 10년 전 | 874 | ||
| 7470 | 10년 전 | 1279 | ||
| 7469 |
플라이SINJI
|
10년 전 | 980 | |
| 7468 |
|
10년 전 | 549 | |
| 7467 |
|
10년 전 | 666 | |
| 7466 | 10년 전 | 1118 | ||
| 7465 | 10년 전 | 1184 | ||
| 7464 |
|
10년 전 | 1189 | |
| 7463 | 10년 전 | 1250 | ||
| 7462 |
진짜별사탕
|
10년 전 | 855 | |
| 7461 | 10년 전 | 947 | ||
| 7460 | 10년 전 | 3731 | ||
| 7459 |
멋진남자임
|
10년 전 | 1555 | |
| 7458 |
멋진남자임
|
10년 전 | 481 | |
| 7457 | 10년 전 | 920 | ||
| 7456 | 10년 전 | 764 | ||
| 7455 | 10년 전 | 2156 | ||
| 7454 | 10년 전 | 630 | ||
| 7453 | 10년 전 | 824 | ||
| 7452 |
중국어사이트제작
|
10년 전 | 506 | |
| 7451 | 10년 전 | 905 | ||
| 7450 | 10년 전 | 627 | ||
| 7449 |
울라라라우
|
10년 전 | 950 | |
| 7448 | 10년 전 | 1632 | ||
| 7447 |
멋진남자임
|
10년 전 | 504 | |
| 7446 | 10년 전 | 549 | ||
| 7445 |
네이비칼라
|
10년 전 | 1675 | |
| 7444 |
senseme
|
10년 전 | 1406 | |
| 7443 | 10년 전 | 1341 | ||
| 7442 | 10년 전 | 729 | ||
| 7441 |
멋진남자임
|
10년 전 | 1436 | |
| 7440 | 10년 전 | 910 | ||
| 7439 |
|
10년 전 | 760 | |
| 7438 |
|
10년 전 | 936 | |
| 7437 |
basement
|
10년 전 | 1034 | |
| 7436 |
잘살아보자
|
10년 전 | 1128 | |
| 7435 | 10년 전 | 1087 | ||
| 7434 | 10년 전 | 3790 | ||
| 7433 |
|
10년 전 | 2738 | |
| 7432 |
alexkim
|
10년 전 | 859 | |
| 7431 |
이웃집초보
|
11년 전 | 1311 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기