Fetches an object that was persisted with persist()
Class Details
[line 30]
TXT Form Field Class
this class gets subclassed from Bs_FormFieldText Bs_FormFieldPassowrd Bs_FormFieldFile because they are so similar. in fact the only difference between text and password is the type in <input type=$type> and the fact that password fields don't show their values but use ******** instead. file is a bit different, see the file itself for details.