user-object

Not enough memory or not enough handles?

核能气质少年 提交于 2019-12-24 17:23:56
问题 I am working on a large scale project where a custom (pretty good and robust) framework has been provided and we have to use that for showing up forms and views. There is abstract class StrategyEditor (derived from some class in framework) which is instantiated whenever a new StrategyForm is opened. StrategyForm (a customized window frame) contains StrategyEditor . StrategyEditor contains StrategyTab . StrategyTab contains StrategyCanvas . This is a small portion of the big classes to clarify

Not enough memory or not enough handles?

假如想象 提交于 2019-12-24 17:23:55
问题 I am working on a large scale project where a custom (pretty good and robust) framework has been provided and we have to use that for showing up forms and views. There is abstract class StrategyEditor (derived from some class in framework) which is instantiated whenever a new StrategyForm is opened. StrategyForm (a customized window frame) contains StrategyEditor . StrategyEditor contains StrategyTab . StrategyTab contains StrategyCanvas . This is a small portion of the big classes to clarify

fetching logged in user data in activecollab by $this->logged_user

笑着哭i 提交于 2019-12-24 06:58:47
问题 I am working with custom module of activecollab, I need to know how can I fetch logged in user data with the help of below object $this->logged_user or if anyone have another method to grab logged in user then please letme know, I just want to print logged in user info/data on my page Modified: When I use this object in model it couldn't work for me, So anyone have idea of any object of logged in user? by that I can grab logged user id or other stuff; and can work with that object in model as