Answer the question
In order to leave comments, you need to log in
How to connect your YII2 library to autoloader?
For example, I have my own php class:
<?php
namespace mylibs/name;
use Yii;
class Myclass
{
// Реализация класса
}
use app mylibs\name\Myclass;
$cl = new Myclass();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question