<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/essenceone/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/essenceone/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 22 Jun 2015 14:27:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/essenceone/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Robin Deatherage</title><link>https://sourceforge.net/p/essenceone/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,41 +1,54 @@
 Welcome to EssenceOne
 =====================
-This Framework is is extremely easy to use. It relies on a Single Model Indexer which allows the developer, beginner and or team to build applications using an Alphanumeric ordered list. It allows all Views, Controllers and Resources to be listed in the order in which they create each page. It then makes use of an Alphanumeric naming pattern for separation of modules fluidly. It will allow the Novice to begin building dynamic websites and applications fluidly.  
+Tested on the latest XAMPP Php 5.6.8.0
+This MVC Framework is is extremely easy to use. We have added version 1.01 that allows you to create Models and the framework does everything else. You add your links and your models and a single View Template for each Module YOU need by numeric order and add the Php short tags and roll with it. 
+
+It allows the developer, beginner and or team to build applications using an Alphanumeric ordered list. It allows all Views, Models by Module and Resources to be listed in the order in which they create each page. It then makes use of an Alphanumeric naming pattern for separation of Modules fluidly. It will allow the Novice to begin building dynamic websites and applications fluidly.

 Requires
 --------
 It requires Php 5+ and a Xamp/Lamp/Wamp/Vertrigo or Online Server. 

-Single Model Indexer
+Alphanumeric Naming
+------------------
+All folders are separated by Module Numeric Order.
+--a1/, m0, v0, c0/-----as framework core files.
+--m1/, v1/, c1/--------as static pages and files.
+--m2/, v2/, c2/--------as members pages and files
+--m3/, v3/, c3/--------as any you wish as m3/v3/c3 too m100/, v100/, c100/,
+Now Teams or Developer will know where they are within the build process.
+Any models created for any other Module can also be reused within any added Module.
+Any Views can also be used with different models making EssenceOne most effective and very dynamic.
+
+Creating A Page Model
 --------------------
-A typical Protected(members)page list:
-c2/check_user.php
-c2/session_redirect.php
-v2/header1.php
-v2/horizontal_menu1.php
-c2/user_profile_process.php
-v2/left_menu3.php
-c2/wall_post_process.php
-v2/home.php--------content?.php(?page-name)
-c2/friends_list_process.php
-v2/right_menu.php
-v2/footer.php
+class model_home
+{
+public function __construct()
+{
+ $this-&amp;gt;home();
+}//end func
+public function home()
+{
+//include('./a1/dbcon.php');//IF DATA NEEDED
+//$sql= mysql,dbo etc.//ADD YOUR SQL, DATA CONNECTION OR ECHO PAGE CONTENT.
+ echo '&lt;b&gt;Hello World i am model_home.php data !&lt;/b&gt;&lt;h3&gt;Hello World !&lt;/h3&gt;&lt;p&gt;This file and Class is generated by the m0/content_model.php automatically';
+}//end func
+}//end class
+IF ANY OF THE ABOVE AUTO-MODELS DO NOT EXIST THEY ALSO REVERT TO DEFAUL MODELS MAKING THE FRAMEWORK FLUID AND FLAWLESS.

-Module Separation 
+The Controller 
 -----------------
-Public(static)-------Protected(members)---Private(admin)-------Add More-4,5,6,7-       
-a1/a1a/a1a1/a1a1a----a2/a2a/a2a2/a2a2a----a3/a3a/a3a3/a3a3a----a4/a4a/a4a4/a4a4a
-A Separated Public File System Example Below:
---a1 as configs/ini's
---c1 as controllers(classes and functions)
---v1 as views(page-parts) broken down by head,menu,leftmenu,contentpage,rightmenu and footer etc.
---r1 resources
---s1 styles/css
---l1 libraries
---i1 images
---j1 java
-Some page-parts css/java/configs may be non repetitive we can request them into all modules. 
-Alphanumerically changed page parts. ---&amp;gt;v1/v1v/left_menu1.php or v1/v1v/left_menu2.php etc.  
+
+if (file_exists($path)) {
+    --include('./m0/header_model.php');//AUTO CALLS BY REQUEST
+    --include('./'.$am.'/active_menu.php');//AUTO CALLS BY REQUEST
+    --include('./m0/left_model.php');//AUTO CALLS BY REQUEST
+    --include('./m0/content_model.php');//AUTO CALLS BY REQUEST
+    --include('./m0/right_model.php');//AUTO CALLS BY REQUEST
+    --include($path);//AUTO CALLS THE SINGLE TEMPLATE VIEW FOR THIS MODULE BY REQUEST
+}else{ 
+OUR DEFAULT PATH AND VIEW}

 [SamplePage].
 [MainPage]
