Martin-WulkSoft Posted September 13, 2014 Share Posted September 13, 2014 Cześć Możecie mi podżucić informacje co robi parametr 'copy_post' => false w deklaracji pola obiektu `id_customer' => array('type' => self::TYPE_INT, 'validate' => 'isNullOrUnsignedId', 'copy_post' => false), Link to comment Share on other sites More sharing options...
vekia Posted September 13, 2014 Share Posted September 13, 2014 a w którym to miejscu jest zdefiniowane? obawiam się, że chodzi o kontekst, bo ja tam nie widzę deklaracji obiektu, tylko prosty array Link to comment Share on other sites More sharing options...
Martin-WulkSoft Posted September 13, 2014 Author Share Posted September 13, 2014 (edited) Żeczwiście wyraziłem się nie precyzyjnie Chodzi mi o miejsce gdzie deklarujemy tabele dla obiektu który ma korzystać z ActiveRecorf np Addrerss.php wiersz 111 /** * @see ObjectModel::$definition */ public static $definition = array( 'table' => 'address', 'primary' => 'id_address', 'fields' => array( 'id_customer' => array('type' => self::TYPE_INT, 'validate' => 'isNullOrUnsignedId', 'copy_post' => false), 'id_manufacturer' => array('type' => self::TYPE_INT, 'validate' => 'isNullOrUnsignedId', 'copy_post' => false), Edited September 13, 2014 by Martin-WulkSoft (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now