Skip to content

Commit bfeaea7

Browse files
authored
Update readme.rst
1 parent aa62267 commit bfeaea7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ CodeIgniter code is little bit changed to accommodate theming structure. Also th
66

77
The changes are done in such a way, which put this repository in the state, in which it can be used in multiple ways, the default being rendering the views using React and it supports the default CodeIgniter views also.
88

9+
###################
10+
How to Start
11+
###################
12+
Just checkout application/controllers/Welcome.php, and call `$this->render_view( string $view_name, ? array $vars );` function to render any view.
13+
14+
The view file in react should reside at `assets/js/react/components/$view_name.js`
15+
16+
17+
918
###################
1019
What is CodeIgniter
1120
###################

0 commit comments

Comments
 (0)