use __construct()
This commit is contained in:
parent
eac2780860
commit
529f663d6c
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="style/layout.css"></head><body>
|
<link rel="stylesheet" type="text/css" href="style/layout.css"></head><body>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<h1>Upgrade notes</h1></div>
|
<h1>Upgrade notes</h1></div>
|
||||||
|
@ -39,6 +40,11 @@ Account modules can now have icons. See <span style="font-weight: bold;">baseMod
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
<h3>Constructors</h3>
|
||||||
|
LAM now uses the PHP5 syntax for constructors: <span style="font-weight: bold;">__construct()</span><br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
<h2>2.0.0 -> 2.1.0</h2>
|
<h2>2.0.0 -> 2.1.0</h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue