Page 1 of 1

Help me to Write Admin Panel to my 1st Module

Posted: Fri Jan 02, 2009 11:28 pm
by Jolly Guy
Hello,
I followed the http://wiki.cmsmadesimple.org/index.php ... e_Tutorial and everything is okay, but I didnt know how to add records coz. the admin stuff not explained in the tutorial..

I just need 2 fields to submitted to database..

regardsĀ 

Re: Help me to Write Admin Panel to my 1st Module

Posted: Sat Jan 03, 2009 9:34 am
by Duketown
Jolly Guy,

Take some time to read and learn from what is used in the News module. Easiest to learn from (and use as a basis) are the action.addcategory.php, action.editcategory.php and in the listing (back end) of the categories as supplied with function.admin_categoriestab.php. You will need to change action.defaultadmin.php.
Make use of template\editcategory.tpl and template\categorylist.tpl.

Hope this helps,

Duketown