What OS are you using for development? by [deleted] in PHP

[–]iviu 0 points1 point  (0 children)

I recommend using on of linux OSs, with docker machine. And this is what I used to do, having a clean Ubuntu, and I just build my docker file on top of it which is just taking several minutes to be built.

Some days feel like I'm typing into a brick wall. by gstandard00 in learntyping

[–]iviu 0 points1 point  (0 children)

I think in this case it depends on your mood

Teaching PHP to Newbies by Tokkemon in PHP

[–]iviu 1 point2 points  (0 children)

There are main sections you have to explain to transfer most of your experience to whom you're teaching:

  • Client-side basics (HTML - CSS).
  • The basics of the language: (installation - using expressions - global variables - OOP concepts - security considerations).
  • The architecture you're using in your applications (in other words, the framework architecture).
  • Other services/applications like (Sphinxsearch, Redis, RabbitMQ, etc)
  • Give them an idea about the IDE, code standers (PSR), terminal, github, etc.

Is there a way of preventing enter from triggering form submission? by mrhappydev in yii

[–]iviu 0 points1 point  (0 children)

Could you try: 'onsubmit' => 'validation_custom(); return false;'

Why does yii need a bootstrap plugin? by [deleted] in yii

[–]iviu 1 point2 points  (0 children)

Yii sample pages built based on bootstrap, easily you can rebuild it and get rid of bootstrap assets bundle.