-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
43 lines (35 loc) · 1.66 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
# HERE are details of attached files
----------------------------------
folder : first.module
--
It is a drupal 7 module to querrying data from tables and show specific datas. I have used this for a slide show, sample is here: http://31337.canadahealthlinks.com/
-----------------------------------
custom-slideshow.js
--
It is a jquery script written for a custom slide show. Origin was created in flash but I totally rewrite the script in jquery
Sample : http://31337.canadahealthlinks.com/
---------------------------------------
db.php
--
it is a class for working with adodblite.
---------------------------------------
index.php
This file I was created for a my own CMS which is designed for databasse less CMS ( No database required, it is fully CMS site builder)
The role of this page is it works as a single entry point. all request will be redirected by .htaccess to this page.
----------------------------------------
megamillion.php
--
This is class file, scrapes lottery result data from one site, saves in database and exports as a XML. There are lot of regex conditions to filter texts to get right result
----------------------------------------
schedules_controller.php
--
It is a Cakephp's controller class file, there are lot of calender and other functionality added here.
----------------------------------------
site.php
--
it is a class file which handles with XML file, it is written for my own CMS
-----------------------------------------
controller.class.php
--
This is a class file for my own MVC, which I have develop for a small project as for learning point of view.
It works very well as cakephp and I have develope more than 5 back end sites for my clients.