Site Archives
[Symfony] retrieve fromArray function in baisc model
Once time I wanted to use fromArray function which had created in a model by default, but I can’t find it anywhere. At last I know the reason.
In config/propel.ini, normally it will display :
propel.addGenericAccessors = true
propel.addGenericMutators = true
But if you delete these, fromArray function will not be added when we create a […]
Hello, Leopard!
After the last updating for my macbook, we can say hello to Leopard today.
Updating details as follows:
iDVD version 6.0.4
iLife version 8.1.1
[Symfony] Propel Criteria Note
When we want to use a sql to get rows between two dates, we can use like this:
$crit1 = $c->getNewCriterion( AppEventPeer::CREATED_AT, $end, Criteria::LESS_THAN );
$crit2 = $c->getNewCriterion( AppEventPeer::CREATED_AT, $start, Criteria::GREATER_THAN );
$crit1->addAnd( $crit2 );
$c->add( $crit1 );
ERA
Yesterday I went to Shanghai Circus World and enjoyed ERA. It was very good show.
I remembered when I was little boy I came Shanghai Circus World before and this was my second time.
Although all of acrobatics we have seen sometimes on TV. But after you sitting there, you will have a different feeling.
Yes, it […]
Find It Quickly
Find what you're looking for quickly by using our keyword search. Can't find it? Try our links below.


