Hi...

I make php version phalcon framework to make me understand how phalcon work at https://github.com/byteGator/phpPhalcon . My source is phalcon 2.0.0. I do it using sublime text Regex FInd Replace sequencer plugins and change variable to $variable manully. Right now I can run "hello world" from php phalcon. But I don't know what php version of

  • create_symbol_table(); (MVC / View)

  • let {key} = value: (PHP engine)

Need help

Regards