This repository has been archived by the owner on Nov 27, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathREADME
69 lines (60 loc) · 2.84 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Codeigniter-Egypt system
=====================
if you are a website developer then you know the amount of work getting the site components together you have to make a database base minimal structure and
1.users table: holding users information
2.pages table: holding pages names and titles, permissions
3.user groups table: users groups
4.content table: site articles and every components
and you need to get your javascript frameworks and some minimal backend pages.
We take about 20% of overall projects work hours in preperations. If you are tired of that then Codeigniter-Egypt is for you.
Codeigniter-Egypt is a very easy CMS that built on a very simple idea like HTML and all the XML languages
every website is consisting of pages every page may have subpages and so
every page has a permissions to determine it's displayable for that user or under any other conditions
every page contain widgets inside widgets , the widget display data and may have cells that can contain another set of widgets and so on.
Every widget may have properties and children , the widget is like a function that takes paramters make a process on them and return an HTML result
Codeigniter-Egypt support the idea of applications
[program built on]
---
* CodeIgniter PHP framework Version 2.0.2
* Datamapper Version 1.8.1
* Ion-Auth 1/7/2011 HEAD from Github
* Dojo tool kit Version 1.6.0 (from Google CDN)
* jquery Version 1.6.2
[The idea]
---
* the idea is to make a site with fast way debending on the widgets and layouts
giving permissions to evey content for viewing.
* so as the section has the same thing
built on it some applications accessible by a task bar
-----------------------------------------------------------------
[ Installation ]
---
* 1- download and extract Codeigniter Egypt
* 2- edit "config.php"
* 3- open "index.php/install" to install database
-----------------------------------------------------------------
[ Running ]
---
* 1- normal site:
Codeigniter-EgyptURL/index.php
ex: http://localhost/Codeigniter-Egypt/index.php
* 2- login page:
Codeigniter-EgyptURL/index.php/login
ex: http://localhost/Codeigniter-Egypt/index.php/login
* 3- logout page:
Codeigniter-EgyptURL/index.php/logout
ex: http://localhost/Codeigniter-Egypt/index.php/logout
-----------------------------------------------------------------
[ Root default logon ]
---
* 1- user name: [email protected]
password: password
* you can change it from:
http://localhost/Codeigniter-Egypt/index.php/auth/change_password
-----------------------------------------------------------------
[ How to help us ]
---
* like Codeigniter-Egypt on facebook [http://www.facebook.com/pages/Codeigniter-Egypt/92287906354]
* watch that repo to tell me that you are intersted [ click the watch button ]
* contact me and tell you want to help on github [blazeeboy[at]gmail[dot]com]
* fork that repo [ click the fork button ]