Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicated content on documentation #184 #203

Merged
merged 2 commits into from
Dec 14, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions html-docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ <h3>Proxy Manager</h3>

<iframe width="640" height="390" src="//www.youtube.com/embed/Ka8wlV8M6Vg" frameborder="0" allowfullscreen></iframe>
<hr />
<div class="bcms-clearfix"></div>
<h3 class="section-title">Installation</h3>
<p>The suggested installation method is via <a href="https://getcomposer.org/" target="_blank">composer</a>.</p>
<pre><code class="sh">php composer.phar require ocramius/proxy-manager:1.0.*</code></pre>
<hr />

<h3 class="section-title" id="virtualproxy">Lazy Loading Value Holders (Virtual Proxy)</h3>

Expand Down Expand Up @@ -252,17 +247,6 @@ <h3 class="section-title">Remote Object</h3>
<p>See the <a href="remote-object.html">complete documentation about remote objects</a>.</p>
<hr />


<h3 class="section-title">Contributing</h3>
<p>Please read the <a href="contributing.html">CONTRIBUTING</a> contents if you wish to help out!</p>

<hr />

<h3 class="section-title">Credits</h3>

<p>The idea was originated by a <a href="http://marco-pivetta.com/proxy-pattern-in-php/" target="_blank">talk about Proxies in PHP OOP</a> that I gave at the <a href="https://twitter.com/phpugffm" target="_blank">@phpugffm</a> in January 2013.</p>


<div class="bcms-clearfix"></div>

</div>
Expand Down