Wiki

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

Cambiando el diseño de JuiWidgets

Created 2 years ago by Luis Lobo BorobiaTutorials1 comment – viewed 5,977 times
Un aspecto del diseño de interfaces de usuario tiene que ver con la coherencia del diseño y uso de colores entre los distintos componentes de interfaz de usuario utilizados.

Custom Login Error Messages

Created 2 months ago by whoopassTutorials0 comments – viewed 5,610 times – ( +7 )
The Yii Framework is very powerful and it provides a lot of functionality right from the pre-built webapp. One of the nice things that is already established for you as a developer is the Login authentication. While the default configuration simply sets it up to run against an array of hard coded usernames and passwords, the Yii Blog Tutorial provides a how to in connecting that login authentication method to a database so you can run your logins against the registered users. Talk about sweet deal.

Create image thumbnails with php_img_preview

Created 9 months ago by Anas AbuDayahTutorials5 comments – viewed 5,589 times – ( +3 )
This is another way to view images in your application and I like this way because it's simple and I think it's better performance than other.
tags: images, views

XSS safe model content

Created 3 years ago by phirasTutorials2 comments – viewed 5,452 times – ( +4 )
In this post I am going to describe a solution to make your yii-based web application safe from illegal content injections.

How to make use of a fragment cache

Created 4 years ago by dalipTutorials0 comments – viewed 5,436 times – ( +1 )
According to the manual http://jp.php.net/manual/en/memcache.installation.php;
tags: cache, memcache

Autocomplete in console command

Created about a year ago by StammTutorials1 comment – viewed 5,308 times – ( +3 )
Missed of autocomplete in bash console commands yii make me sad.

Htaccess .. SEO Friendly Url

Created 5 months ago by manoj20Tutorials4 comments – viewed 5,287 times – ( +2 / -7 )
hello firend if u need a SEO friendly URL
tags: yii

Ativando temas no Zii Widgets

Created 2 years ago by Ivan WilhelmTutorials3 comments – viewed 5,210 times – ( +4 / -2 )
Um aspecto do design da interface de usuário tem a ver com a coerência do design e da utilização das cores entre os diferentes componentes da interface do usuário utilizada.

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

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

Q: My yiic tool cannot run model and crud commands. Why?

Created 4 years ago by qiangTutorials1 comment – viewed 5,103 times
Some PHP installations may use a different php.ini file for CLI PHP (command line PHP parser). As a result, when running the model or crud command in yiic shell, you may encounter errors like "YiiBase::include(PDO.php): failed to open stream..." or "...could not find driver", even though the requirement checker confirms you have PDO and the corresponding database driver.