|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
oelib small example extension, doxygen documentation?Hi
I'm planning to write my next extension using oelib. Now I'm wondering if there is a small and good example extension that I could have a look at. (Basic frontend input of data and output with categories, search and detail view) Furthermore I'm wondering if there is a doxygen generated documentation of oelib available somewhere? Or how could I know what the lib all does provide for me? Thanks a lot and have a nice day! Cyrill _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: oelib small example extension, doxygen documentation?Hi Cyrill,
Cyrill Helg schrieb: > I'm planning to write my next extension using oelib. Now I'm wondering if > there is a small and good example extension that I could have a look at. > (Basic frontend input of data and output with categories, search and detail > view) You can have a look at the onetimeaccount extension - that's a fairly small extension that uses tx_oelib_templatehelper instead of pibase. (However, the onetimeaccount extension doesn't have any list view, single view, search etc.) Please also have a look in the oelib manual where a few things are explained. > Furthermore I'm wondering if there is a doxygen generated documentation of > oelib available somewhere? Or how could I know what the lib all does provide > for me? No, there's only the regular extension manual. The code is extremely well-documented. Please have a look at the API. You could also create some HTML documentation using phpdoc. Hope this helps, Oliver _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: oelib small example extension, doxygen documentation?On Monday 12 October 2009 19:42:13 Oliver Klee wrote:
> Hi Cyrill, > > Cyrill Helg schrieb: > > I'm planning to write my next extension using oelib. Now I'm wondering if > > there is a small and good example extension that I could have a look at. > > (Basic frontend input of data and output with categories, search and > > detail view) > > You can have a look at the onetimeaccount extension - that's a fairly > small extension that uses tx_oelib_templatehelper instead of pibase. > (However, the onetimeaccount extension doesn't have any list view, > single view, search etc.) > > Please also have a look in the oelib manual where a few things are > explained. > > > Furthermore I'm wondering if there is a doxygen generated documentation > > of oelib available somewhere? Or how could I know what the lib all does > > provide for me? > > No, there's only the regular extension manual. > > The code is extremely well-documented. Please have a look at the API. > You could also create some HTML documentation using phpdoc. Thanks for your answers. I used doxygen to generate an easy browsable and searchable documentation. Its really nice, maybe you should consider this to be hosted somewhere? Thanks PS: I'm looking at bzdstaffdirectory and realty as well to get the ideas. > > Hope this helps, > > > Oliver > _______________________________________________ > TYPO3-dev mailing list > TYPO3-dev@... > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev > TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
|
|
Re: oelib small example extension, doxygen documentation?Hi,
Cyrill Helg schrieb: > Thanks for your answers. I used doxygen to generate an easy browsable and > searchable documentation. Its really nice, maybe you should consider this to > be hosted somewhere? I'll have a look at it. Thanks for the pointer! <writing into my to-do list> > PS: I'm looking at bzdstaffdirectory and realty as well to get the ideas. For more examples, you could also have a look at seminars (really big example) and contactslist (really small example, but also extremely old and not using the latest API). BTW, thanks for reporting those two bugs. Keep 'em coming! ;-) Oliver _______________________________________________ TYPO3-dev mailing list TYPO3-dev@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev |
| Free embeddable forum powered by Nabble | Forum Help |