Hi everyone,
I am just starting to use Yii and so far I am very impressed. However since my programming skills are very basic I am looking for tutorials that describe step by step what I need to do.
The tutorial that I am looking for is a step by step tutorial on how to create my first form. There are several to be found but in my opinion all of them assume some level of knowledge that I lack.
If someone can be as kind to explain to me how I can start making my own forms in the simplest of steps like:
Step 1:
Create Myfirsform.php in /testdrive/models/
put this and that code to ..
Step 2:
create myfirstform.php in /testdrive/controllers/
put this and that code
etc.. etc..
for example at http://www.yiiframework.com/doc/guide/1.1/en/form.builder
==================
2. Creating a Simple Form
In the following, we show how to use the form builder to create a login form.
First, we write the login action code:
===========
it does not specify in what folder I need to create a file. I am really trying to figure out what the basic steps are.
Thanks in advance,
W/
I am just starting to use Yii and so far I am very impressed. However since my programming skills are very basic I am looking for tutorials that describe step by step what I need to do.
The tutorial that I am looking for is a step by step tutorial on how to create my first form. There are several to be found but in my opinion all of them assume some level of knowledge that I lack.
If someone can be as kind to explain to me how I can start making my own forms in the simplest of steps like:
Step 1:
Create Myfirsform.php in /testdrive/models/
put this and that code to ..
Step 2:
create myfirstform.php in /testdrive/controllers/
put this and that code
etc.. etc..
for example at http://www.yiiframework.com/doc/guide/1.1/en/form.builder
==================
2. Creating a Simple Form
In the following, we show how to use the form builder to create a login form.
First, we write the login action code:
===========
it does not specify in what folder I need to create a file. I am really trying to figure out what the basic steps are.
Thanks in advance,
W/