Displaying 1 result from an estimated 1 matches for "array_generator".
2006 Jul 26
1
Calling another method in the same controller
Hi, probably this is realy simple, but for some reason i don''t see it.
probably i still don''t think object orriented :)
lets say i have a piece of code which generates an array based on a few
inputs.
within a controller i want to use this code to generate three arrays,
all based on different input variables how do i do that?
can i call another method within a method? if so,