After the Phalcon upgrade to 2.0 i see this
[] [?] Fatal error: Call to undefined method Phalcon\Mvc\Model\Row::readAttribute() in xxxxxxxx....volt.php on line 29
a relevant exception from cashed php file from the line 29: <?php echo $item->readAttribute($attribute_name_from_variable); ?>
Is it because it is undefined 2.0 so far or something else? That readAttribute was very useful in 1.3 :(
update: Not sure whether it matters or not but it is sqlite connection , but it shouldn't matter, should it?