Announcing Bonfire - A jumpstart for your web apps |
[eluser]daK[/eluser]
I could use a little help here pls I've been rerereading this thread, with precious Lonnie help and basketcase usefull fourfender, trying to stick HMVC in my mind, and finding out whats happening behind "the scenes". I built the home module, and was playing around with bonfire to see what shows up and where. It's been a lean curve for me... ![]() I wanted to see what would happen if I had a home (CI) controller and a module home. Who would come up first. And tought that if I look into forensics, I would know if the class/method is built from a module or not. But can't figure... I also don't know what the system folder is being used by the view/controller. Am I missing those vars in Forensics? Is there a helper or something in bonfire that I could use in an empty controller and an empty index.php (beeing my scratch view to later use index.php through folders) that would help output "where am I and who's calling me"? I'm thinking it would help me to have some sort of skeleton like this: modules/greyskull/controllers/content.php Code: class Greyskull extends Front_Controller { Code: <?php echo Template::message(); //every view will tell me _where am I_ ?> I tought it would be simple to build a snippet that would make every view display show me the view's file path and what method called her... just to know where I am while playing with modules... but sadly tried all day and giving up now... Kinda frustrated 'cause I know this must be simple... |
Welcome Guest, Not a member yet? Register Sign In |