要讓 item info 具有圖片的功能,必須要做幾件事 Create a table in database to store item_pic related information Add auto_loader to load upload library Modify controller to support get image info and save image info Modify viewer to support form view image and image info detail we be shown soon ~

Read More →

just place the phpconsole.php in the same folder as index (which means the root folder) add following code in the index.php: require_once(“PhpConsole.php”); PhpConsole::start(); then try to use the debug() in the codeIgniter. 🙂

Read More →

Version 2.0.1 Modify application/views/config.php => search “english” and add “chinese” Copy english folder then paste and rename to chinese. Then modify the value used in chinese Then select the chinese in language selection, and it works 另外別忘了,因為open source pos 有使用 CodeIgniter, 因此system下面也要加上chinese folder

Read More →