Re: Model access from a Vendor?

2007-03-14 Thread Sam Sherlock
>From what I understand you would use the vendor code within the action of a controller eg if you have a articles to deal with vendor('funkyStuff'); $arts = $this->Article->findAll(array('Article.id' => $id)); - S On 15/03/07, E. F. <[EMAIL PROTECTED]> wrote: > > > I have a nice little vendor

Model access from a Vendor?

2007-03-14 Thread E. F.
I have a nice little vendor package that locates places within a radius of a zipcode among other things. But currently it needs to run a query against a zipcode table in my database. I was wondering if anyone knows how I could access the model so that I could run a query? I know that I can modify