In ASP.NET I can use MasterPages...these are templates on which I can base each page I create...so where normally you would have a frameset now the masterpage does all the work for me...
How can this be achieved in PHP?
Search found 4 matches
- Thu Dec 15, 2005 8:54 am
- Forum: PHP - Code
- Topic: .NET vs PHP
- Replies: 3
- Views: 329
- Thu Dec 15, 2005 8:45 am
- Forum: PHP - Code
- Topic: Starter..why PHP and not .NET
- Replies: 2
- Views: 239
Starter..why PHP and not .NET
Im currently programming in ASP.NET, but am very interested in the possibilities of programming in PHP. APART FROM THE COSTS OF MS products I'd like to know why to choose php. My first thought would be that PHP supports less functionality and has a longer development time...I could be totally wrong!...
- Wed Dec 14, 2005 12:56 pm
- Forum: Miscellaneous
- Topic: PHP/MySQL editor
- Replies: 1
- Views: 2927
PHP/MySQL editor
Im looking for a good....no the BEST php and/or MySQL editor that allows me to visually design respectively my webpages and my MySQL instance... Im new to php programming and Im having a hard time finding some visual interface like: MSSQL has for its database and Visual Studio for designing webpages...
- Wed Dec 14, 2005 12:50 pm
- Forum: PHP - Theory and Design
- Topic: role management
- Replies: 1
- Views: 926
role management
Im starting to program in php and I was wondering whether its possible with php5 (is that the latest?) to use role management (e.g. teacher, student, parent etc.). I've been looking around but nowhere anyone seems to have implemented a role management system...(or I'm just a terrible searcher ;)) th...