|
From: Johannes S. <jsc...@t8...> - 2011-09-19 21:24:00
|
Hi Andrius, PHPTMAPI is just an API, a set of interfaces enriched by some exceptions and a TopicMapSystemFactory class. So, the (IMO) correct requirements would be to provide demos how to use a) an _implementation_ of PHPTMAPI and - more general - how to use b) Topic Maps in a PHP application. To answer a): The only impl. of PHPTMAPI I know is QuaaxTM [1]. The download package contains an example.php [2] which provides a simple usage example with lots of comments. Pls. have a look at this. To answer b) (much harder): There are very different use cases for Topic Maps. I remember a short thread on the toicmapmail ML [3] which might help a bit as it is about applications. A "Topic Maps engine" [4] provides access to Topic Maps data (topic maps, topics, associations, etc.) - it's the "M" in MVC to come back to the thread mentioned above. It's up to you what you would like to model with Topic Maps - and it is also up to you what your application will "do" with Topic Maps data and/or present that data in the UI. PHPTMAPI is just an API, QuaaxTM just an implementation of PHPTMAPI, a tool to "do Topic Maps". Cheers, Johannes [1] http://quaaxtm.sourceforge.net/ [2] http://quaaxtm.svn.sourceforge.net/viewvc/quaaxtm/trunk/example.php?revision=549&view=markup [3] http://www.infoloom.com/pipermail/topicmapmail/2011q3/009157.html [4] http://www.garshol.priv.no/tmtools/category.jsp?id=topicmapsengine (currently 503 :( ) Am 19.09.2011 21:32, schrieb Andrius Lauraitis: > Great. work. What i think would be nice ( perhaps even mandatory) is > to do a demo on how to use PHPTMAPI in PHP applications. Because now > there are very few tutorials and i doubt that many people are familiar > with this product. Best regards > > 2011/9/19 Johannes Schmidt <jsc...@t8... <mailto:jsc...@t8...>> > > Hi all, > PHPTMAPI 2.1 has been released. See http://phptmapi.sourceforge.net/ > > Best regards, > Johannes > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and > makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Phptmapi-discuss mailing list > Php...@li... > <mailto:Php...@li...> > https://lists.sourceforge.net/lists/listinfo/phptmapi-discuss > > > > > -- > Pagarbiai, > > Andrius Lauraitis |