Initially, I have created CGI::Portal for my own projects, but decided to share 
it with the community.
 
CGI::Portal should significantly speed up the development of your next projects 
since it provides core web application functionality like user login, 
registration, encrypting of passwords, sessions, recovering of passwords and 
more. You can focus on what is important for the specific applications.
 
After installing CGI::Portal, all you need to do is:
 
1. Create a user database table and a sessions database table
   It is important that those tables have at least the fields that are used by 
CGI::Portal
2. Create a startup script and configure it according to your database
3. Run the startup script from your web browser
 
For your specific applications needs create add-on components to CGI::Portal. 
As you will see, CGI::Portal applications are easily updated, installed, 
ported, and components can be shared with other developers ;-)  
 
Please check it out, and I will be available for your questions.
 
Alex David

                
---------------------------------
 Start your day with Yahoo! - make it your home page 

Reply via email to