LampCMS development and php tips

Announcements and articles about this site development and stuff like that

Some changes to make now
Tue Dec 15 2009
Need to rewrite:
editing blog settings - now the blog title, description and other blog options are going to be in that one form
and can also use the object clsTableRow to edit that record.


Need to also rewrite how we update the BLOG_INFO after a new post or reply because now we don't have a record for a new blog in there. So we have to use INSERT ON DUPLICATE KEY UPDATE

IN a long-run rewrite the clsAlbum to make it of type clsTableRow
then must make sure we use input element names that match table column names when we creating or editing album.

Should oPreference be set in SESSION or not? Sometimes it's necessary to get this object from cgi program, when SESSION is not available but also having this in SESSION for a logged in user is beneficial for performance.

We should just have a universal method to get preferences object checking on session first, then getting it from cache.