Page download will be even better once I make the new layout
.
Don't rely on sessions alone... it should check the cookies everytime. It's not like it slows anything down. If invision only uses sessions, then I guess I would trust there knowledge enough to disregard it.
There will be no tasks database, it'll simple be a group of php files...
minutes.php
hours.php
days.php
months.php
Want to run a query every minute? Place it in the minutes.php.
Want to run a query every 5 minutes? if (date(m, time()) % 5 == 0) { // run query or function }.
Well maybe we could have one super file with a massive switch or something.
Doesn't seem to be too much wrong with the idea, but tell me whatcha think... it'll allow us to use functions as well. We could also simply make it load a task class and just use the cron file as a loader class.
Else, we could load every page into cron with specific times and have no loader...
Leaning towards cron loader with task classes.
QUOTE
Objectives tommorow:
- Proper group premissions on forums and all. Which means, we're going to have to do a LEFT JOIN on the member grabbing query to get all the group premissions.
No cached array?
.
Well mmmm... I really don't want to have 5 tables being joined together for a heavy traffic area (forums). Group settings don't change as much so making it an array wouldn't be so bad, perhaps. I'll dwell on it.
My objectives:
Finish usercp.
Get profile sketches up.
Redo and tweak global wrapper.
Play around with the post script... (use my sexy css skills for further enhancement).
Work on other css type shit... (got an idea for class .formb)
Perhaps do the parser class. I'm really getting bored of doing a lot of the core sections of the site... I want to get away and do some things that give me results, something I can see
.
Another thing... there shall be a members_extra table!
Imma call it members_extended though or something.
What will it host? Data like...
Last name change.
Last gallery picture update.
and data such as it's only called in remote specific sections of scripts. You'll never need to left join this table because it's used as factors for individual effects.
One member in a thread in feedback said something in the xtended profiles thread about seeing your own mod logs, whatcha thing?
Also, a log of every mineral you gained and lost. It sounds like it would be appreciated, but I don't think I want to bother.