Blog script for phpld

Discussion in 'Programming' started by dugu, Aug 25, 2006.

  1. #1
    Hy guys. I spent my last couple of hours searching for a blog script that I could easily include in my Phpld directory format. I would be very happy if you could give me some directions. Thank you.
     
    dugu, Aug 25, 2006 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    phpld is using the mysql database. you can just hop right in there and pull what you want in a loop. I don't think anything encrypted so you can see the data just fine - but one issue (with selects vs. inserts) i don't think a lot of phpld tables have pk's and indexes. This is a smart move when you have more inserting/updating vs. Selects but if you are going to be doing a lot more "read" access vs. "write" access - like a blog does - then I would add indexes on the tables.
     
    ccoonen, Aug 25, 2006 IP
  3. dugu

    dugu Active Member

    Messages:
    1,381
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    90
    #3
    Thanks for the info. Do you happen to know some easy_to_understand blog scripts? I'm at the begining of my php&Html "journey":)
     
    dugu, Aug 27, 2006 IP