Welcome Guest, Not a member yet? Register   Sign In
concatenation?
#1

[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');
echo form_input('ArtifactName', set_value('ArtifactName', 'Required'));
echo form_label('Enter Artifact Description:', 'Description');
echo form_input('Description', set_value('Description', 'Required'));
#2

[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...




Theme © iAndrew 2016 - Forum software by © MyBB