Extending SiteManager but need help with saving

Hello all,

I’m writing a plugin that extends the site manager to track some additional information about each site. I have gotten it to the point where I can read the information from the database and inject it into the site manager table for editing, but now I’m at the point where I need to save it back to the database and I’m not sure where to go. I’ve been able to write my own php classes that extend the Piwik_SiteManager class, but how would I do the same thing for the javascript files that do the ajax save? I haven’t seen any examples of this from the other plugins, but if someone could lead me in the right direction that would be great.

I got it all figured out. Copied the JS and API files to my own version. This is a dead question now.

Thanks!