PHP 基础 继承
在书上发现一段代码,敲下来后发现不对。。<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><?php class Person { private $name; private $sex; private $age; function __construct($name="",$sex="男",$age=23) { $this->name=$name; $this->sex=$sex; $this->age=$age; } function say() { echo "我的名字 ".$this->name.",性别 ".$this->sex.",年龄 ".$this->age."<br>"; } function run() { echo $this->name."正在走路<br>"; } } class Student extends Person { var $school; function study() { echo $this->name."正在".$this->school."学习<br>"; } } class Teacher extends Student { var $wage; function teaching() { echo $this->sex."正在".$this->school."教学,每个月工资为".$this->wage."<br>"; } } $teacher1=new Teacher("张三","男",40); $teacher1->school="沈阳工学院"; $teacher1->wage=3000; $teacher1->say(); $teacher1->run(); $teacher1->teaching();?>
这里Teacher类中的teaching方法或不去不到$this->name。。书上却写可以获取的到,是我哪里写错了吗?
回复讨论(解决方案)
是$this->sex获取不到数据。
额。。。。我马虎了,上面变量定义的是private属性,当然获取不到。。。
同样菜的鸟飞过.........
你没错,书上也没错!
只不过是错误检查的级别不同而已
error_reporting = E_ALL ^ E_NOTICE
就一致了
你没错,书上也没错!
只不过是错误检查的级别不同而已
error_reporting = E_ALL ^ E_NOTICE
就一致了 版主强大,耳目一新,不明觉厉,加油奋进!
private $name;
private $sex;
private $age;
private改成public

TheSecretTokeEpingAphp-PowerEdwebSiterUnningSmoothlyShyunderHeavyLoadInVolvOLVOLVOLDEVERSALKEYSTRATICES:1)emplactopCodeCachingWithOpcachingWithOpCacheToreCescriptexecution Time,2)使用atabasequercachingCachingCachingWithRedataBasEndataBaseLeSendataBaseLoad,3)

你應該關心DependencyInjection(DI),因為它能讓你的代碼更清晰、更易維護。 1)DI通過解耦類,使其更模塊化,2)提高了測試的便捷性和代碼的靈活性,3)使用DI容器可以管理複雜的依賴關係,但要注意性能影響和循環依賴問題,4)最佳實踐是依賴於抽象接口,實現鬆散耦合。

是的,優化papplicationispossibleandessential.1)empartcachingingcachingusedapcutorediucedsatabaseload.2)優化的atabaseswithexing,高效Quereteries,and ConconnectionPooling.3)EnhanceCodeWithBuilt-unctions,避免使用,避免使用ingglobalalairaiables,並避免使用

theKeyStrategiestosigantificallyBoostPhpaPplicationPerformenCeare:1)UseOpCodeCachingLikeLikeLikeLikeLikeCacheToreDuceExecutiontime,2)優化AtabaseInteractionswithPreparedStateTementStatementStatementAndProperIndexing,3)配置

aphpdepentioncontiveContainerIsatoolThatManagesClassDeptions,增強codemodocultion,可驗證性和Maintainability.itactsasaceCentralHubForeatingingIndections,因此reducingTightCightTightCoupOulplingIndeSingantInting。

選擇DependencyInjection(DI)用於大型應用,ServiceLocator適合小型項目或原型。 1)DI通過構造函數注入依賴,提高代碼的測試性和模塊化。 2)ServiceLocator通過中心註冊獲取服務,方便但可能導致代碼耦合度增加。

phpapplicationscanbeoptimizedForsPeedAndeffificeby:1)啟用cacheInphp.ini,2)使用preparedStatatementSwithPdoforDatabasequesies,3)3)替換loopswitharray_filtaray_filteraray_maparray_mapfordataprocrocessing,4)conformentnginxasaseproxy,5)

phpemailvalidation invoLvesthreesteps:1)格式化進行regulareXpressecthemailFormat; 2)dnsvalidationtoshethedomainhasavalidmxrecord; 3)


熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

Video Face Swap
使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱門文章

熱工具

Atom編輯器mac版下載
最受歡迎的的開源編輯器

記事本++7.3.1
好用且免費的程式碼編輯器

SAP NetWeaver Server Adapter for Eclipse
將Eclipse與SAP NetWeaver應用伺服器整合。

SublimeText3 Mac版
神級程式碼編輯軟體(SublimeText3)

PhpStorm Mac 版本
最新(2018.2.1 )專業的PHP整合開發工具