Please help me figure out how to add custom page that will show custom records from custom table

Please help me figure out how to add custom page that will show custom records from custom table

Konstantin Fedorov -
回帖数:2
What documentation should i read? Is it will be module? If so, whick type of plugin?

The page i want to create should list some data, refered to user, and not belong to any course.

For example i'm trying to create user's phonebook. So I have to create some page where user can see his phonelist and page where it can add some new phones (Just for example)
Please refer me to some manual or explain where should I look for documentation .
Reading of standard moodle wiki ( http://docs.moodle.org/en/Development ) was not helpful. Please help me to define where from to start.
回复Konstantin Fedorov

Re: Please help me figure out how to add custom page that will show custom records from custom table

Olumuyiwa Taiwo -
Plugin developers的头像
You should probably create a form, in which case try starting from http://docs.moodle.org/en/Development:lib/formslib.php

Cheers
Muyi
回复Olumuyiwa Taiwo

Re: Please help me figure out how to add custom page that will show custom records from custom table

E. L. Cooper -
You might consider using glossary.