Part of the EllisLab Network
   
10 of 10
10
DataMapper ORM v2.0 - Input requested
Posted: 08 February 2012 04:10 PM   [ Ignore ]   [ # 91 ]  
Grad Student
Rank
Total Posts:  35
Joined  11-10-2007

Doh! Thanks for the explanation. I should have read your online instructions more clearly. It is stated there plain and simple.

 Signature 

-Frank
informationideas.com

Profile
 
 
Posted: 15 February 2012 10:24 AM   [ Ignore ]   [ # 92 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  145
Joined  10-15-2008

I have another suggestion. I’m not sure it’s possible yet : add join_field validation.
It’s seems it’s ignored when describing validation in one of the model’s file. Also it could be in conflict with relation ship validation (if same attribut’s name). Maybe something like :

public $validation = array(
  
'join_name' => array(
    
'rules' => array('trim'),
  ),
 ); 
Profile
 
 
   
10 of 10
10