snoop-taj/招聘

Croogo 插件 - 基于Web的招聘测试插件,拥有前端申请表,该表单位于PHP的Croogo内容管理系统之上。

安装: 5

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 0

分支: 0

开放问题: 0

类型:cakephp-plugin

dev-master 2016-08-10 17:36 UTC

This package is not auto-updated.

Last update: 2024-09-15 00:52:10 UTC


README

基于Web的招聘测试插件,拥有前端申请表,该表单位于PHP的Croogo内容管理系统之上。

它由CakePHP MVC框架驱动。

要求

* PHP 5.2 or higher.
* MySQL 4.1 or higher.
* Apache with mod_rewrite.

安装

基于Web的安装程序

  • 通过Croogo的扩展管理器上传.zip文件。

手动安装

  • 解压归档文件。将内容上传到您的Croogo安装目录中的./app/Plugins/Recruitment目录。
  • 访问Croogo的扩展系统以“激活”插件。
  • 激活插件后,将创建数据库表。
  • 您可以从RecritmentActivation类的代码中更改电子邮件设置。
    $controller->Setting->write('Applications.hr','Enter HR Email Address',array('description' => 'Default hr email address of the applications','editable' => 1));
    $controller->Setting->write('Applications.notification','Enter Notification Email Address',array('description' => 'Default notification email address of the applications','editable' => 1));
    $controller->Setting->write('Applications.websupport','Enter WebSupport Email Address',array('description' => 'Default website support email address of the applications','editable' => 1));

或激活后从Croogo后端管理中的招聘设置更改它

链接