Skip to main content

Home/ PHP Programming/ Group items tagged version

Rss Feed Group items tagged

Robin Dale

Making Your Website SmartPhone Friendly - 1 views

  •  
    Having a mobile version of website has become more important as people using iPhone and other smartphones are increasing rapidly. People are now using smartphones to browser sites while on move. If you are not having a mobile version of your website then you will lose a good amount of visitors visiting your site from their smartphones. This tutorial will help you to create your wordpress website smartphone and iPhone friendly.
qualitypoint Tech

Handling issues related to functions deprecated in PHP5.3 - 2 views

  •  
    Recently one of our Customers has updated php and mysql version from 4.x to 5.x in the hosting server of their Joomla based website.
Yves Leloup

Phar - PHP archiving practice - Script Tutorials - 0 views

  •  
    "Phar extension appear in PHP since version 5.2. And since 5.3 - this is part of PHP core."
Marco Castellani

The future of PHP - 0 views

  • PHP is already popular, used in millions of domains (according to Netcraft), supported by most ISPs and used by household-name Web companies like Yahoo! The upcoming versions of PHP aim to add to this success by introducing new features that make PHP more usable in some cases and more secure in others.
Sarah HL

Easy Unit Testing - Web Mozarts - 0 views

  • Contrary to PHPUnit, lime tests are written in a procedural way.
  • Each test case is, by convention, introduced by a comment that explains the tests purpose.
  • requires you to initiate your fixture manually
  • ...7 more annotations...
  • sfLimeExtraPlugin introduces the new class lime_test_simple
  • @Test A test case @Before Executed before each test case @After Executed after each test case @BeforeAll Executed once before all test cases @AfterAll Executed once after all test cases
  • Mock and Stub Objects
  • You can create stubs for interfaces, classes or abstract classes. You can even create stubs for non-existing classes, which is very convenient if you develop test-driven.
  • I personally think that tests can be written in a much more concise and readable way with sfLimeExtraPlugin.
  • Currently the plugin is available in version 0.2.0alpha.
  • the code is not being considered 100% stable
1 - 5 of 5
Showing 20 items per page