dotView - PHP.NET View Style Code
Status: Pre-Alpha
Brought to you by:
akhenathon
| File | Date | Author | Commit |
|---|---|---|---|
| branches | 2008-12-03 | akhenathon | [r72] |
| documentation | 2008-11-27 | akhenathon | [r67] old files |
| packages | 2008-11-27 | akhenathon | [r64] Change directories / move to trunk |
| tags | 2008-11-27 | akhenathon | [r63] Change directories |
| trunk | 2009-08-17 | akhenathon | [r81] Restarting project - todo : handle components p... |
| INSTALL.TXT | 2008-11-27 | akhenathon | [r68] some precision |
| LICENSE.TXT | 2008-11-27 | akhenathon | [r68] some precision |
| NEWS.TXT | 2008-11-27 | akhenathon | [r68] some precision |
| STRUCTURE.TXT | 2008-11-27 | akhenathon | [r68] some precision |
| VERSION.TXT | 2008-11-27 | akhenathon | [r68] some precision |
| join.us.txt | 2008-11-04 | akhenathon | [r43] Change project structure (directories) |
| readme.txt | 2008-11-27 | akhenathon | [r68] some precision |
Welcome to dotView FrameWork ---------------------------- * SUMMARY : 1. INTRODUCTION 2. DEPLOY 3. USE DEMO 4. START CODE 5. MIGRATE CODE 1 - INTRODUCTION : ================== Our lite framework provide you a DOTNET like templating system. You can create a master page designing main website design, and pages with code behind to define content data. You can easyly create your own components by declaring usercontrols and reuse them in any page. You realy separe code from design enabling designers to work only on html data or CSS / STYLESHEET data for designing the website. 2 - DEPLOY : ============ This package is composed with fallowing data : - demo directory - lib directory - tests directory 1. Put the lib directory on a protected folder - not directly accessible from the web. 2. Put the test directory at the server root and run this url : http://localhost/tests/ 3. If tests success the you can start deploy the demo, otherwise read test instruction to configure your server. 4. Copy the demo folder at your server root and read the demo/install/readme.txt and follow instructions. 3 - USE DEMO : ============== After deploying the library and deploying demo website (read demo/install/readme.txt) run this url : http://localhost/demo/ The demo website organisation : 4 - START CODING : ================== Create your own website - I'll explain how to create a simple hello world website. For more information goto to technical wiki : http://dotview.wiki.sourceforge.net/howto-intro -- THE WEBSITE -- 1. Create a hello directory a your web server root. 2. Y 5 - MIGRATE CODE : ==================