Welcome Guest, Not a member yet? Register   Sign In
Intergrated help
#1

[eluser]Mat-Moo[/eluser]
One of the websites I'm working on is getting to the point, where I've been asked to write up a help file for it. Whilst I'm happy to do this I want to integrate it to the website so that I have context help, similar to the way Wordpress 3 does in the dashboard (Drop down). I don't want to have to edit every function adding a unique number in, but at the same time, I'm not sure URL is enough to give me the right page (And what about options xxx/yyy that I might have at the end of pages. So looking for ideas?
#2

[eluser]danmontgomery[/eluser]
You can use:

Code:
$this->router->class
// and
$this->router->method

To get the controller and method for the current page view




Theme © iAndrew 2016 - Forum software by © MyBB