![]() |
concatenation? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: concatenation? (/showthread.php?tid=32713) |
concatenation? - El Forum - 08-01-2010 [eluser]Bhavani Shekhawat[/eluser] I am unable to concatenate in CI. I am copying down a piece of code that I wanna concatenate. Code: echo form_label('Enter Artifact Name:', 'ArtifactName'); concatenation? - El Forum - 08-02-2010 [eluser]WanWizard[/eluser] These functions return HTML. What exactly do you want to concatenate? These functions should be in your view file, where they generate HTML to be sent to the browser... |