Api Documentation In Chm Format Missing In 1.1.13
First of all, I'd like to wish everybody Happy New Year! Version 1.1.13 was released on Dec. 30th and I noticed that the documentation does not contain the CHM format of the API. The CHM format...
View ArticleYiiframework.co.il Code is now open sourced!
CMS Application This is something I've been working on and still am constantly to make it better, This is a CMS system that allows you to control an entire multi-language website simply from within...
View ArticleYii 1.1.13 - Need To Replace T. Alias?
Hey guys, I upgraded Yii to 1.1.13 and went through the UPGRADE file, as always. The doc says: Quote- Criteria modification in CActiveRecord::beforeFind() did not apply to the query when model was...
View ArticleYourxpert.de
We decided to use Yii for our new platform http://www.yourxpert.de So far, we're super happy with it!
View ArticleCactiverecord And Caching
Here are few problems that i faced with CActiveRecord and my proposed outlines for solutions. These are by no means efficient so i look forward to your suggestions for improvements. Problem #1: In same...
View ArticleUser Authentication
Hi all, I am very new to Yii and I have been following the 'BUILDING A BLOG SYSTEM USING YII' tutorial to create a small web application. While the blog database contains user table already populated...
View ArticleHow To Refresh Captcha On Page Reload
hi, how to show a different code in the captcha box every time a user refreshes or reloads the browser ? <div id="captchaBox" style="border-bottom: 1px solid #E2E2E2; padding-bottom:10px;">...
View ArticleInclude (Something.pdf) Failed To Open Stream: No Such File Or Directory
Hello all, I am new in yii and I am so interested with it... I have problem with EYiiPdf. in localhost, it work but in live host (unix) any problem with directory ... following is it's warning ......
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 ArticleTabelle Mit Bild In Listview
Hallo Zusammen Mein Ziel ist folgende Darstellung. Ich kämpfe mit der Listview schaffe es jedoch nicht. index.php $this->widget('zii.widgets.CListView', array( 'dataProvider'=>$dataProvider,...
View ArticleWhat is your experience with MySQL workbench?
For some years now i give MySQL workbench a try from time to time - and everytime i do, i'm very disappointed. This seems like the most unstable software i've ever seen. It's crashing so often, you...
View ArticleYii Docs Generator
Hi, I edited the documentation builder from Yii's build process to allow it to be used on Yii apps as well as just the core framework. It generates nice HTML / CHM documentation from your app source...
View ArticlePreencher Dropdownlist
Pessoal, pretendo listar todos os materiais depois de escolher o serviço. A minha query: $qry=' select Id, Nome from materiais mt where not exists (Select null MaterialId from materiais_servicos ms...
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 ArticleWhat version control system do you use?
I'd like to know the opinion of Yii community on version control systems. Which one do you use and why? As for myself, I use git. I like DVCS because they are much faster than centralized VSC and much...
View ArticleMostar Mensagem Antes E Depois De Gravar Na Base De Dados
Olá Malta, Preciso de ajuda... Como faço para mostrar um "progress bar" ou "uma mensagem flash" enquanto os dados são gravados no banco de dados? Por exemplo: No meu formulário quando clico no botao...
View Article[Extension] Xupload
I found that this extensions is out of date. Maybe some one can update it?
View ArticleYii Docs: Generate Docs For Api, Guide And Blog (Chm Compartible)
Hi, I have in-house IDE I use with Yii and I want to make integration with Yii Manuals (API, Guide and Blog). All I need is un-compiled CHM files (html/css/js and .hhp .hhk and .hhc). I tried with...
View ArticleDoes Yii (Or Php Itself?) Have Some Sort Of Class Cache? How Do I Clean It?
Hi, I'm literally freaking out. I have a php file called Whatever.php in the "components" folder which contains a class definition for class Whatever which is an application component. I have modified...
View ArticleUrl Manager
My URL manager has following rules coz of which gii is not working 'urlManager'=>array( 'urlFormat'=>'path', 'showScriptName'=>false, 'rules'=>array(...
View Article