Download the PHP package alphalemon/al-pagetree-bundle without Composer
On this page you can find all versions of the php package alphalemon/al-pagetree-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alphalemon/al-pagetree-bundle
More information about alphalemon/al-pagetree-bundle
Files in alphalemon/al-pagetree-bundle
Download alphalemon/al-pagetree-bundle
More information about alphalemon/al-pagetree-bundle
Files in alphalemon/al-pagetree-bundle
Vendor alphalemon
Package al-pagetree-bundle
Short Description Describes a web page.
License MIT
Homepage http://alphalemon.com
Package al-pagetree-bundle
Short Description Describes a web page.
License MIT
Homepage http://alphalemon.com
Please rate this library. Is it a good library?
Informations about the package al-pagetree-bundle
PageTreeBundle
The PageTreeBundle implements the properties and methods to describe a website's page.
Get the PageTreeBundle
Clone this bundle in the vendor/bundles/AlphaLemon directory:
git clone git://github.com/alphalemon/PageTreeBundle.git vendor/bundles/AlphaLemon/PageTreeBundle
Configure the ThemeEngineBundle
Open the AppKernel configuration file and add the bundle to the registerBundles() method:
public function registerBundles()
{
$bundles = array(
...
new AlphaLemon\PageTreeBundle\AlphaLemonPageTreeBundle(),
)
}
Register the PageTreeBundle namespaces in app/autoload.php
:
$loader->registerNamespaces(array(
...
'AlphaLemon' => __DIR__.'/../vendor/bundles',
));
Using the object
The page tree object is loaded and injected into the Dependency Injector Container and can be retrieved as follows:
$pageTree = $this->container->get('al_page_tree');
Info and help
To get extra information or help you may write an email to info [at] alphalemon [DoT] com
All versions of al-pagetree-bundle with dependencies
PHP Build Version
Package Version
The package alphalemon/al-pagetree-bundle contains the following files
Loading the files please wait ....