Wiki

Articles in category "tutorials", sorted by date (updated)X
Displaying 141-150 of 172 result(s).

CJuiDialog for create new model

Updated 2 years ago by Maurizio DombaTutorials37 comments – viewed 50,272 times – ( +55 )
In this tutorial we will learn how to realize a create interface using a dialog.

How to create nice modal login widget with a CJuiDialog

Updated 2 years ago by Maurizio DombaTutorials2 comments – viewed 28,501 times – ( +8 )
...folder /protected/components/UserLoginWidget.php... ...extending the CWidget class...
tags: user, login, modal, widget

Eclipse PDT - code-hints, references and other goodies

Updated 2 years ago by WoilTutorials3 comments – viewed 20,917 times – ( +13 )
Since PHP is dynamically typed language, the way IDE may help you is limited.
tags: IDE

Introducción al control de acceso basado en roles (RBAC)

Updated 2 years ago by Juan CalvoTutorials4 comments – viewed 21,095 times – ( +16 / -1 )
Todos los que hemos empezado a utilizar Yii para crear aplicaciones Web, nos hemos dado de bruces cuando hemos intentado poner a funcionar el RBAC (acceso de control basado en roles).

embed a view file of the class which implement the CAction.

Updated 2 years ago by DavidhhuanTutorials1 comment – viewed 5,003 times – ( +1 / -1 )
In Yii, we can define an action class and ask the controller to instantiate it. And we always create ourselves actions class in rootPath/protected/extensions, and the view file we called in the actions class always are located in rootPath/protected/views/ControllerNAME or rootPath/themes/ThemeNAME/ControllerNAME, then when we use the same actions class in different controllers, we have to copy it from one controller to the other controller, so we also need the "same" view file work for us, here is an example.
tags: actions, render, views

belajar AR : part 1 (learn AR : part 1)

Updated 2 years ago by riandayTutorials0 comments – viewed 5,212 times
hai teman yii... apa kabar.. kembali lagi bersama catatan saya..
tags: indonesia

Performance - A Guide For Best Practice

Updated 2 years ago by ajsharmaTutorials3 comments – viewed 11,688 times – ( +8 / -5 )
In this guide I will explain best practise regarding performance in MySQL, PHP and of course our loved Yii Framework. Since this is a complex topic, I will start with some basics and then expand this guide from time to time. Since this wiki can become big, you may click on View history - there you can see what changes have been made, so you don't miss anything.
tags: performance

Multiple Databases and Multiple Domains

Updated 2 years ago by Maurizio DombaTutorials2 comments – viewed 20,833 times – ( +12 / -2 )
Add these lines in /config/main.php
tags: database

How To Customize CMenu Output

Updated 2 years ago by AngeloTutorials4 comments – viewed 33,300 times – ( +9 )
CMenu comes with a lot of great customization options built in but sometimes you need it to do more.
tags: menu

Add charts / print buttons to your webapp

Updated 2 years ago by CoLTTutorials1 comment – viewed 15,042 times – ( +7 )
In this article you will find Yii framework extensions enabling you to add various charts/print out buttons etc. to your webapp.
tags: chart, print, flash, excel, csv, pdf, xls