Welcome Guest, Not a member yet? Register   Sign In
History 1.0b
#2

[eluser]BaRzO[/eluser]
Hi stensi History is nice one again
Thanks for your effort nice documentation good work
in example i think it sould be like this cuz it's giving header already send error
i will follow this thanks your works...

Code:
function delta()
    {
        // Delete this page from the history
        $this->history->delete();
        
        echo '<h1>Delta</h1>';

        $this->_common();
    }
<h4>edit</h4>
And this one in index function...
Code:
function index()
    {
        // Just for this example, we'll clear the history on this page.
        $this->history->delete($this->history->length);

        echo '<h1>History Example</h1>';

        $this->_common();

        echo "<strong>Note:</strong> We're clearing the history when you go to this page.";
    }


Messages In This Thread
History 1.0b - by El Forum - 10-09-2008, 02:17 AM
History 1.0b - by El Forum - 10-09-2008, 05:05 AM
History 1.0b - by El Forum - 10-09-2008, 08:28 AM
History 1.0b - by El Forum - 10-09-2008, 11:01 AM
History 1.0b - by El Forum - 10-09-2008, 03:11 PM
History 1.0b - by El Forum - 10-09-2008, 03:52 PM
History 1.0b - by El Forum - 07-23-2009, 07:23 PM
History 1.0b - by El Forum - 09-11-2009, 03:59 PM
History 1.0b - by El Forum - 09-11-2009, 06:37 PM
History 1.0b - by El Forum - 09-16-2009, 02:03 AM
History 1.0b - by El Forum - 09-16-2009, 03:08 AM
History 1.0b - by El Forum - 09-17-2009, 01:41 PM
History 1.0b - by El Forum - 09-24-2009, 06:10 AM
History 1.0b - by El Forum - 10-15-2009, 10:54 PM
History 1.0b - by El Forum - 11-02-2009, 07:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB