Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
siteSettings Class Reference

Site settings model class. More...

+ Inheritance diagram for siteSettings:
+ Collaboration diagram for siteSettings:

Public Member Functions

 __construct ()
 Constructs a siteSettings instance.

Detailed Description

Site settings model class.

Model fields:

  • id int(1): primary key
  • app_title varchar(64): application title (title tag in the html head element)
  • app_description text: application description (meta tag in the html head element)
  • app_keywords varchar(255): application keywords (meta tag in the html head element)
  • session_timeout int(8): session timeout managed by the application (no management if empty or 0)
Author:
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
Version:
0.99
Date:
2011-2012

Definition at line 28 of file siteSettings.php.


Constructor & Destructor Documentation

Constructs a siteSettings instance.

Returns:
siteSettings instance

Definition at line 35 of file siteSettings.php.


The documentation for this class was generated from the following file: