Jump to content

OleKh

Members
  • Posts

    5
  • Joined

  • Last visited

OleKh's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am ready to work on real Magento project for little money or even for free. I have 2-years experience at Magento at my test project with some delays. I can do setup/configure CMS, setup/edit themes and extensions, add products, create filters, create simple extensions. I use php, mysql, html, css, javascript, jquery, ajax, Ubuntu, LAMP, composer, git/svn, LESS, PhpStorm and others. I have understanding of oop and some practice on middle level. I try learn and practice ZendFramework, Yii, Bootstrap.
  2. $images = glob($dirname."*"); print_r($images); What will output?
  3. 1 - #^.{14, }$# // passwords with more than 14 characters 2 - #^[^\s]*\s{1}[^\s]*$# // ONLY and ONLY passwords that have blank space (\s) in them.
  4. This is the part of example from http://ua2.php.net/manual/en/domxpath.query.php // our query is relative to the tbody node $query = 'row/entry[. = "en"]'; What does that dot mean in [. = "en"] ?
×
×
  • 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.