

#pre#Pre-Test

* Type these url as below in browser:
 - Input: `?mymod`, 
 - Input: `?mymod-sub1`, 
 - Shows: ?mymod-sub1:Param Error!


#mreg#Reg-Model

* 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!`


#tpl#Add-Template

* 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`


#docs#Articles

* More exciting, found by you! recommend the following articles:
 - Tpl-Demo : hello-Test+ # http://imcat.txjia.com/doc.php?tester-hello
 - Tpl : Step by Step # http://imcat.txjia.com/doc.php?tester-step_imtpl
 - MVC ? Ctrl-Act # http://imcat.txjia.com/doc.php?ctest
 - MKV - Tpl-Data-Show # http://imcat.txjia.com/doc.php?umod

* Tpl-View
 - Tpl-View, see sub-dirs in the skin dir(the `*.htm` files),
 - see : `Tpl-tag`: http://imcat.txjia.com/dev.php?tpltag


#tools#Tools-Classes

* 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升级辅助

