| Re: xoops UML |
| by Mithrandir on 2004/6/30 8:50:28 Criteria and Tree classes added |
| Re: xoops UML |
| by Mithrandir on 2004/6/28 22:06:16 I've added the diagrams to the dev Wiki and urge people wanting to learn more about the XOOPS core classes to also look at the phpDoc documentation because most of what I do can also be read in there, I just put it in a graphic presentation and if it wasn't because of the fact that I need some diagrams to illustrate in my XOOPS comparison project, I would probably not even have started. It's quite a big task... |
| Re: xoops UML |
| by Mithrandir on 2004/6/28 20:11:08 Quote:
Updated the handler diagram to include the group, user and membership handlers. I will divide the remaining classes into groups with e.g. comments and criteria classes on their own. Herko dug up a diagram of the XoopsForm classes and although it may be the time for some updating of that, I think it could be good to have that as well - *begging eyes at Herko*
|
| Re: xoops UML |
| by kingpig on 2004/6/28 13:40:15 Thank you Mithrandir Anything that helps clarify XOOPS design to newbies is most appreciated thanks from glasgow kingPig |
| Re: xoops UML |
| by Mithrandir on 2004/6/28 13:25:44 I'm giving this a go atm. XoopsObject and some child classes XoopsObjectHandler and a few child classes Note that I have added the variabless, which are actually in the object::vars array, as normal attributes - this was done to clarify what is actually describing the object. |