Home
Forums
Members
Search
Help
New topics
Todays topics
Website
Welcome Guest, Not a member yet?
Register
Sign In
Login
Username:
Password:
Remember me
Lost Password?
CodeIgniter Forums
Archived Discussions
Archived Development & Programming
New validation library - How to access single values?
Share on Google
Share on Facebook
Share on Twitter
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend
Linear Mode
Threaded Mode
New validation library - How to access single values?
El Forum
Unregistered
#1
10-28-2009, 03:48 PM
[eluser]Benedikt[/eluser]
Hi,
In the "old" library I could do the following:
Code:
if ( $this->validation->run() === TRUE )
{
echo $this->validation->Password;
}
How do I do this with the new library? All I find is ways to repopulate values (set_value).
Can anybody give me a hint?
Thanks a lot.
El Forum
Unregistered
#2
10-28-2009, 05:43 PM
[eluser]ch5i[/eluser]
Hi,
I use an extension of the Form_Validation class, see
this post
.
br,
Thomas
El Forum
Unregistered
#3
10-29-2009, 01:02 AM
[eluser]Benedikt[/eluser]
Ok, so this is the way to access it:
$this->_field_data[$field]['postdata'];
Thanks for your coding, I used it to create my own.
Thanks!!
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Events
-- Lounge
-- Regional User Groups
Using CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- Choosing CodeIgniter
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Spotlight
-- Learn More
-- Jobs
-- Addins
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © iAndrew 2016 -
Forum software by © MyBB