Welcome, Guest! Log In | Create Account

Korean

From xoopscube

Jump to: navigation, search

Contents

XOOPS Cube Project Documents

中文 | French | German | 日本語 | 한국어 | image:Flag_brasil.pngPortuguese | Russian | Spanish | Ελληνικά

이 도큐멘트는 번역이 완벽하지 못하므로
한국어를 하시는 분의 도움이 필요합니다.
한국분이 많이 참여하시기를 비랍니다.

XOOPS Cube(줍스 큐브)에 대해서

XOOPS Cube에 참석하는 방법

개발에 대해서

(이 도큐맨트 츄리는 blender.org를 참고로 합니다.)

Copyright

특별히 설명이 없는 한 이 도큐멘트는 Creative Commons Attribution-ShareAlike 2.5를 채용합니다.


XOOPS Cube API Documents

Introduction

(under construction)

Programming Guide

(under construction)

Legacy API Documents


(under construction)





About XOOPSCube Legacy


These pages below this line are imported from xoopscube.org/wiki at Dec 8.2007
The purpose is to concentrate developmental document into this wiki in sf.net.
So user-side documents in xoopscube.org/wiki are not imported, only linked.

BasicTutorial

CVS

CookBook

Distribution

FAQ

HowToUpgrade

Kernel


Migration

ModuleCompatibility

Module development programming guide

>> By this document, you can learn the base part of how to develop blocks in your modules.


>> Preload mechanism is realized by the Action Filter feature of Cube layer. Overview of the action filter feature provided by XOOPS Cube.
  • User
XOOPS Cube Legacy has two kinds of user information. One of them is XoopsUser?? for the comapatibility. Another one is the principal object of XOOPS Cube layer.


ThemeDevelopment

Tools

TutorialCenter

in XOOPSCubeLegacy, "changing operation from the origin, without adding a hand to the existing file" is possible. The following is shown as the sample. This utilizes the function of Preload and Delegate.

VideoTutorial