Welcome Guest, Not a member yet? Register   Sign In
Not seeing function
#2

[eluser]mglinski[/eluser]
Try adding the url arguments into the functions for better readability and less code:
Code:
<?php
class Image extends Controller {
    function Image()
    {
        parent::Controller();
        $this->load->helper('url');
    }
    function index($a, $b)
    {
        echo $a.$b;
    }
    function view($a,$b)
    {
        echo $a.$b;
    }
}

Might fix the issue as well.


Messages In This Thread
Not seeing function - by El Forum - 06-16-2008, 06:30 PM
Not seeing function - by El Forum - 06-16-2008, 07:25 PM
Not seeing function - by El Forum - 06-17-2008, 05:11 AM
Not seeing function - by El Forum - 06-17-2008, 06:27 AM
Not seeing function - by El Forum - 06-17-2008, 06:42 AM
Not seeing function - by El Forum - 06-17-2008, 06:45 AM
Not seeing function - by El Forum - 06-17-2008, 06:48 AM
Not seeing function - by El Forum - 06-17-2008, 06:55 AM
Not seeing function - by El Forum - 06-17-2008, 06:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB