TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 01-01-2009, 02:35 PM   #21 (permalink)
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Okey, I know what it is now. So what do we use as VCS ? And how do I access it?
__________________
Tanax is offline  
Reply With Quote
Old 01-01-2009, 02:58 PM   #22 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

I use tortioseSVN, but any SVN program will do. google code is where our repository is.
__________________

Village Idiot is offline  
Reply With Quote
Old 01-02-2009, 11:40 PM   #23 (permalink)
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Should I build Display Image class ? Do you want it to be able to use the SQL class in the methods or completely independent of the SQL Class?
__________________
Necessity is the mother of invention.

My blog
Haris is offline  
Reply With Quote
Old 01-03-2009, 10:31 AM   #24 (permalink)
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

Quote:
Originally Posted by Haris View Post
Should I build Display Image class ? Do you want it to be able to use the SQL class in the methods or completely independent of the SQL Class?
I can't speak for VI, but I see no reason why any image-related class should ever be dependant on a database-related class. Keep things nice and loose.
Salathe is offline  
Reply With Quote
Old 01-03-2009, 11:01 AM   #25 (permalink)
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Quote:
Originally Posted by Salathe View Post
I can't speak for VI, but I see no reason why any image-related class should ever be dependant on a database-related class. Keep things nice and loose.
Alright, I'll take the job of developing image class. :)
__________________
Necessity is the mother of invention.

My blog
Haris is offline  
Reply With Quote
Old 01-09-2009, 06:15 AM   #26 (permalink)
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Hey, I don't have rights to commit. I was going to create my own branch and start development.

Email:
PHP Code:
<?php $email 'isharis@' 'gmail' '.com';
__________________
Necessity is the mother of invention.

My blog
Haris is offline  
Reply With Quote
Old 01-09-2009, 11:15 AM   #27 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

You are on the list.
Have you checked out from the secure server using your username and password? You need to do this first.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 01-11-2009, 08:59 AM   #28 (permalink)
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Quote:
Originally Posted by sketchMedia View Post
You are on the list.
Have you checked out from the secure server using your username and password? You need to do this first.
It works now. :)
__________________
Necessity is the mother of invention.

My blog
Haris is offline  
Reply With Quote
Old 01-11-2009, 09:00 AM   #29 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Who is the project leader at the moment?
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 01-11-2009, 09:05 AM   #30 (permalink)
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Quote:
Originally Posted by Orc View Post
Who is the project leader at the moment?
VI is going to be back tomorrow.
__________________
Necessity is the mother of invention.

My blog
Haris is offline  
Reply With Quote
Old 01-11-2009, 09:12 AM   #31 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Haris View Post
VI is going to be back tomorrow.
That's good! I haven't worked the slightest bit on the config class since he left. :P
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 01-11-2009, 11:04 AM   #32 (permalink)
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Are we going to store images in database or folders?

If folder, what is going to be the structure of the images folder?

@Salathe: I think I'll have to use database since image information will be stored in the database.
__________________
Necessity is the mother of invention.

My blog
Haris is offline  
Reply With Quote
Old 01-11-2009, 11:18 AM   #33 (permalink)
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

Make your own decisions: if necessary we'll change it around later. Right now we just need to get things moving.
Salathe is offline  
Reply With Quote
Old 01-13-2009, 09:09 PM   #34 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Images will be stored on the filesystem, I'll leave it to you past there.
__________________

Village Idiot is offline  
Reply With Quote
Old 01-16-2009, 09:28 PM   #35 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

More tasks added, contact me if you wish to do a particular one.
__________________

Village Idiot is offline  
Reply With Quote
Old 01-16-2009, 09:37 PM   #36 (permalink)
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Something I noticed was that the user class isn't using the SQL class, shouldn't it?
__________________
Tanax is offline  
Reply With Quote
Old 01-16-2009, 09:40 PM   #37 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Quote:
Originally Posted by Tanax View Post
Something I noticed was that the user class isn't using the SQL class, shouldn't it?
Yes, thanks for reminding me. The code did not use the class since it was almost all pre-existing and it did not make much sense to write to a non-existent class.
__________________

Village Idiot is offline  
Reply With Quote
Old 01-17-2009, 10:21 PM   #38 (permalink)
The Contributor
 
Ross's Avatar
 
Join Date: Jan 2008
Location: England, UK
Posts: 83
Thanks: 3
Ross is on a distinguished road
Default

I've added a Registry and (file-based) Configuration setup to the repo.

Things I think need considering are:
  • Creating a /public/ directory for public files (e.g. htdocs, public_html) and moving /js/ to there.
  • Extended DAL - e.g. an abstract database class/interfaces and MySQL MySQLi plugins (to start with).
  • Error tracking - we need some Exceptions and error loggers.
__________________
Ross » Blog » Twitter
Ross is offline  
Reply With Quote
Old 01-17-2009, 10:45 PM   #39 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

All code will be by default above the webroot, not many shared servers give access to scripts below it.
__________________

Village Idiot is offline  
Reply With Quote
Old 01-17-2009, 10:49 PM   #40 (permalink)
The Contributor
 
Ross's Avatar
 
Join Date: Jan 2008
Location: England, UK
Posts: 83
Thanks: 3
Ross is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
All code will be by default above the webroot, not many shared servers give access to scripts below it.
Code:
/root
  ./public_html
By above you mean root and below you mean public_html right? Little confused :P
__________________
Ross » Blog » Twitter
Ross is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
mysql update with multi fields sarmenhb Absolute Beginners 1 02-06-2009 10:03 PM
Status List codefreek TalkPHP Developer Team 12 11-24-2008 12:23 AM
You are subscribed to this thread mysql update with multi fields sarmenhb Advanced PHP Programming 0 11-15-2008 05:00 AM
mysql update with multi fields sarmenhb General 0 11-15-2008 04:19 AM
list populating proplem Peuplarchie Absolute Beginners 7 06-09-2008 09:02 AM


All times are GMT. The time now is 12:19 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design