Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Discussion] "Hello World" Redux (towards a possible Plugin SDK)
#17
nope, just ideas not a hint of engineering or thoughts.

Your best bet for 5.2 is variable functions and extract() and create or callout the functions if they are not closures or classes.
or use variable functions and dynamically call them $$funcname, not sure what the best option is, i have not been following the conversation.

Or similar to how javascript handles event functions
on(event,function(e){...})
on(event,'funcname')

function.apply(this,$args)
or functionname(this)

call_user_func_array("functionname", array(this, rest of args));

myfuncname(this){

}
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
RE: [Discussion] "Hello World" Redux (towards a possible Plugin SDK) - by shawn_a - 2015-08-03, 12:00:33



Users browsing this thread: 3 Guest(s)