Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code nece
I\'m using Resque with Redis to process a background job. I\'d like to call the method, Resque.enqueue(MyModel) just one time every hour to do a background task.
i need to have several function开发者_JAVA百科s in cakephp application (for some regular expression matching).
Is it possible to get a list of class\'s methods and then invoke the methods on an instance of the class?I have come across code that makes a list of a class\'s methods, but I haven\'t found an exampl
I am trying to get some data from page to page and then mail them. So from one form I am getting a title of item :
I have a method that contains a delegate variable that points at another class. I want to call a method in that class via this delegate, but pass the name of the method as a string to the method cont
I have the following methods: void s<t>(int a, t b) { ... .. . } void s<int>(int a, int b) { ... ..
So, I got two objects, a and b. Now, I want to pass one of b\'s methods to the a object, wich should store it. Let\'s call that method b.met:
I used to remember a useful snippet (Magento native) that allowed me to list all 开发者_StackOverflowavailable methods for a current template file.
So first time generics, my assignment is to make a dungeon(game world) made out of squares, these squares(actually cubes) have a lot of types but this is not real important.