Yii1.1 for beginners

What is Yii Model-View-Controller architecture? MVC schema Model defines relations among data in DB and rules that must be followed when saving data to DB. It also gives us tools to read/save data from/to DB. View shows data to user. It doesn’t write to DB or count difficult things. It just receives data and shows them using HTML, CSS, JS, etc. Controller processes and changes the data, handles user’s actions, decides, counts, thinks and calls models and views. It simply acts. ...

June 4, 2020 · 3 min · 532 words · Ken Cho

Learn, todo and done 1-5/6/20

Learn Docker Yii1.1 framework PostgreSQL OOP progress Todo Use Yii 1.1 to build a blog Done Fixed issue#433. Fixed issue#436. Finished buiding yii 1.1 blog Made a pull request for issue #421 Reference For Docker: 13 Best Docker Tutorials to Learn Docker Container Docker for beginners Docker tutorial for Beginners, YouTube

June 1, 2020 · 1 min · 51 words · Ken Cho

Yii 2.0 - Getting Started

Install Composer via Composer on Mac OS X curl -sS https://getcomposer.org/installer | php sudo mv composer.phar /usr/local/bin/composer Install Yii composer create-project --prefer-dist yiisoft/yii2-app-basic basic Installing Assets Add the following lines to /basic/composer.json "replace": { "bower-asset/jquery": ">=1.11.0", "bower-asset/inputmask": ">=3.2.0", "bower-asset/punycode": ">=1.3.0", "bower-asset/yii2-pjax": ">=2.0.0" }, Verify the Installation Go into the basic/ php yii serve User browser to access: http://localhost:8080/ CHeck if the minimum requirements are met by running cd basic php requirements.php ...

May 26, 2020 · 2 min · 408 words · Ken Cho

Learn, todo and done 25-29/5/20

Learn Using Yii to build a blog system PHP To-do Done Yii 2 crash course Update issue 160 2.1 update the link url to relate link, not the production server ones Yii the Definitive guide to Yii 2.0 3.1 created a sqlite database 3.2 tried Gii to create CRUD models and actions The Definitive Guide to Yii 1.1 Update portal address in contact us page for Issue #436 however the image of the location map not showing Resources Yii Best Yii Best Free Yii2 Tutorials OOP concepts OOP code examples

May 25, 2020 · 1 min · 90 words · Ken Cho

Learn, todo and done 18-22/5/20

Learn php Yii To-do Study github issues. start issue#160 url for Editorial board url for github update the content Start PHP Numbers at Codecademy. Start Yii, learn how to build a blog system. Done Personal hugo page released. Finined PHP course at Codecademy. Made pull request for issue 160 Resources For Yii, link.

May 18, 2020 · 1 min · 53 words · Ken Cho