Url Manager-Result Page"not Founf"
Hi there. I wanted to change the application URL Address because of selecting language option for end-users. I enable the apache rewrite module, creating a .htaccess file in the main application root...
View ArticleAction Delete
i couldn't delete use action delete on host show Error 400 Your request is invalid. here is my controller public function actionDelete($id) { $this->loadModel($id)->delete(); // if AJAX request...
View Article[EXTENSION]eexcelview
I am opening an extension by request for my first widget http://www.yiiframework.com/extension/eexcelview/ About the question: QuoteWhen I try to acces the view automaticaly is created the .xls file...
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 Article多级分类显示问题
多级分类,存储在一个表中,通过parent_id进行关联,在GridView中如何显示相应的数据,并带有缩进的形式。 比如显示如下的形式: 新闻中心 --国内新闻 ----山东新闻 ------济南新闻 ------青岛新闻 ----山西新闻 ------太原新闻 ------大同新闻 --国际新闻 ----美国新闻 ----英国新闻 怎么处理好呢?
View ArticleAssign Operation To Role
Hi Friends, I am using SRBAC extension. I have created some tasks and operations under the tasks. But I could not find any way to assign operations directly to Roles. Please help me if there is a way..
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 ArticleExtendingcmodel?
Hi, is it possible to extend CModel? PHPStorm only allows me to implement it, but not extend. In the docs it's an abstract class, but so is CActiveRecord and I am able to extend from it. I will use DB...
View ArticleImage Preview Onclick
Hai i have a thumbnails that list all images, now when i click each img it should have a img preview a bigger one.. here is my view code foreach($model_image as $i){ echo "<li>".CHtml::link(...
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 ArticleСоздать Свой Ckeditor
Есть раширение для ckeditor, но я не знаю как кнопку вставка изображения поставить на экшн загрузки файла. Тем более функционала ckeditor мне не хватает, поэтому у меня вопрос: с чего начать чтобы...
View ArticleCommenti Stile Facebook
Da qualche giorno ho riscritto una mia vecchia estensione. E' un'estensione per scrivere i commenti in stile Facebook. Ho cercato di fare un bel lavoro usando anche strumenti come phpcs (per scrivere...
View ArticleHow Work Usermanagement Module With Rights?
hi i installed usermanagement module(not user module) and rights module and user in user management view in rights but i give any permission with user not work please tell me english
View ArticleHow Work Usermanagement Module With Rights?
hi i installed usermanagement module(not user module) and rights module and user in user management view in rights but i give any permission with user not work please tell me english
View ArticleMenu W Layoucie Różne W Zależności Od Widoku
Witam. Mam w layoucie dwa menu, przy czym pierwsze jest stałe, a drugie to są jakby opcje widoku. Przykładowo w wiadomościach w menu powinno być utwórz wiadomość, skrzynka odbiorcza. Jednak widok jest...
View ArticleUrlmanager Issue
Hello everyone! I have a controller called project and an action called tongquan. The action lookes like this: public function actionTongquan($id) { $this->render('tongquan',array(...
View ArticleUsage Of Cwebapplication::createcontroller
public function actonTest() { $controller = Yii::app()->createController('site/contact'); $controller->render('contact'); } Error: [size="1"]Fatal error: Call to a member function render() on a...
View ArticleParent/child Order By
Hi, I have a single table that contains Pages. Any page can have child pages (nth levels). Root pages have a parent_page of 0. id-----parent_page-----level-----title...
View ArticleError.log Doesn't Log Errors At All
how come this configuration doesn't log any errors at all inside my log folder 'log' => array( 'class' => 'CLogRouter', 'routes' => array( array( 'class'=>'CFileLogRoute',...
View ArticleApi Error?
in Yii 1.1.13 API CLinkPager.html, in this section: registerClientScript() method public void registerClientScript() Source Code: framework/web/widgets/pagers/CLinkPager.php#213 (show) Registers the...
View Article