&lt;/p&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robin Deatherage</dc:creator><pubDate>Mon, 22 Jun 2015 14:27:59 -0000</pubDate><guid>https://sourceforge.netd6c94b24fde1d9ba3f37b1cf9afeb0cb2f66b7b1</guid></item><item><title>Home modified by Robin Deatherage</title><link>https://sourceforge.net/p/essenceone/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -6,8 +6,8 @@
 --------
 It requires Php 5+ and a Xamp/Lamp/Wamp/Vertrigo or Online Server.

-****Single Model Indexer
----
+Single Model Indexer
+--------------------
 A typical Protected(members)page list:
 c2/check_user.php
 c2/session_redirect.php
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robin Deatherage</dc:creator><pubDate>Fri, 19 Jun 2015 02:23:58 -0000</pubDate><guid>https://sourceforge.net246c059aa1f665221d62290b0175ede5bf1dbaa3</guid></item><item><title>Home modified by Robin Deatherage</title><link>https://sourceforge.net/p/essenceone/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robin Deatherage</dc:creator><pubDate>Fri, 19 Jun 2015 02:23:30 -0000</pubDate><guid>https://sourceforge.net0b5635e1498677df2c865b71b6cee5ec51c0747b</guid></item><item><title>Home modified by Robin Deatherage</title><link>https://sourceforge.net/p/essenceone/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,9 +1,9 @@
-***Welcome to EssenceOne
-
+Welcome to EssenceOne
+=====================
 This Framework is is extremely easy to use. It relies on a Single Model Indexer which allows the developer, beginner and or team to build applications using an Alphanumeric ordered list. It allows all Views, Controllers and Resources to be listed in the order in which they create each page. It then makes use of an Alphanumeric naming pattern for separation of modules fluidly. It will allow the Novice to begin building dynamic websites and applications fluidly.

-****Requires
-
+Requires
+--------
 It requires Php 5+ and a Xamp/Lamp/Wamp/Vertrigo or Online Server. 

 ****Single Model Indexer
@@ -21,8 +21,8 @@
 v2/right_menu.php
 v2/footer.php

-****Module Separation 
----
+Module Separation 
+-----------------
 Public(static)-------Protected(members)---Private(admin)-------Add More-4,5,6,7-       
 a1/a1a/a1a1/a1a1a----a2/a2a/a2a2/a2a2a----a3/a3a/a3a3/a3a3a----a4/a4a/a4a4/a4a4a
 A Separated Public File System Example Below:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robin Deatherage</dc:creator><pubDate>Fri, 19 Jun 2015 02:21:26 -0000</pubDate><guid>https://sourceforge.net2bdb41dd990016d7769995f3aca1aff94367eab9</guid></item><item><title>Home modified by Robin Deatherage</title><link>https://sourceforge.net/p/essenceone/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,12 +1,12 @@
-Welcome to EssenceOne
-==== 
+***Welcome to EssenceOne
+
 This Framework is is extremely easy to use. It relies on a Single Model Indexer which allows the developer, beginner and or team to build applications using an Alphanumeric ordered list. It allows all Views, Controllers and Resources to be listed in the order in which they create each page. It then makes use of an Alphanumeric naming pattern for separation of modules fluidly. It will allow the Novice to begin building dynamic websites and applications fluidly.

-Requires
----
+****Requires
+
 It requires Php 5+ and a Xamp/Lamp/Wamp/Vertrigo or Online Server. 

-Single Model Indexer
+****Single Model Indexer
 ---
 A typical Protected(members)page list:
 c2/check_user.php
