03.20
php
saved
xbase
Note
/cake/app_controller.php
/cake/app_controller.php
- <?php
- class AppController extends Controller {
- function beforeRender()
- {
- $this->set('company', $this->SitePreference->companyInformation());
- $this->set('site', $this->SitePreference->siteInformation());
- $this->set('email', $this->SitePreference->emailInformation());
- $this->set('smtp', $this->SitePreference->smtpInformation());
- }
- }
- ?>
Parsed in 0.026 seconds, using GeSHi 1.0.7.14