2013-08-14

Quick view to Admin side

I hadn't specify whole flow as I assume you know yii crud flow well, and Quick understand of my specified admin flow.. :)

I use Mailer Extension for email.

Create table to store email template content as below,



Make pre-define entry in database, so admin can edit particular template contant with specific position of replace variables.. Edit page shown as below.



Quick view to Front side

Create template file any where in front side (i.e template/templatecontact) as below,

Below code is controller where your template parameters are post (i.e site/contact)

Plz comment for any query or updation.

Show more