@@ -21,7 +21,7 @@
 v2/right_menu.php
 v2/footer.php

-Module Separation 
+****Module Separation 
 ---
 Public(static)-------Protected(members)---Private(admin)-------Add More-4,5,6,7-       
 a1/a1a/a1a1/a1a1a----a2/a2a/a2a2/a2a2a----a3/a3a/a3a3/a3a3a----a4/a4a/a4a4/a4a4a
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robin Deatherage</dc:creator><pubDate>Fri, 19 Jun 2015 02:18:57 -0000</pubDate><guid>https://sourceforge.nete21513324fedec0dda4a6c0a6f20d7e7f9164ce2</guid></item><item><title>WikiPage Home modified by Robin Deatherage</title><link>https://sourceforge.net/p/essenceone/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,43 @@
-Welcome to the EssenceOne  wiki!
+Welcome to EssenceOne
+==== 
+This Framework is is extremely easy to use. It relies on a Single Model Indexer which allows the developer, beginner and or team to build applications using an Alphanumeric ordered list. It allows all Views, Controllers and Resources to be listed in the order in which they create each page. It then makes use of an Alphanumeric naming pattern for separation of modules fluidly. It will allow the Novice to begin building dynamic websites and applications fluidly.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Requires
+---
+It requires Php 5+ and a Xamp/Lamp/Wamp/Vertrigo or Online Server. 
+
+Single Model Indexer
+---
+A typical Protected(members)page list:
+c2/check_user.php
+c2/session_redirect.php
+v2/header1.php
+v2/horizontal_menu1.php
+c2/user_profile_process.php
+v2/left_menu3.php
+c2/wall_post_process.php
+v2/home.php--------content?.php(?page-name)
+c2/friends_list_process.php
+v2/right_menu.php
+v2/footer.php
+
+Module Separation 
+---
+Public(static)-------Protected(members)---Private(admin)-------Add More-4,5,6,7-       
+a1/a1a/a1a1/a1a1a----a2/a2a/a2a2/a2a2a----a3/a3a/a3a3/a3a3a----a4/a4a/a4a4/a4a4a
+A Separated Public File System Example Below:
+--a1 as configs/ini's
+--c1 as controllers(classes and functions)
+--v1 as views(page-parts) broken down by head,menu,leftmenu,contentpage,rightmenu and footer etc.
+--r1 resources
+--s1 styles/css
+--l1 libraries
+--i1 images
+--j1 java
+Some page-parts css/java/configs may be non repetitive we can request them into all modules. 
+Alphanumerically changed page parts. ---&gt;v1/v1v/left_menu1.php or v1/v1v/left_menu2.php etc.  
+
+[SamplePage].
 [MainPage]

 The wiki uses [Markdown](/p/essenceone/wiki/markdown_syntax/) syntax.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robin Deatherage</dc:creator><pubDate>Fri, 22 Mar 2013 14:42:53 -0000</pubDate><guid>https://sourceforge.netc33d16075624a1a5b8650e00724cdc3b00f6892a</guid></item><item><title>WikiPage Home modified by Robin Deatherage</title><link>https://sourceforge.net/p/essenceone/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,7 @@
-Welcome to your wiki!
+Welcome to the EssenceOne  wiki!

 This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+[MainPage]

 The wiki uses [Markdown](/p/essenceone/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robin Deatherage</dc:creator><pubDate>Tue, 26 Feb 2013 12:21:14 -0000</pubDate><guid>https://sourceforge.net3fea75a6151d7a08029b62060c06dd6ab7e45012</guid></item><item><title>WikiPage Home modified by Robin Deatherage</title><link>https://sourceforge.net/p/essenceone/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/essenceone/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;a href="/u/rodeone2/"&gt;Robin Deatherage&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;span class="download-button-512c13c3485acd4ede469ba3" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robin Deatherage</dc:creator><pubDate>Tue, 26 Feb 2013 01:45:39 -0000</pubDate><guid>https://sourceforge.net2cf8c90d1954eed28e2b4795510b7cd48446283d</guid></item></channel></rss>