[Wiki] Email by YiiMailer, Call Outlook, IMAP
In Yii community we have lots of extention can send emails, such as YiiMailer and Swift and so on, or even IMAPI, thanks for team contribution. However, sometimes, in the intranet enviroment, the...
View Article[Wiki] Image Puzzle Game
I have developed a extension for a image puzzle game. You can use your own images and you can also customize how many rows and columns for the image. It can be used in commercial sites. I just needed...
View Article[Wiki] How to create a simple logout link in the view?
Here you learn to create and set a simple ahref-link to logout the current user. The Logout in the CMenu Widget The starting Yii Web Application comes with the main-view located under...
View Article[Wiki] MongoDb's embedded documents mapping for ActiveRecord in Yii2
The scenario You are working with MongoDb and you have embedded documents in your collection that you want to easily map in your Model for CRUD operations. The Model suppose to have in Mongo a...
View Article[Wiki] How to limit number of guest page views
In some cases, we have to limit the number of page views for the guests users. Yii provide an efficient method to get this. Here is how you can do this, if your application requires this. Open file...
View Article[Wiki] Auto-update denormalized attributes with MongoDb and Yii2
The scenario You have different collections in MongoDb with de-normalized attributes. As you may know, due to its not-join nature, MongoDb tends to encourage repetition of the same value in different...
View Article[Extension] yii2-foundation-topbar
a deeper menu as bootstrap , mobile,tablet responsive
View Article[Wiki] Yii2 Sortable Gridview
Sometimes one needs a more complex jquery sortable element such that you can filter the elements in a bigger database and then be able to sort the results. Here comes sortable gridview. Github:...
View Article[Wiki] Multiple Enviroments - Only with files
The idea of this wiki is to show how to have a development environment . It is very likely that you have a GIT repository with your project, which loads on your production server, if not, as this...
View Article[Extension] freshrest
FreshRest is an elegant Yii extension and module which enables easy RESTful interface development following best practices.
View Article[Extension] yii2-br-validator
Yii2 Extension that provide validators and features for brazilian localization
View Article