spadefoot / kohana-orm-leap

An ORM module for the Kohana PHP framework that is designed to work with all major databases.
http://spadefoot.github.io/kohana-orm-leap/
100 stars 25 forks source link

Fix static binding #64

Closed taai closed 12 years ago

taai commented 12 years ago

I don't know about other versions, but at least on PHP 5.4.5 the static binding syntax doestn't allow this:

<?php
$this->metadata['parent_model']::primary_key();
// Parse error: syntax error, unexpected '::' (T_PAAMAYIM_NEKUDOTAYIM)