Back to php after several years, some questions
Posted: Thu Nov 03, 2005 7:53 am
Hello all,
When I was a student, I was doing some PHP and I build a webapp for a friend's site. It was around 1999, therefore I coded the app with PHP3, PHPlib and FastTemplates.
However, my friend's site is now very successful, and I have to admit that nowadays my application is really too crappy for that site. So my friend asked me to do a new version, but I haven't coded much in PHP since 1999.
As I said, I was using FastTemplates for templates and PHPlib for session managment, database access, user managment and printing nice tables with the content of databases rows.
Now, apparently FastTemplate has not been updated since 1999 and PHPlib since 2003 and both seem to be abandonned.
So my question is, what do you use instead of PHPlib and FastTemplate nowadays? (the site has been upgraded to php4)
Thank you!
When I was a student, I was doing some PHP and I build a webapp for a friend's site. It was around 1999, therefore I coded the app with PHP3, PHPlib and FastTemplates.
However, my friend's site is now very successful, and I have to admit that nowadays my application is really too crappy for that site. So my friend asked me to do a new version, but I haven't coded much in PHP since 1999.
As I said, I was using FastTemplates for templates and PHPlib for session managment, database access, user managment and printing nice tables with the content of databases rows.
Now, apparently FastTemplate has not been updated since 1999 and PHPlib since 2003 and both seem to be abandonned.
So my question is, what do you use instead of PHPlib and FastTemplate nowadays? (the site has been upgraded to php4)
Thank you!