I am New to Codeigniter. In my Sample Application I add a new Tab called “RegForm” in my Main.php(View Folder). When i Click the RegForm Tab it load the New Window(width=’800px’ height=’500px’). i understand the concept but i dont know how to write coding in Codeigniter.
Basicall i call a function in Controller file when i Clicked the RegForm tab. and i need to call a function in View where i load a window with properties. amm i correct.
I am New to Codeigniter. In my Sample Application I add a new Tab
Share
YOu could do this (if I understood correctly):
View ‘someview’ contains this link:
(anchor_popup is a funcion in the URL helper, just autoload it, it’s really useful)
in Controller ‘mycontroller’:
THen, in ‘myview’, you display
$propertiesthe way you wantHope this helps, lmk