yii怎么这么难啃撒,求。。。
个人问题,感觉yii好难上手,看完blog,还有这位仁兄biner的CMS(感谢这位仁兄), 第六还是第七页(第一次发帖,不给发链接 - -||) 能看懂,还是一知半解的~~~ 各位前辈,有什么好的方法快速上手进行开发的,已经默默捣鼓了2~3个星期了 ========= 还有个问题请教, biner仁兄例子里, yiicms/content/life yiicms/content/honor 代码:...
View ArticleAdmin Console For A Social Network Site ?
I'm working on a social networking site. My focus is on developing the User Experience side of it, but I know I need to have an Admin page for myself in order to perform certain tasks. If someone has...
View ArticleZurmo - Open Source CRM
Hello, We have been working on an Open Source CRM application that is written in PHP utilizing Yii, JQuery, and RedBeanPHP and relies heavily on test driven development. It might be one of the most...
View ArticleI'm Not Spam :-(
I'm trying to make a new post to the forum and I'm getting this message: "Your post seems to be a spam. Below is the content of your post: (...)" Do you know why? My post doesn't have any url's, it's...
View ArticleMoved Directories And Now Permission Denied
Hi everyone, I moved my directories around get "protected" out of the webroot. I followed these instructions on this wiki: http://www.yiiframew...roject-support: but am getting the following error. But...
View ArticleQuestion About The Extensions
Hi, i'm new to this forum, I tried to post a one extension that I made, from dedicated web area, but the system don't allow me. Can i post it to this forum? Thanks, Gaetano
View ArticleInternet Explorer Incorrect Language
Hi, My site's font seems to display some eastern European language when being viewed by Internet Explorer. It is fine with firefox and safari. I have the language set to english, so I'm not sure what...
View ArticleGetting Internal Server Error 500
The code is working fine in my localhost when I moved the code to the another system am getting error '500 Internal server error - undefined variable .... '. But that variable is declared in an action...
View ArticleLogin Antes De Ir Al Index
Hola Soy nuevo en yii Necesito hacer q por defecto cuando se habra mi aplicacion aparezca el formulario de login antes de ir al index. Quien me puede ayudar?
View ArticleCategories In Databases
Hey I have some categories in my Database. For Example some Countries. ID 1 NAME England ID 2 NAME France ID 3 NAME Spain If I want to translate these categories into other languages, is it useful to...
View ArticleCan't Load Model!
I am very confused! All things worked before, but today I found registration model is not deleteable. I can not understand the type of error. My code: public function actionDelete($id) {...
View ArticleA Different (Better?) Way To Deal With Date And Datetime
I have long been fed up with the way date and time attributes in models have to be handled on a case-by-case basis with no real help from the framework - so I came up with a CBehavior that enables...
View ArticleProblem Mit Select2 Extention With Multiply
@patsch1980 Hi folks, I'm trying to get the select2-ext running for hours now, but I didn't get it right to fit my needs I've downloaded the last version from the yii-extention site... The demo codes...
View ArticleAjax Validation + Warning Message
Pessoal, Gostaria de exibir uma mensagem apenas de aviso, após uma validação ajax do Form. Habilitei o AjaxValidation do Form e criei uma regra no Rules do meu Model, que executa o código abaixo: if...
View ArticleRender Last Update Date/user And Created By User/time
I came up with this yesterday after poking around with it for a few minutes. I don't know if this is the best way to keep track of create / last updated information. In my model I have: ....relations...
View ArticleYii Code Generator
Hi, I am new to Yii. I Have installed the framework and created my database, but I cant get to the code generator? After I have installed the application, how do i get to the Code generator? I thought...
View ArticleHow to remove index.php from URL
Hi! Iam newbie to YII framework and using its latest vesion 1.1.0. I have enabled seo friendly urls through config file. My next problem is that how can I remove 'index.php' from URL. Iam using...
View ArticleRedirect to login for guest users in every controller
Hi! I found that beforeAction() can be used to hold the code to check if the user is not logged in, and then redirect the user to the login page with something like this:...
View ArticleHow To Load Relationshep Values In Listdata()
Hi I need to know how to call relationship in listData() , For Example in normal way we can call it like : $model->section->section_name ; in my code i just print value as number but I need to...
View ArticleHow To Validate Old Password
Hi i have three fields in yii change password form as old_password,new_password,confirm_password. I would like to validate old_password matched or not in yii method. I would expect the answer for this...
View Article