[Wiki] Publish yii webapp using Git push
Warning I did not invent this instructions, I read it somewhere and re-organized in my way as I was trying and it works for me; Assuming server is Ubuntu Linux; If you have dynamic files uploaded by...
View Article[Wiki] Working with radiobutton list
This is a tutorial to work with radioButtonList which will handle enum datatype. Form design and validation both are detailed here. Try this and let me know if here is any issue or any other better way...
View Article[Wiki] How to setup CKeditor
To start with you need to download the latest stable release of CKeditor. Extract the downloaded file and place the ckeditor/ folder in your applications webroot directory. (beside "protected" and...
View Article[Wiki] Working with CGridView in Admin Panel
This is a tutorial for how to add input text-Field, check-box, buttons in CGridView. Scenario This is CRUD pages for admin menu management. So, Menu model have following things: menuId : INT menuName :...
View Article[Wiki] Alternative wildcard characters CDbCriteria
In SQL, wildcard characters can be used in "LIKE" expressions; the percent sign (%) matches zero or more characters, and underscore (_) a single character. Sometimes users are not familiar with these...
View Article[Extension] sformwizard
Turn your normal form into a multi step ajax form with minimal effort!
View Article[Extension] escrollablegridview
Allows fixed headers and footers and scrolling table rows for large data in grid view
View Article[Extension] autoadmin
AutoAdmin is a CMS framework for absolutely free designed databases.
View Article[Extension] pclimitedittimeperiod
Enables limiting the 'edit' action of a CActiveRecord to a certain time frame after model creation time Edit ZIP
View Article[Wiki] Auto set model fields values
This is a tutorial for how to auto set model values without any code. Scenario I was working with admin panel for a big project. There are 4 almost common fields in all database tables. createdDate...
View Article[Wiki] How to create front and admin side login form
In this WIKI you can learn how to create front and admin login form, using database. Scenario: As a beginner once you setup default yii project, next step will be how to change this static login form...
View Article[Extension] message
This extension provides a more fledged flash-message system for yii
View Article[Extension] assetcompiler
Extension for javascript/less asset compilation and management
View Article