Jump to content

ram4nd

Members
  • Posts

    461
  • Joined

  • Last visited

Posts posted by ram4nd

  1. @r4nd

    yup return shd be replaced with the var name

     

    One particular use of this snippet comes handy with phtmls , where you are coding view part of MVC ,

     

    <?=  isset($this->memberName) ? $this->memberName : 'Welcome Guest'; ?>

     

     

    Word is that its not good to use <?= and <?, you should always use <?php.

    I use template parser if I want to take advantage of View part in MVC.

     

    Because only then HTML and PHP are truely separated.

  2. well they look fine to me too, but maybe someone with older operating system like xp. I use linux and it looks ok. You may not make them smaller as well the images are not huge, while you keep the aspect/relation the same the image will not be distorted.

  3. True, but now to my original problem. I need a good design for my tutorial boxes so any suggestions? The same design goes to tutorial view before loading or if loading is done then the part that appears after pressing more.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.