Wiki

Sorted by commentsX
Displaying 301-310 of 470 result(s).

YiiBooster: How to implement files and images upload on TbRedactor Widget

Created 2 months ago by Antonio RamirezHow-tos2 comments – viewed 4,700 times – ( +10 )
I have been requested to provide a tutorial on how to use the file upload feature of the TbRedactor widget, and even though I am no longer supporting the library due that the work belongs to Clevertech, I feel that I owe that to the Yii developers. So, here is the  tutorial.

Yet another implementation of CPhpAuthManager.

Created about a month ago by seenivasanHow-tos2 comments – viewed 2,876 times – ( +4 )
In this wiki, I try to implement a simple authorization schema without putting much logic inside a file or into database table. We are constructing authorization hierarchy inside the controller. We are getting roles for the current user from database table and assigning only roles to user that are declared in the particular controller. We have brought down the work of loading of auth data at main application level to controller level. This way we have pulverised auth data for entire site into smaller units. Finally we are going to look at couple of examples.

Avoiding duplicate script download when using CActiveForm on Ajax calls

Created about a year ago by Antonio RamirezTutorials2 comments – viewed 10,043 times – ( +11 / -1 )
Sometimes the active form we wish to use to edit/add a new element on our database is too small and we believe that is much better to use an AJAX'ed dialog/slide form rather than reloading the page to just display one or two fields.

Implementing a WebDAV server using SabreDAV

Created 22 days ago by nineinchnickTutorials2 comments – viewed 1,300 times – ( +4 )
This article will show you how to easily implement a WebDAV server in your project using SabreDAV.

How to Setting Layouts in Yii

Created 14 days ago by ruderbytesHow-tos2 comments – viewed 3,818 times – ( +2 / -3 )
usually someone confused to make layouts in yii.

Store session in database

Created 2 days ago by StagelineHow-tos2 comments – viewed 960 times – ( +2 / -3 )
'session'=>array( 'class'=>'system.web.

Yii registry, how to use it, does it exist at all?

Created about a year ago by dckurushinHow-tos2 comments – viewed 11,437 times – ( +6 )
From time to time people ask about registry...

Windows Web Development With AMPPS, NetBeans and XDebug

Created about a year ago by macinvilleTutorials1 comment – viewed 12,269 times – ( +4 )
This article will discuss how to setup your web development environment with the following specifications:

TDD with PHPUnit_Story and Yii

Created about a year ago by sidewinderTutorials1 comment – viewed 9,275 times – ( +7 )
Unfortunately Sebastian Bergmann decided to remove PHPUnit_Story from future PHPUnit versions. Thanks to elvan for pointing me to the relevant comment. As an alternative Behat has been suggested but it seems too bloated for me TBH. There is also PHPSpec but it's non flexible enough for me and tightly bound with English language (What's the purpose of using DSL if customers can't speak English). Since both frameworks are quite young I think I'll just stick to PHPUnit and see what's going on on the BDD frameworks arena. Even PHPUnit_Story parts of this entry are going to be deprecated soon, rest is still valid! When doing TDD, please write tests with design and behaviour of application in mind instead of testing single functions.

First Yii App: CTabView

Created 4 years ago by meanpenguinTutorials1 comment – viewed 13,872 times – ( -2 )
Once you are completed with the "Creating First Yii Application", the following can be done.