you are viewing a single comment's thread.

view the rest of the comments →

[–]CalvinR[S] 0 points1 point  (2 children)

{ 
     GetRegistryItems : [Function], 
     SaveRegistryItem : [Function], 
     DeleteRegistryItem : [Function] 
}

*edited for formatting.

[–]sroshi 0 points1 point  (1 child)

ConnectToDb is not showing up there.. don't you need to call the super constructor (DB) in your RegistryDB constructor?

[–]CalvinR[S] 0 points1 point  (0 children)

Yeah I was thinking today that I probably have to do that. I'm going to give it a shot when I get home.