Retrieve Full Name From Database
Hi, in my table I have id, firstname, lastname rows. but i need to store both first & last name into name field. pls help me. I written in model like this.. public function getFullName() { return...
View ArticleConfirm In Gridview For Update?
hi my friends how defind 1 confirm in gridview for update button?? thanks
View ArticleJoin
hi friends i have 3 table: tb_user(sid, name,family){sid is primary key} tb_tel(id,sid,tel){id is primary key --- sid is foriegn key} tb_contact(idcontact,sid,name,family,tel,id){idcontact is primary...
View ArticleCheck 3 Conditions In Yii Cgrid View?
Is it possible to check 3 conditions in the cgridview column ?? I have done the below one for checking two conditions : array( 'name' => 'active', 'type' => 'raw', 'htmlOptions'=>...
View ArticleRender A View Page In Cjuidialog Widget?
Hi.. Is it possible to render a view file inside the dialog pop up.? If so can someone give me an insight into how the controller part would look like ? Controller : public function actionNewstaff() {...
View ArticleAdding Style To The Text Made From Ckeditor
Hi there! I've integrated CKEditor following this POST. There is a table named article and there is a field named content where I've added CKEditor to. I suppose that we've added an image like the...
View ArticleHelp: Ajax rating with CStarRating
I use CStarRating to create a ajax vote system, how can I perform an ajax function to send the rating to server In the code below, I dont know how to get the rating value, please help me <?php...
View ArticleYii Expert/experts - Large International Platform
Hello Yii fans! We are about to contract a very large and complex platform (winning system) that will be launched world wide. The platform includes the following parts: - Backend application -> Yii...
View ArticleFetching Foreignkey Values
can i know how to insert values in foreign key table using the form.
View ArticleDropdown On Logout Button
Hi, Can i know how to make dropdown option on Logout button in application. In my views/layouts/main.php is having like this... array('label'=>'Logout ('.Yii::app()->user->name.')',...
View ArticleApp()->End() Vs. Simple Return
Hi, I have this controller that handles AJAX notifications from client side. In a sample action method of it, I process the request and output a simple JSON encoded message according to the request...
View ArticleJappendo Dengan Upload + Cjuidialog
permisi gan, saya lgi stuck ni,saya punya form tambah kya gni : lha msalahny : 1. ketika klik tombol "get dokter" yg kedua dengan CJuiDialog yg terisi tetep textfield pertama 2. upload file tidak...
View ArticleShow Values From Many_Many Related Table
I have three tables : actor, film_actor, film. The fields are: actor: actor_id(primary key) first_name last_name film_actor: actor_id,film_id(primary key) film: film_id(primary key) title description...
View ArticleNetbeans or Eclipse
Actually I love to develop with VIM, sadly I need to start working in bigger projects, bigger teams, etc. Netbeans and Eclipse both have everything that I need to colaborate with a team in an easy way,...
View ArticleYii Autoload Doesnt Works After Register Another Autoload
Hi, I have to register a new autoloader from a library called PagSeguro, but the problem is when i register it, the Yii autloader doesnt find Yii Classes more My code: // inclui biblioteca do PagSeguro...
View ArticleRequests For All Actions Leads To Main Page Instead
Hello; I've been faced up with an issue that I've been trying to get past with the deployment of a project imported onto my workstation. When attempting to do anything at all on the site, it only loads...
View ArticleImage Upload
Hi...I really need some help, as nothing on the net refers to my specific situation. I am using the wizard-behavior extension. It is built using CFormModel rather than CActiveRecord Model. I am pretty...
View Article[EXTENSION] Bootstrap
Hello, This is the discussion thread for my latest extension, Bootstrap. What is Bootstrap? Bootstrap is a toolkit to kickstart development of web applications. It includes base CSS and HTML for...
View ArticleGrid View Trigger Filtering
Hi, I would like to trigger a grid view filter based on a javascript event. The triggering will need to send all data that is currently in the filters. Any help would be appreciated. Paul.
View ArticleSneak Peak Of A Personal Project
So I discovered Yii 3 weeks ago and came up with a personal project. This is my first time with a php framework. I used to work with Joomla but got tired of it. It's not completed yet but you can...
View Article