RE: [PHP] Class function calling another function in class

2005-05-19 Thread Mark Rees
Subject: Re: [PHP] Class function calling another function in class On Wed, May 18, 2005 5:04 pm, Charles Kline said: > I have an organization table in mySQL. Pretty standard. My first > function getDepts() is working as I intend and returning the tree just > as I like it. The new piec

Re: [PHP] Class function calling another function in class

2005-05-19 Thread Richard Lynch
On Wed, May 18, 2005 5:04 pm, Charles Kline said: > I have an organization table in mySQL. Pretty standard. My first > function getDepts() is working as I intend and returning the tree > just as I like it. The new piece I added in there that is not working > now is the call to getPositions() within

Re: [PHP] Class function calling another function in class

2005-05-18 Thread Chris
You keep on appending $this->str to itself. Comments are inline. Charles Kline wrote: Hi all, Not sure if I am doing this right and I can't figure it out, was hoping someone here can help. I have an organization table in mySQL. Pretty standard. My first function getDepts() is working as I inte

[PHP] Class function calling another function in class

2005-05-18 Thread Charles Kline
Hi all, Not sure if I am doing this right and I can't figure it out, was hoping someone here can help. I have an organization table in mySQL. Pretty standard. My first function getDepts() is working as I intend and returning the tree just as I like it. The new piece I added in there that is