Menu

News

Developers
2002-08-21
2002-08-21
  • Donovan Warren

    Donovan Warren - 2002-08-21

    I'm ready to get started on the News code. Do you need to create the news.php and news/ structure, jaw? Or am I going to be able to create it myself?

    My plan is to get basic printing and inserts/updates done first.

     
    • Anonymous

      Anonymous - 2002-08-21

      You can create the files and folder.  Here is the plan:

      1) Create file in phpwebmastertls root folder: news.php.

      It will contain one line (after the headers):
      include_once('news/news.php');

      2) Create news folder.

      3) Create news.php within news folder:

      This will be the main called file... see the other files in this project for a base idea of what to include.  Also, at the top of this news.php, define the constants IN_TOOLS, TOOLS_PLUGIN, and IN_NEWS

       
    • Anonymous

      Anonymous - 2002-08-21

      BTW - If you have trouble creating folders / files in CVS, just let me know.

       

Log in to post a comment.