From: Adam M. <ad...@tu...> - 2002-09-30 17:45:57
|
I am going through the core classes and trying to get a standard naming convention for the functions within. Right now most functions are sql_something() or read_dir(). I would like to change this to something like sqlSomething() and readDirectory() to stay near the PEAR coding style. I will have patch functions in place until everyone can get changed over to this new style. Since our core functions are accessed through the $GLOBALS["core"] variable the function names will have to be unique throughout ALL core classes. Please let me know what you think folks. Adam --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University http://phpwebsite.appstate.edu ad...@tu... |