Tuesday, September 24, 2013

The Awareness of Awakeness Blog


PHP 5 provides a way for objects to be defined so it is possible to iterate through a list of items, with, for example a foreach statement. By default, all visible properties will be used for the iteration.


Example #1 Simple Object Iteration


<?php
class MyClass
{
    public $ var1 = ‘value 1′;
    public $ var2 = ‘value 2′;
    public $ var3 = ‘value 3′;


    protected $ protected = ‘protected var’;
    private   $ private   = ‘private var’;


    function iterateVisible() {
       echo “MyClass::iterateVisible:\n”;
       foreach($ this as $ key => $ value) {
           print “$ key => $ value\n”;
       }
    }
}


$ class = new MyClass();


foreach($ class as $ key => $ value) {
    print “$ key => $ value\n”;
}
echo “\n”;


$ class->iterateVisible();


?>


The above example will output:


var1 => value 1
var2 => value 2
var3 => value 3


MyClass::iterateVisible:
var1 => value 1
var2 => value 2
var3 => value 3
protected => protected var
private => private var





Femtocells aim to boost indoor cell reception

Femtocells aim to boost indoor cell reception



Can’t get a decent cell signal in your living room? I know the feeling. That’s why more and more carriers are offering femtocells: compact, antenna-equipped boxes that use your home broadband network to boost cell reception. Clever idea—although you’ll pay extra for the privilege, of course.
Sprint has had its own femtocell device—the Airave—on sale for more than a year now, while Verizon Wireless announced its own femtocell service this week. That leaves AT&T, which is rumored to have a femtocell product in the works, and T-Mobile, which offers something a little different: Unlimited HotSpot Calling (formerly known as T-Mobile HotSpot @Home).


Source





Helio Ocean 2 smartphone

Helio Ocean 2 smartphone



Helio may have been gobbled up by Virgin Mobile last summer, but the brand name lives on, as evinced by the new—if only modestly revamped—Ocean 2 QWERTY slider. Is the latest Ocean worth the $ 70 premium over the already robust original?


Set to go on sale next Thursday (Feb. 12) for $ 149 with a two-year contract (post-paid, not pre-paid as with Virgin Mobile’s other handsets), the Ocean 2 has been whispered about for months—indeed, the first fuzzy photos appeared on the Web last May, while a series of leaked images have had the blogosphere buzzing in recent days.


More




Unless you’re a digital artist or professional photographer, you probably don’t give color accuracy much consideration. But if you’ve ever wondered why little Johnny looks a bit green when you’re flipping through digital photos on your laptop, maybe you should. While the color accuracy of your LCD remains a topic largely of interest to the pros, digital photo expert Rob Galbraith found that even inexpensive laptops can have great color… and some of the sacred cows of the business may not be as sophisticated as you’d think.


Source




40 years ago, the first two computers on the ARPAnet — the military-run precursor to the Internet we know today — were connected to each each other, creating the first link in what would arguably become the most important technological advance in history.


Check more about this Birthday




The current hit search is as the title of this blog entry


See more here about sex video of Sky Lopez and jeremy jackson hot news




The beauty result of America is realeased now. check on beauty women web




For more information or to purchase tickets, go online to http://www.dbg.org, call (480) 481-8188 or visit the box office. The 2009 East Valley Jewish Film


more




What – Jeanne Eagels is an actress who was alive from 1890-1929 but even though her life was quite short she is considered to be a legend in film and Broadway. The reason Jeanne Eagels name is appearing once again is that she is the …


Posthumous Oscar nominations a reality since the first


The Battle Over Heath Ledger’s Acceptance Award


more




“They seem to have narrowed it down to a Labradoodle or a Portuguese water hound,” he said. The next step, he said, was to canvass shelters to see if they


more


No comments:

Post a Comment