Download
Desenvolver
Conta
Download
Desenvolver
Login
Forgot Account/Password
Criar Conta
Linguagem
Ajuda
Linguagem
Ajuda
×
Login
Nome de acesso
Senha
×
Forgot Account/Password
Estado tradução de Português
Category:
Software
People
PersonalForge
Magazine
Wiki
Pesquisa
OSDN
>
Pesquisar Software
>
XOOPS Shade
>
Ticket List/Search
>
Tíquete #10526
XOOPS Shade
Descrição
Project Summary
Developer Dashboard
Página da Web
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
Histórico
Downloads
List of Releases
Stats
Código Fonte
Code Repository list
CVS
Visualizar Repositório
Tíquete
Ticket List
Milestone List
Type List
Lista de componentes
List of frequently used tickets/RSS
Submit New Ticket
Documents
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
Communication
List of Forums
cubson (28)
News
Tíquete #10526
Ticket List
Submit New Ticket
RSS
undefined constant on AbstractAction
:
2007-06-01 18:20
Última Atualização:
2007-10-17 15:26
monitor
ON
OFF
Relator:
mumincacao
Dono:
(Nenhum)
Tipo:
cubson Bugs
Estado:
Aberto
Componente:
(Nenhum)
Marcos:
(Nenhum)
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Nenhum
Arquivo:
Nenhum
Details
Responder
/cubson/Generator/Project/AbstractActionGenerator.cs
の AbstractActionGenerator::CreateActionClass() にある
getDefaultView.AppendCode("return {Dirname}
_FRAME_VIEW_NONE;");
と
execute.AppendCode("return {Dirname}
_FRAME_VIEW_NONE;");
で {DIRNAME} じゃなく {Dirname} になってるので
/class/AbstractAction.class.php
に生成されるこーどの
AbstractAction::getDefaultView()
AbstractAction::execute()
にある
return Dirname_FRAME_VIEW_NONE;
ってとこの戻り値に使う定数に小文字が混じっちゃうみたい
です
Abstract で上書き前提だから動作には影響ないけど・・・
Ticket History (1/1 Histories)
2007-10-17 15:26
Updated by:
tom_g3x
Comentário
Responder
Logged In: YES
user_id=6745
「転載済」
http://sourceforge.net/tracker/index.php?func=detail&aid=1814872&group_id=184930&atid=996868
Attachment File List (
0
)
Attachment File List
No attachments
Editar
Adicionar Comentário
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Adicionar Comentário
Pré-visualizar
Submit
の AbstractActionGenerator::CreateActionClass() にある
getDefaultView.AppendCode("return {Dirname}
_FRAME_VIEW_NONE;");
と
execute.AppendCode("return {Dirname}
_FRAME_VIEW_NONE;");
で {DIRNAME} じゃなく {Dirname} になってるので
/class/AbstractAction.class.php
に生成されるこーどの
AbstractAction::getDefaultView()
AbstractAction::execute()
にある
return Dirname_FRAME_VIEW_NONE;
ってとこの戻り値に使う定数に小文字が混じっちゃうみたい
です
Abstract で上書き前提だから動作には影響ないけど・・・