Просмотр поста

.
Devendraoli

how can i setup my class to work with zend service manager
copied files to system/johncms/

Added

namespace Johncms;
use Interop\Container\ContainerInterface;


I want to use like
$myclass = $container->get(Johncms\myclass::class);