Live data from Hacker News

The Yet Another Framework (Yaf), PHP extension for developing web applications

php.net

1–10 of 38 posts

Re: The Yet Another Framework (Yaf), PHP extension for developing web applications

#3
It kind of reminds me of ASP.NET C# MVC, just glancing at the example page: http://au.php.net/manual/en/yaf.examples.php

Not being particularly proficient in PHP, is the 'Class myClass extends baseClass' syntax normal? I've never seen it before.

Re: The Yet Another Framework (Yaf), PHP extension for developing web applications

#9

It kind of reminds me of ASP.NET C# MVC, just glancing at the example page: http://au.php.net/manual/en/yaf.examples.php Not being particularly proficient in PHP, is the 'Class myClass extends baseClass' syntax normal? I've never seen it before.

Yes, it's normal.

http://www.php.net/manual/en/language.oop5.inheritance.php#l...

Post reply on HN