Part of the EllisLab Network
This thread is a discussion for the wiki article: Form Generation
   
 
Form Generation
Posted: 24 July 2008 09:51 AM   [ Ignore ]  
Summer Student
Total Posts:  11
Joined  07-24-2008

get_label outputs as text Array

code in form_page_add:

$this->form_generation->add_input(array(
    
"type" => "text",
    
"name" => "title",
    
"label" => "Title",
    
"maxlength" => "100",
    
"id" => "title",
    
"validation" => "required"
));

code in add_view

<?= $this->form_generation->get_label("title"); ?>

The output shows this:

<label>Array</label>

I’m using the current release of CodeIgniter.

Any thoughts on why is the output is like this?

Thanks!

Profile
 
 
Posted: 25 July 2008 10:11 PM   [ Ignore ]   [ # 1 ]  
Summer Student
Total Posts:  11
Joined  07-11-2008

My guess is that the title of the array is “Array” and you that’s what you requested. maybe the code should be something similar to:

<?= $this->form_generation->get_label(array["title"]); ?>

Ofcourse I’m probably wrong but we should go through the source code of that library to see what it does…

Profile
 
 
Posted: 26 July 2008 01:49 PM   [ Ignore ]   [ # 2 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  352
Joined  10-22-2007

karlaredor? This is Qs or you are giving any tutorial?

This section is not for this.Post Your Qs in right place.

 Signature 

Blogmer - Open source blogging software based on codeigniter
Web Design company and FREE PHP MySQL Webhosting

Profile
 
 
Posted: 26 July 2008 01:53 PM   [ Ignore ]   [ # 3 ]  
Summer Student
Total Posts:  11
Joined  07-24-2008

Hi Yash. Sorry for this. I was browsing over the Form Generation wiki page and I created a forum discussion on it.

It’s my first time to use Code Igniter by the way.

Profile
 
 
Posted: 26 July 2008 01:59 PM   [ Ignore ]   [ # 4 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  352
Joined  10-22-2007

What u r trying to with that code.

Follow normal form generation rules.

Form Helper

 Signature 

Blogmer - Open source blogging software based on codeigniter
Web Design company and FREE PHP MySQL Webhosting

Profile
 
 
   
 
 
‹‹ Secure Session      captcha ››
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 719, on June 06, 2008 10:16 AM
Total Registered Members: 62653 Total Logged-in Users: 33
Total Topics: 77188 Total Anonymous Users: 0
Total Replies: 416685 Total Guests: 228
Total Posts: 493873    
Members ( View Memberlist )