Questions tagged [yii2-basic-app]

Yii 2 Basic Project Template is a skeleton Yii 2 application best for rapidly creating small projects.

Yii 2 Basic Project Template is a skeleton Yii 2 application best for rapidly creating small projects.

The template contains the basic features including user login/logout and a contact page. It includes all commonly used configurations that would allow you to focus on adding new features to your application.

GitHub

Official Site

769 questions
-2
votes
1 answer

Yii2 Page render feature disable the form fields

I have a navbar menu in my views folder ( menu.php ) I was called this menu in my supplier view (supplier.php) because i need to high-lite the selected menu item. code in supplier.php render('menu', ['currentpage'=>'Suppliers']);…
asela daskon
  • 356
  • 1
  • 5
  • 19
-2
votes
2 answers

How do I create my own API in Yii2?

I want to create API methods which you can access form another platform. Just see the following diagram. In the above image you can see how to fetch data from Yii2 app using another application, I wanna use same procedure when I going to push data…
Supravat Mondal
  • 2,439
  • 1
  • 18
  • 31
-3
votes
1 answer

How to convert Number into Words in yii2

I need to convert amount into words for example total = 5600 into five thousand six hundred only in yii2
clash
  • 5
  • 2
-3
votes
1 answer

amnah/yii2-user use own database instead of the migrated one

Hiii, I'm starting to get familair with Yii 2. What i'm trying to do is instead of using the migrated database, use my own database. Can someone tell me the best way to do that and where i should be looking. I'm using the basic template. Thanks in…
Bogust
  • 1
  • 1
1 2 3
51
52