The two functions are defined in controller, you mean I have to put the two functions in applications/yourapp/modules and import them in controller.
On Sun, Jun 24, 2012 at 5:35 PM, Anthony <[email protected]> wrote: > Where are the two functions defined? If they are in a model file, you can > call them from any controller. Otherwise, you can put them in a module and > import them. > > Anthony > > On Sunday, June 24, 2012 11:24:23 AM UTC-4, praveen krishna wrote: >> >> Hi, >> I have two functions which generates two string lists ,I want to >> extract the list of strings by comparing the two lists,the basic code is >> there I just want to call the two functions in other where I compare the >> two lists .How can I do in a controller. >> > -- > --

