Descargar
Desarrollar
Cuenta
Descargar
Desarrollar
Entrar
Forgot Account/Password
Crear Cuenta
Idioma
Ayuda
Idioma
Ayuda
×
Entrar
Nombre de usuario
Contraseña
×
Forgot Account/Password
Translation Status of Español
Categoría:
Software
Gente
PersonalForge
Magazine
Wiki
Buscar
OSDN
>
Buscar Software
>
Internet
>
WWW/HTTP
>
Site Management
>
Suin on PHP
>
Ticket List/Search
>
Incidencia #12885
Suin on PHP
Descripción
Project Summary
Developer Dashboard
Página Web
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
Historial
Descargas
List of Releases
Stats
Código Fuente
Code Repository list
Subversion
Ver Repositorio
Incidencia
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
FrontPage
Title index
Recent changes
Noticias
Incidencia #12885
Ticket List
Submit New Ticket
RSS
Postクラスをもう少し細分化する
Abrir Fecha:
2008-06-28 21:19
Última actualización:
2008-06-28 21:23
monitor
ON
OFF
Informador:
suin
Propietario:
suin
Tipo:
Feature Requests
Estado:
Open [Owner assigned]
Componente:
(Ninguno)
Hito:
(Ninguno)
Prioridad:
5 - Medium
Gravedad:
5 - Medium
Resolución:
Ninguno
Fichero:
Ninguno
Details
Responder
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
(Categoría change on Tracker)
Attachment File List (
0
)
Attachment File List
No attachments
Editar
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Entrar
Add Comment
Vista previa
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ご
と上書きしないといえけない。不便。