Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 SWC 库,我需要从库中的一个类中派生出我的一个类。可能吗?
是的,您可以从 SWC 类导入和扩展。不过,您可能无法在调试器中检查它们的内容。
在大约一年的 OO-PHP 经验之后,我只是向 ZF 介绍自己。我开始使用的这本书:
<?=
在地方而不是
<?php echo
作者似乎很有信心这将输出数据,而不是实际代码,但是,它似乎对我不起作用,因为我不得不使用普通方法。
有没有人成功地使用前者而不