• imcat(贴心猫) Pre-Test --- [Top]
    • ● Type these url as below in browser:
        -> Input: ?mymod,
        -> Input: ?mymod-sub1,
        -> Shows: ?mymod-sub1:Param Error!
  • imcat(贴心猫) Reg-Model --- [Top]
    • ● Register custom Model e.g mymod
        -> Config file: _config/va_home.php >> 'extra' >> 'mymod';
        -> The added configuration is 'mymod' ;
    • ● Type these url and Test:
        -> Input: ?mymod, Shows: ~/views/doc/mymod/mhome.htm NOT Exists!
        -> Input: ?mymod-sub1, Shows: ~/views/doc/mymod/sub1.htm NOT Exists!
  • imcat(贴心猫) Add-Template --- [Top]
    • ● Follow the hint: add template file
        -> ~/mymod/mhome.htm: Content: Hello World! mymod Homepage
        -> ~/mymod/sub1.htm: Content: Hello sub1! sub1 Classification
    • ● Type these url and Test:
        -> Input: ?mymod, Result: Hello World! mymod Homepage
        -> Input: ?mymod-sub1, Result: Hello sub1! sub1 Classification
  • imcat(贴心猫) Tools-Classes --- [Top]
    • ● You can use this system as a useful PHP toolkit:
        -> Any php file, load init file require (...)'/root/run/_init.php';
        -> Then you can use the classes in this system;
        -> You don't even have to install it, Coder freely, Enjoy yuorself!
    • ● Basic-Code
        -> Use dump() instead of echo debug code
        -> Use req() instead of get/post get parms
        -> ... No more description ...
    • ● Usefull-Classes
        -> comHttp(gather)/comParse(xml,base64,csv parse-code)
        -> comFiles(file-operation)/comConvert(encryption)
        -> comImage(Image-process)/comVCode(verification-code)/exaCSeal(image-seal)
        -> # Integrated case: read database and pager
        -> http://imcat.txjia.com/views/dev/tester/step-ufile.php
        -> # Official intimate tools:
        -> http://imcat.txjia.com/dev.php?tools
        -> # Class library function list:
        -> http://imcat.txjia.com/dev.php?start-class
    • ● Personal Case
        -> 本人用本系统,作为如下工具使用 (including but not limited to)
        -> 英语学习资料采集
        -> 工作数据采集,爬虫优化分析
        -> 测试(md5),系统环境配置,
        -> php软件升级辅助/cms升级辅助

Notice: These pages at `/dev.php` is the Manual for Imcat, Welcome to `Faqs` Exchange experience!

QQGroup:607070548; Copyright © 2011-2018 txjia.com All rights reserved.

Run:0.000/89.939(ms); 0(sql)/1.964(MB); doc:c_demo/start_main; Upd:2024-03-28 18:21:02