다운로드
소프트웨어 개발
계정
다운로드
소프트웨어 개발
Login
Forgot Account/Password
계정 만들기
언어
도움
언어
도움
×
Login
Login Name
Password
×
Forgot Account/Password
Translation Status of 한국말
Category:
Software
People
PersonalForge
Magazine
Wiki
검색
OSDN
>
브라 우즈 소프트웨어
>
Internet
>
WWW/HTTP
>
Site Management
>
Suin on PHP
>
Ticket List/Search
>
Ticket #12885
Suin on PHP
Description
Project Summary
Developer Dashboard
웹 페이지
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
다운로드
List of Releases
Stats
소스 코드
Code Repository list
Subversion
View Repository
티켓
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
FrontPage
Title index
Recent changes
News
Ticket #12885
Ticket List
Submit New Ticket
RSS
Postクラスをもう少し細分化する
오픈 날짜:
2008-06-28 21:19
마지막 업데이트:
2008-06-28 21:23
monitor
ON
OFF
Reporter:
suin
소유자:
suin
Type:
Feature Requests
Status:
Open [Owner assigned]
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Details
Reply
protected function _load(){}
protected function _receive(){}
protected function _check(){}
protected function _confirm(){}
protected function _save(){}
protected function _predelete(){}
protected function _delete(){}
に加えて
_redirect()
_postsave()
_postdelete()
を追加する。
redirect先を換えたいだけのとき、例えば、管理画面にあっ
たフォームを一般ユーザのほうに公開する際にはextendsする
はずだが、redirect()が分離されてないと、いちいちsaveご
と上書きしないといえけない。不便。
Ticket History (1/1 Histories)
2008-06-28 21:23
Updated by:
suin
(Category change on Tracker)
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
protected function _receive(){}
protected function _check(){}
protected function _confirm(){}
protected function _save(){}
protected function _predelete(){}
protected function _delete(){}
に加えて
_redirect()
_postsave()
_postdelete()
を追加する。
redirect先を換えたいだけのとき、例えば、管理画面にあっ
たフォームを一般ユーザのほうに公開する際にはextendsする
はずだが、redirect()が分離されてないと、いちいちsaveご
と上書きしないといえけない。不便。