Jump to content

copy_post


Martin-WulkSoft

Recommended Posts

Ż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 by Martin-WulkSoft (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...