Skip to content
forked from peacexie/imcat

Imcat(贴心猫) is a set of Light weight, Free, Sharing general PHP web application system!

Notifications You must be signed in to change notification settings

ccc030233/imcat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

贴心猫(imcat) V4.5 Released (2019-01)


What is imcat(贴心猫)?

  • Imcat means IntimateCat(贴心猫), It is a set of Light weight, free, sharing general PHP web application system!
  • Apply to: online shop, hospital, school, enterprise, personal website, enterprise intranet, profession portal site, etc.......
  • Not entangled in OOP, not entangled in MVC, not entangled in the Design-Model, free and unrestrained!

【Functions】

  • Support: PHP5.3~PHP7.3 / custom module / custom field / custom parameter / custom classification
  • Data&share REST-API / sync / ourter import / Crawler / seo push / old vertion import
  • Interface: Ftp store / Sphinx search / WeChat / SMS / ip address / map (Baidu, Google) / payments (PayPal, Alipay, caifutong)
  • Demo Website: imcat(贴心猫)

【Setup】

  • Need Environmental

    • PHP5.3 ~ PHP7.3 (Recommend: PHP5.4 ~ PHP7.2)
    • mysql5.1+
    • Extended libs: MySQLi/MySQL, GD2, curl
  • Set the relative path of the site:

    • all files will be placed on the site of any directory;
    • In file: /root/cfgs/boot/_paths.php Set Param: PATH_PROJ;
    • The value of PATH_PROJ is the relative path of the site, eg:['/imcat'] or root [''](empty string)
    • For the first time, It will automatically correct the project path, so you can omit the operation
  • Edit DB-Config(It can be edited while installing, advice you config manually)

    • File: /root/cfgs/boot/cfg_db.php;
    • Tips: the defalut DB-Type is: $_cfgs['db_class'] = 'mysqli';
    • You can Edit it according to the service environment.
  • Setup/Config

    • View Start Page: /index.php?start to Check and Config
    • View Url: /root/tools/setup/ to Setup.

【v4.5 ChangeLog】 (2019.01)

  • Add: Tag-Helper / tagor (v4.5);

  • Fix: In debugging information, SQL execution time statistics are inaccurate;

  • Simplification: The default attributes of show in list-tag;

  • Simplify: Comment fields;

  • Fix: Setup page shows the html template in v4.4

  • Fix: Two notices on php7.3

  • Fix: The char _ was filtered in the field auser, while publish info;

  • Related Project: Imblog(贴心博客)


贴心猫(Imcat,IntimateCat) 是以PHP+MySQL架构设计的通用网站系统,简约、实用、轻量、开源。 适用于:网店,医院,学校,企业站,个人网站,企业内部Intranet,中小型行业门户站点等…… 不纠结于OOP,不纠结于MVC,不纠结于设计模式,自由奔放!

【功能介绍】

  • 支持:PHP5.3~PHP7.3/自定义模块/自定义字段/自定义参数/自定义分类/模板继承/tag缓存/js标签/静态/伪静态
  • 模型:问答系统/内部公文/商品展销/新闻/专题/课程资源/样例文档/用户
  • 接口:REST-API/Ftp存储/Sphinx检索/微信/短信/地图/支付/数据分享/数据同步/外部导入/采集/推送/导入旧版

【安装提示】

  • 环境需求

    • PHP5.3 ~ PHP7.3 (推荐: PHP5.4 ~ PHP7.2)
    • mysql5.1+
    • 扩展: MySQLi/MySQL, GD2, curl
  • 设置站点相对目录;

    • 文件:/root/cfgs/boot/_paths.php 设置PATH_PROJ值为站点相对目录如:“/imcat”或 根目录用“”(空)等;
    • (首次安装使用会自动更正项目路径,所以可省略上述操作)
  • 修改数据库配置:

    • 文件:/root/cfgs/boot/cfg_db.php;注意数据库类默认为:$_cfgs['db_class'] = 'mysqli';
    • (可安装时配置,如果修改建议手动配置)
  • 安装/配置:

    • 访问起始页:/index.php?start 检查配置;
    • 访问地址:/root/tools/setup/ 安装程序。

【v4.5更新日志】(2019.01)

  • 增加:标签助手 / tagor (v4.5)

  • 修正:调试信息中,sql执行时间统计不准确

  • 简化:列表标签 审核属性show的默认处理

  • 精简:优化评论字段

  • 修正:v4.4安装程序在某些情况下显示html模板页

  • 修正:php7.3下两处 Notice 提示

  • 修正:发布信息时,字段auser过滤了下换线问题

  • 关联项目:Imblog(贴心博客)

About

Imcat(贴心猫) is a set of Light weight, Free, Sharing general PHP web application system!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 66.7%
  • HTML 17.6%
  • JavaScript 10.1%
  • CSS 5.4%
  • Other 0.2%