问题标签 [yii-extensions]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
897 浏览

yii - Yii 框架库管理器扩展

我正在使用galleymanager 扩展来创建图片库。目录结构如下,

在 config/main.php 文件中定义模块如下,

当我尝试访问“localhost/site/imgManager”之类的模块时。我收到以下错误,

请帮忙

0 投票
1 回答
417 浏览

yii - 如何使用 MySQL 配置和安装 Phundament 3?

已下载并将phundament3放置在本地机器上,它可以工作,但在尝试使用 Mysql 数据库配置/安装它时不起作用,就像安装文档一样,
我在哪里可以找到它的Mysql转储?
如果安装全部为我完成,那么如何在本地进行?任何人都可以解释步骤,使用 Ubuntu 11.04

0 投票
1 回答
549 浏览

php - (PHP-Yii-UserGroups) Cron Job 不间断执行

所以,我有一个 cron 工作,代码如下:

我对用户组(Yii 模块)要求的文档进行了所有其他更改,并且 cron 列表显示我的 cron 已安装并正在运行。但是,它每天运行多次,每天只运行一次。那么我做错了什么?

我也会接受这个问题的另一种解决方案(在每天确定的时间发送电子邮件)。请考虑我正在使用 Yii,因此希望有一种在框架内执行此操作的方法(例如,使用扩展)

PS:如果你知道关于这一切的好的文档来源(因为用户组、Cron-tab 和 Yii 本身在记录这一切是如何工作的方面并不那么强大)我仍然会对此感兴趣

0 投票
1 回答
4756 浏览

php - Gii 与 Yiibooster 和 YiiBoilerplate

我是 Yii 框架的新手,实际上是 php 的新手。我已经下载了 YiiBoilerplate (clevertech-YiiBoilerplate-abe2511) 并按照http://www.yiiframework.com/wiki/374/yiiboilerplate-setup-a-professional-project-structure-in-seconds/页面上提到的说明进行操作。

我想访问 Gii,但我不知道该怎么做?我正在尝试使用

[http://localhost:8080/pm1/backend/www/index.php?r=gii]url 但它会到达默认后端页面而不是 gii 页面。

如果没有 YiiBoilerplate,我可以使用 [http://localhost:8080/pm1/index?r=gii] 访问 Gii

如果需要任何配置,请告诉我在使用 YiiBoilerplate 时如何访问 Gii 或指向教程。

0 投票
0 回答
583 浏览

php - Yii (with Rights) is logging out users only in some computers

I'm making a tutoring for students system in Yii 1.1.12 but I'm stuck in user session management.

I'm with other three guys in this. I'm using Rights for role management.

The problem is that two of the other guys are being logged out if a specific sequence of links is followed, but not me (neither the last guy).

The process is this: We have a login form (the default login form Yii gives you, but with db login) Login Form

Then the user is presented in a dashboard where he has a menu and in the main info, theres a link (is equal to one in the left menu) to an action.

Dashboard

If the user clicks on the link (the blue one in the image) in the main part, they go to that action.

Tutor list

Here we have a table with registered tutors (in a db table) with a link (it looks like a button but is CSS, the gray ones under the red ones) to an action for assign students to that tutor.

Suddenly, the system logs out the user asking for username and password again

enter image description here

As you can see in the variables values we have Yii::app->user->isGuest() as true when this happens (before this it is false).

The button links are built like this:

And also the link in the second image is built that way:

The left menu is a zii.widgets.CMenu and the $menu is built with:

The reason I'm explaining this is because this log out error only happens that way. If the user instead of choosing the blue link clicks the left menu item (both links looks the same) they dont get logged out.

EDIT: The user is logged out also if he clicks the left menu item.

Also, I don't get this error even if I click on the blue link, I tried in OSX with chrome, safari and firefox and Windows 8 with IE, even in Safari for iOS.

The two guys with that error used Windows with Chrome, Firefox and IE.

I thought it was an error with the action I was linking in the button but I changed it and still got the error.

I was thinking in a session issue or a cookie issue but I don't know what exactly to test, because I tested it in the same Browsers and didn't get the error.

Just to note, I'm using Rights module and we are testing the app in different locations (I can't go where the other two guys are to see if it has something to do with the ISP, but I don't think it is). Any suggestions?

0 投票
1 回答
2105 浏览

yii - 在 Yii 中使用 Elfinder 扩展

我需要在弹出窗口中使用文件管理器,单击按钮即可。我正在使用 Yii 扩展 elfinder。我发现很难理解使用它的方式。我从 bitbucket 下载了代码,将其放在我的应用程序中的文件夹扩展名中。我尝试使用新控制器对其进行测试,将其命名为 elfcontroller 并输入以下代码(从网站获取)

我还创建了一个用于呈现索引页面的函数(我希望文件管理器在这个页面中)

在视图中我写了以下代码

我包含了一个 div 来包含它

但我收到以下错误

别名“ext.elFinder.ElFinderWidget”无效。确保它指向一个现有的 PHP 文件并且该文件是可读的。

我试图在 config/main.php 中包含别名

我知道我在文件夹结构中弄乱了一些地方

这是我使用扩展名 C:\xampp\htdocs\project\protected\extensions\ext.elfinder的路径

谷歌搜索后我返回空,谁能解释我如何使用这个扩展将代码准确地放在需要的地方?

0 投票
1 回答
151 浏览

database - yii 框架中是否有任何用户界面可用于表格数据输入?

嗨朋友们,我想知道是否有一些可用的小部件,我可以使用它同时插入多行数据项并在插入它们时更新数据库。

喜欢这个表格

http://i49.tinypic.com/9s5hg5.jpg

0 投票
2 回答
1229 浏览

twitter-bootstrap - 未定义属性“TbMenu.itemCssClass”

使用 TbMenu 小部件时,最新版本的引导扩展程序出现此错误

此外,我没有在本地机器上收到错误,只有在实时服务器上。有谁知道发生了什么?

0 投票
1 回答
1010 浏览

php - YII中的ajax融合图表

我在 Yii 应用程序中使用了融合图表扩展。我正在使用 ajax 提交来创建各种图表。它呈现,但是当我尝试使用 ajax 过滤它时,我得到相同的输出。

这是我在视图中的代码:

在 _search.php 中:

在控制器中:actionChart() 方法:

在我的控制器中:actionCallTrend 方法:

这是我的代码。它可以在没有 ajax 的情况下工作,但是当我使用 ajax 过滤字段时,将显示相同的输出,它们不会在 actionCallTrend 控制器中获得 from_date、to_date 和 project_id。

0 投票
1 回答
95 浏览

database - 有人可以指点我 ztabularinputmanager 的实现吗

我需要在 yii 中实现表格输入表单(表格是指同时多个模型)

正如我在这个问题中所问的

yii 框架中是否有任何用户界面可用于表格数据输入?

但在搜索互联网后,我发现 yii 的 ztabularinputmanager 扩展作为可能的解决方案。

但是我找不到任何关于这个扩展的好的文档或实现细节。