Call a model of a module inside a module

How can I call a model of a module inside a module?

You can use it directly!

in XXXModule.php

Have




$this->setImport(array(

			'xxx.models.*',

			'xxx.components.*',

		));




Sorry,My English is poor

Thanks