[Yii][Ext] Une Extension Cms Simple Et Bien Codée
Bonsoir à tous, Avez-vous déjà testés (ou développés) une extension CMS pour le framework Yii ? Je recherche plutôt quelque chose de simple et d'efficace, pas forcement avec pleins de fonctionnalités....
View ArticleYii Developer With Restful Api Implementation Experience
Dear you, I need help from yii developer to design, implement, RESTful API and database for a web application. Here is a basic structure of the RESTful API in the attachment. I am looking to hire 5...
View ArticleProper way to render JSON.
So, I've decided to use Yii to build the website and API for a game I'm developing. However, I want my API to be as "slim" as possible. In the previous iteration of the software I had a home grown MVC...
View ArticleError En Crud
Buenos días, Estoy empezando con este framework, y he descargado la última versión la 1.1.13. Tras revisar el tutorial de primera aplicación Yii que encontré aquí en español (me sorprendió en...
View ArticleUpdate Isotope With Javascript
I'm using the isotope jquery extension, my dataProvider is changing over the time so I want to update it withou refresh the entire page. Someone know how can I do it? I now the isotope is based on a...
View ArticleHelp With A Nested List Of Checkboxes For Model Insert/update
I must be missing something obvious here as everything in Yii is usually so easy! I have my main model named 'Program', which has the related 'Category' and 'SubCategory' models/tables. These are...
View ArticleStoring Session In Db V.s File, Which One ?
I know that some people stick to file based session, and some others use DB to manage their sessions. I wanted to know, In Yii which one is preferred and what are the advantages and disadvantages of...
View ArticleHow: Yii Cgridview From Php Array?
Hi, Any tips (or a mind reading full code snipet!) that populates a nice sortable Yii datagrid by using data from a php array?
View ArticleSelf Join Using Relationship
hi I want to implement self join with relationship in yii for single table.actually i have a category table and it contains category(with parent_id=0) and subcategory(with parent_id=category_id) now i...
View Article如何为单个Action文件配置缓存
我希望在action文件中,配置一个单独使用的缓存机制,如何写 class pinyinpickerAction extends CAction { public function run() { //code } } 从yii文档中看到的,在control中对缓存过滤器的配置为: public function filters() { return array( array(...
View ArticleHow To Configure Cache Filter For Simple Action File?
hi,i hope that configure cache filter for simple action file, how to do? the code like: class pinyinpickerAction extends CAction { public function run() { //code } } i found the cache filter in control...
View ArticleInstance Gridview Widget With Model Relation Data
I have a model that results me an array of objects and when i loop trough i want to make several instances of widget gridview and pass along an array of object that comes from a relation, however the...
View ArticleMultiple Related Table Contents In Single Cgridview
Hi, i have 3 tables, #1 message ---------- id(PK) title content user_id date status #2 comment ------------ id(PK) message_id(FK) comment user_id(FK) date #3 user ------------ id(PK) name username...
View ArticleYiibooster
Recently launched YiiBooster, YiiBooster is a collection of widgets that will ease the task of developing Yii applications, as well as, giving your application a little boost. Basically, YiiBooster...
View ArticleCurl Wrapper
Hi guys, just made this simple Curl wrapper for yii. i've seen one in extensions earlier, but wanted one which is light weight and simpler to use for my project, so made this one. it's on github...
View ArticleUncaught Typeerror: Object Has No Method Autocomplete And Its Blocking To...
I'm sorry similar post is already there in the community, But i'm finding it strange. Its working fine but it affected my other views and not allowing other view pages to populate any dialogue boxes.....
View ArticleRules For Textfield That Only Accepts Letters
Good Day, I have thisproblem that I want to make the accepted inputon my textField is alphabets only so in my rules function on my Model class i wrote array('username,...
View ArticleUrlManager rules for static pages in subdirectories
Hi, I try to create URL rules to match static pages located in subdirectories of /site/pages. For example, I have protected\views\site\pages\subdir1 with php scripts inside. I want to create a rule to...
View ArticleHow To Fix Csrf 400 Error While Deleting Records In Standard Crud?
I have a Gii generated CRUD source code and views. I need to enable CSRF protection. It is enabled and works ok in all other parts of the project, but brings the following error while I'm trying to...
View ArticleError Trying To Get Table In Multiple Db Relation With Cdbcriteria
Hello to everyone, this is my first post here, I read the forum rules so I hope getting this right. In a project I have a multiple DB configuration following the steps of the wiki: Multiple Databases...
View Article