Conectase A Web Service
Saludos, Antes que nada, soy un nuevo programador con 2 o 3 meses de experiencia pero me han mandado a hacer muchas cosas y el problema es que he trabjaado en plataformas diferentes. Despues de la...
View ArticleYii In Vacanza
buongiorno al forum mi ero ripromesso di leggere qualcosina su yii_1 sotto l'ombrellone, ora apprendo che si parla di yii_2. mi chiedo dunque se yii_1 durerà ancora a lungo, e vale la pena partire da...
View ArticlereturnUrl is index.php
I have a login link on the top of all pages - this points to mysite/member/login Sometimes when I click this link and submit the login form, it redirects me back to mysite/index.php So I echo'd...
View ArticleUsare Gii O Scrivere Il Codice "a Mano" ?
Buongiorno e scusate se prima ancora di presentarmi vi faccio una domanda ma mi sto innamorando di questo Framework e sto cercando di capirne sempre di più.. Passiamo al mio dubbio.. Ho iniziato ad...
View ArticleCdbauthmanager - Generowanie Tablic
Probuję rozgryźć temat ról użytkownika i utknęłam w punkcie korzystania z CDbAuthManager - wymaga kilku tablic, które jak na mój gust powinny utworzyć się same, ale się nie utworzyły. Czy robię coś...
View Article[EXTENSION]eexcelview
I am opening an extension by request for my first widget http://www.yiiframework.com/extension/eexcelview/ About the question: QuoteWhen I try to acces the view automaticaly is created the .xls file...
View ArticleCalendar With Events From Database
Hi there! I`m looking for any type of calendar that can handle events from database. I wanna get view from month, week and day with adding/editing events for users depending on roles. I`m using...
View ArticleCdbauthmanager - Database Tables
I'm trying to use roles in my application, but when checking roles using CDbAuthManager I get error message that I don't have database tables eg. authassignment: CDbCommand nie zdołał wykonać...
View ArticleTrouble Using Cpasswordhelper
I've installed CPasswordHelper into YiiRoot/framework/utils in order to assist with password authentication. Initially I got this error after coding the authentication function. ------->...
View ArticleSql Statement
I have the action in the main controller: public function actionIndex() { $criteria = new CDbCriteria(); $criteria->condition = 'carousel == 1'; $carousel = Cars::model()->findAll($criteria);...
View ArticleTwitter Api Tmhoauth Extension
Check this out guys and tell me what you think! This extension is not complete with all twitter api interactions... I made it for myself with simple but very usefull methods! Feel free to improve it!...
View ArticleSupport Old Database Schema
Dear friends, I'm quite new to Yii and I'm not sure what is the proper way to solve the following problem. My client has an application that will be completely rewritten to support new features and...
View Article[EXTENSION] Rights
Rights utilizes Yii's built-in database auth manager (CDbAuthManager) to provide a solid web interface for extensive access control. Features: User interface optimized for usabilityRole, task and...
View ArticleGoodgift: Charitable Gift Vouchers
Hi all, My first Yii website just went live: GoodGift (apparently I'm not allowed to use links in my post, but you can visit the site by adding .org to the name goodgift ) The site is a platform to buy...
View ArticleGetting Last login time in Yii
Hello All, In my application I want that when a user will login he/she can see his/her last login time just like when we do login in user module.So for doing like that that I just followed this link ....
View ArticleActive Record And Query Builder
Hi Two way to work with DB. Active Record (with CDB Criteria) way and Query builder,As reading posts/article I found that preferences always give to Active record . What is my point is for single table...
View ArticleDeb8.it
Built with Yii-bootstrap and Yii v1.1.13, just under 2 weeks of out-of-hours work Deb8.it - Online Debating Community Full Admin Back-end manages pages, topics, users, ranks, reports. Front end has...
View ArticlePrompt A Message
This is my code in view _form: <?php echo CHtml::submitButton($model->isNewRecord ? UserModule::t('Create'): UserModule::t('Save')); ?> How do i add a prompt message before it proceed. Prompt...
View ArticleForgot Password Functionality
I want to perform forgot password functionality in my existing website. could please guys guide me how will I perform it.As I am new in YII. THanks,
View Article