_cm_post_getData [message #1096] |
Fri, 14 September 2007 12:40 |
interop
Messages: 45 Registered: October 2006
|
Member |
|
|
This may be a bug but I'm not sure so I'll put it here.
The _cm_post_getData is not getting called sometimes. I think it is only in classes which do not directly inherit from Default_table. i.e., dict_table_s02.
It appears as though getEntryPoint() may be the cause. On line 1053 of std.table.class.inc getEntryPoint() returns null and prevents the call to _cm_post_getData.
This prevents dict_table_s02 from writing my dictionary files when exporting tables to php.
Can you reproduce this problem?
version 1.28.0, php5, mysql5
|
|
|