QR Code Generator
Recently I just need to use yiiframework.com/extension/qr-code-generator It seems to be extremely easy to use - as stay in its Readme file in my view code I just need to add this line of codes <?php...
View ArticleHow to display FPDF with JUI TABS
hello master, I have created a code like this : in view <?php $this->widget('zii.widgets.jui.CJuiTabs', array( 'tabs'=>array( 'Data Pasient'=>array(...
View ArticleConnecting Mail Domain With App Database
Hi, Here i need a suggestion for mail domain connecting with app database. In my application have user registration and the registered users can send mails (Site based mail box - uses application...
View ArticleSeo Unique Urls
HI to all! I have the following doubt. By default Yii comes with 3 (or even more) ways to direct someone to the same page. And that is not SEO friendly. For example: article/write/id/5...
View ArticleCreate User Fields Validation
hi in my first application of yii., create user operation z der., its accepting null values also., how to validate it so that it shd contain values in field/..!! plz help me soon..
View ArticleChanging Dropdownlist For Readonly When Editing
Hi I'm new, coming from CaVisualObjects, The question is I'm trying change an external related field creating combo when inserting a new register by a readonly textfield when editing existing. The...
View ArticleInternationalstudent.com -- Powered By Yii
We've recently relaunched http://www.internationalstudent.com as a Yii application. The site is a portal for students wishing to study in the US from abroad and vice versa. The site contains several...
View ArticleHow To Display Database Values Into The View Page
Hi, i need to display my db values in the view page. And My Database is... CREATE TABLE IF NOT EXISTS `users_stats_info` ( `id` int(11) NOT NULL AUTO_INCREMENT, `loginId` int(11) NOT NULL, `height`...
View ArticleMultiple Model Save
Hi Everybody, I have 2 tables to collect data from: one table is Order(s), I select 1 position from this table, and I have a Product(s) table and I would like to select several positions from this as a...
View ArticleYii Pdf Style
Pdf generation extension in yii not support style sheet? I want to generate a pdf doc with a template design. How can i access style sheet for that template in yii?? I am using mpdf extension. please...
View ArticleДинамическое Правило Для Поля
При добавлении записи нужно сделать обязательное поле для сохранения файла и не обязательное при редактировании
View ArticleConverter/formatar Campo Do Tipo ‘Nome’ Em Maiúsculas…
Sendo básico nestas andanças, tenho provavelmente uma dúvida ainda mais básica mas, como diz o ditado, quem não sabe é como quem não vê. Vamos à questão, -> Utilizo um ‘form’ com o campo texto do...
View ArticleStep Form Validation
I'm creating a form that is split up into 5 steps. By the way this is just one form - and not 5 separate forms. I have a continue button on each step, which is just an image button - when you click on...
View ArticleCactivedataprovider Is Not Returning All The Items On The Db
Hello, I am having the following problem: I have 2 controllers PersonController and SiteController, both have the same CActiveDataProvider $dataProvider = new CActiveDataProvider ('Person'); but the...
View ArticleYii Folder Structure
Hey guys So I am working on a project (my first Yii one) where it uses this layout for the folder structure. Now I am trying to get the languages working, but I am not sure how to structure it. I would...
View Article[EXTENSION] oci8Pdo
Hello all, This is the forum thread for the oci8Pdo extension. Note, if you have an Issue or Problem, please make an Issue on the Github page. If you guys and girls have any feedback, I'd love that!...
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 ArticleHelp On Attendance Management System
greetings, Actually i'm very new newbie for both yii and php. I'm doing my graduate project on attendance management system web based on yii framework and php. For that i have some doubts which may...
View ArticleInsert Users And Fetch
hi., i need to insert the logged in user into database and i have one more option in operation that my products, when user click that option it should show the products added by him using...
View ArticleJson Not Working In Ajaxsubmit Button
i have the following code in controller public function actionTest($id) { $test=array(1,2,3); print_r($test); } in index.php <?php $form = $this->beginWidget('CActiveForm', array( 'id' =>...
View Article