I'm trying to edit the edit form of flexigrid and want to show additional buttons base on uri string. but I can't access or show it. if I try this
echo $this->uri->segment(3);
on the edit template a error is produce. I also try
echo CI_URI::segment(3);
but no result is found.
How can I get the segments
Thank you.. Grocerycrud rocks...