From: alex b. <en...@tu...> - 2001-05-13 19:41:34
|
> Methods: setName() or set_name() > privat class methods: _setName() or _set_name() > Variables (global) , as discussed before: $_varName or $_var_name > Variables (other): $varName or $var_name > Classnames: Auth, ExecutionTimer I think the only place where there's actually a difference is naming caps standards, i.e. Public_Function as opposed to publicFunction or PublicFunction. I need to look at some of the incoming code (EntityManager, etc) before giving you a refined opinion on this. I'm leaning towards a lax standard that says "whatever you want" for naming caps. I would choose and adhere to one standard for Init and the Core classes, but metabase uses its own standards (manual _really_ dislikes PEAR), etc. anyway. I like the form: "verbNoun", like "setVariable" or "checkPermissions" just fine, but I think the decision will be made by the incoming code. _alex |