I try to use relationShip ManyToMany with PHP Pahlcon 3.4
My models :
use Phalcon\\Mvc\\Model; class Societe extends Model { public $id; public $nom;