Skip to content

venusdharan/Codex-PHP-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codex-PHP-Framework

PHP based web page developer , create Bootsrap based webpages using PHP alone, making a pure dynamic creation.
The framework helps to create PHP based webapages easily. Helping the user to create UI using PHP and littile effort,
Codex provides MVC and non MVC structure,secure cdn etc. Dynamic loading and create dynamic javascript and css as PHP parses these file too ,
user can add php codes in these files, use athentication and session to generate custom codes as well.

Intstalling

copy all files to working directory

Example page setup

Open Pages directory and add edit test.php page if needed.
All pages to shown should be placed in this directory.
Open bowser and add query parameter ?page=test

Index page setup

``` php navigate(); // the page will search based on query and uses no authentication ?> ```

test page setup

``` php set_type("iframe"); $i->set_custom_attribute("src='http://www.example.com' height=800px width=800px"); $p->set_type("p"); $p->add_content("hello"); $page->add_body('

This is my body

'); $page->add_body($p->get_object()); $page->add_body($i->get_object()); $page->set_title('hello'); $page->add_meta('http-equiv="X-UA-Compatible" content="IE=edge"'); $page->add_lib('jquery'); //$page->add_script("https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"); //$page->clear_body(); $page->get_page(); ?> ```

About

PHP based web page developer , create Bootsrap based webpages using PHP alone, making a pure dynamic creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages