Ajax Trigger In Yii
Hello, i need help form pro's. How do i make form that when i click on Submit, it makes Ajax request instead of submitting/refreshing page? This is what i have currently, but it is not working: The...
View Articlemb_strlen() expects parameter 1 to be string, array given
Hi all, Can anybody take a look at my code and tell me as to why i'm getting an error? The following is my code public function actionCreate() { $connection=Yii::app()->db; $model=new BusType;...
View ArticleBootstrap Labels In Cgridview?
Hi all, I was wondering if anyone out there has managed to get Bootstrap labels working on data in a CGridView data table? What I am trying to do is add a span class to data in one of the columns and...
View ArticleDynamic Relations To Model
Hello, first of all, I would like to mention that I am very new to Yii. From what I understand, in modelling the database with foreign keys I get some relations: public function relations() { return...
View ArticleRestaurants Portal Powered By Yii
Hi guys, I have developed alone this Restaurants Directory portal, there is still some features to be add and some works on back-end codes. Here is the link Restolinked Have a nice day
View ArticleYii: Update Cgridview Based On Form Input
I have setup CGridView with CArrayDataProvider What I've got till now: Controller //Get data for form dropdown: $criteria = new CDbCriteria; $criteria->select = 'status'; $criteria->group =...
View Articlecaptcha validator don't work properly
I'm trying to develop a users model the main part is <?php class Users extends CActiveRecord { public $repeatPassword; public $repeatEmail; public $verifyCode; public $rememberMe = false; private...
View ArticleCaptcha Code not changing
I have the default webapp Comment form w/Captcha. When I send in a comment, then go back to the CommentForm the Verifaction code is the exact same code. What gives?
View ArticleDataprovider For Related Activerecord Models
Is there an easy way to construct a dataprovider that returns objects related to another object? I'm basically looking for the simplest version of this function: /** * @param CActiveRecord $model The...
View ArticleAllow User To Update Only Selective Customer's Data
Hi Guys, I am having a table called staffusers containing usernames (user1, user2,user3) and table called customer containing usernames (customer1,customer2,customer3,....customer100). I would like to...
View Article[SOLVED] Import Excel to CGridView
Halooo master2 Yii... Maap nih ganggu lagi. Udah googling tapi kebanyakan bahas export excel . 1. Ada gak extension buat Import Excel di Yii ke CGridView. 2. Trus selain tampil di CGridView , itu data...
View ArticleFatal Error: Class 'ctestcase' Not Found
Hello guys I am beginner to Yii framework. Every thing is working good in basics, but extending the classes is not working Here is the code to check DB connection <?php class DBConnect extends...
View ArticleДобавить свою ошибку в errorCode при авторизации
Здравствуйте. При авторизации в UserIdentity есть проверка имени и пароля и вывод соответствующих ошибок ($this->errorCode=self::ERROR_USERNAME_INVALID,...
View ArticleRelaciones Subiendo Dos Niveles
Tengo la tabla CXCCLIENTE relacionada con CXCVENDEDOR que esta relacionada con CONTANIT.Quiero que al crear un cliente el combo que pide la ID del vendedor en la tabla cliente traiga el nombre del...
View ArticleInstallation Sous Iis7
Bonjour à vous tous, Je suis nouveau venu Je fais une installation sous IIS7 de YII sous un serveur windows 2008. Auparavant je travaillais en local et tout fonctionnait. J'ai le message suivant dans...
View ArticleYii Themes
hello, I created a little site where designers, (or whoever) can upload themes/skins etc that they designed especially for Yii applications. I've created some, to get everybody started, but as you'll...
View ArticleJuitabs Ajax Link
Hi all! I use CJuiTabs in my project for separation positive and negative comments. <?php $this->widget('zii.widgets.jui.CJuiTabs', array( 'tabs' => array( 'All comments...
View ArticleCan't Upload .docx Or .rtf Files
Hi, I'm trying to upload the some .docx and rtf files. But I can't get Yii to accept the mimeTypes. It works for .doc and text though. Not sure what is wrong, wonderd if anyone else could help. I'm...
View ArticleHitung Dalam Yii
Mastah-mastah Yii saya mau nanya nih kalau mau bikin hitung"an di Yii itu kira" kode-nya seperti apa ya? rumus-nya kira" seperti ini : **jika kategori A dipilih maka nilai kerja adalah : bila jumlah...
View ArticleCreating An Extension
Hi, everyone. I want to develop an extension.Can I use the Jquery of other person and implement it in my extension as YII extension?? Do I need Copyright? What If I used his JS? Please suggest me.Thanks
View Article