473,396 Members | 1,966 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Creating Template and GUI?

I've been using Dreamweaver to create my php pages and love the
functionality but when I start modifying code I start wondering if I
should be something else because it always throws off the extensions.
I like the fact that dreamweaver will insert some of the tedious code
for me but are there any php GUI's that are similar to dreamweaver?
I've downloaded a few paid scripts and see the use of *.tpl files and
wonder how they design that and make it functional without using a
WYSIWYG application. From what I've found there wasn't anything like
dreamweaver for php development but it seems like I should be moving
towards creating those tpl file instead of including pieces of files.
Is there anything that will allow you to create recordset and have any
like behaviors in dreamweaver. Does anyone have any tutorial or
examples for using/creating tpl templates? Thanks

Apr 12 '06 #1
1 1834
I tend to hack designers html mock-ups to life. Learning how to use a
template is not so hard. I would not know where to start with
dreamweaver. How easy is it to do this?
<table>
<tr>
{repeat over field tag}
<th>{fieldname}</th>
{/repeat over field tag}
</tr>
{repeat over data}
<tr>
{repeat over field}
<td>{current row field data}</td>
{/repeat over field}
</tr>
{repeat over data}
</table>

I would imagine it would be hard to put tags in those places.

Apr 12 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: aynka2000 siva | last post by:
need to make a letter template using xml in vb.net eg after creating template when use clicks a button in form template must be loaded there he must able to type anything such as <name></name> ...
1
by: lempertay | last post by:
I have an existing MS Access database with just over 2,000 records. I have a group that wants to use the database except with their own data. So basically I need to provide them the front end...
1
by: suzy | last post by:
hi, i have created a aspx page template by creating a template.cs file which inherits from the page class. In this file I override the OnInit event and create a template in the form of a...
2
by: Nicole | last post by:
I am creating template columns programmatically. I have read the msdn article on this and I'm so close. Article:...
1
by: Luis Esteban Valencia | last post by:
Hi all, I tried doing this with the aid of the following document:...
3
by: andrej | last post by:
Hi, I'm working on a project in VB6 where I want to use something like templates saved in my database with customization of the template like selection of words and in specific fields to fill with...
0
by: imranabdulaziz | last post by:
Hi all, I am using asp.net and C# Visual studio 2005. Let me explain the scenario. I have stored procedure which return very no of column based on condition. Becoz I have to show columnwise...
1
by: apking | last post by:
what is the basic for creating template.
2
by: slizorn | last post by:
hi guys, i need to make a tree traversal algorithm that would help me search the tree.. creating a method to search a tree to find the position of node and to return its pointer value basically i...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.