Payday on my other job, hahaha!!!! Hard rain caught me and my wife going home, cause where I get my salary is just near her office.
Tag Archives: poweron
Meeting ALICE?
Ok, Just before I’m off to bed, I received an email saying….
… so, we’ve decided that he will turn ALICE over to you and you can finish it off. ***j** will send you the ALICE files this evening and then I’m sure that you’ll find a way to get it working on Ning.
More work! More fun! But can I still do it? Urrgghh!
Back to work
Over the next few days, I’ll be a “ning” developer
, actually I started playing around the code about a month ago. But taken away off some other projects (feature integration) on PhpFox.
And as always, I started from the index.php going thru all the include files.
1 2 3 4 | <?php define('NF_APP_BASE',dirname(__FILE__)); require_once NF_APP_BASE . '/lib/index.php'; ?> |
Then look for anything that says “request” which is basically the point of interaction, how it receives it and handles it. After that, I look for the database object, its methods. Until the haunt kept on going.