[Gambas-user] class vs module : usage property, behabior usage

2013-11-09 Thread PICCORO McKAY Lenz
in development another manpower make factory connections to postgres database as module, and i use class instanciation for connections to database.. what its the behabior difference and implicit consecuences.. ? i mean, my partner call directly as static methods/functions the create¡ion of

Re: [Gambas-user] class vs module : usage property, behabior usage

2013-11-09 Thread Fabien Bodard
A module is a static class. It's like using the static keyword on each procedure of a class... And a procedure is not instanciable so all other classe call the same instance in fact. 2013/11/9 PICCORO McKAY Lenz mckaygerh...@gmail.com: in development another manpower make factory connections