[wp-trac] Re: [WordPress Trac] #2539: Better maintainability of
client-server administration code.
WordPress Trac
wp-trac at lists.automattic.com
Mon Mar 6 22:46:52 GMT 2006
#2539: Better maintainability of client-server administration code.
-----------------------+----------------------------------------------------
Id: 2539 | Status: new
Component: General | Modified: Mon Mar 6 22:46:52 2006
Severity: normal | Milestone: 2.1
Priority: low | Version: 2.0.1
Owner: anonymous | Reporter: mdawaffe
-----------------------+----------------------------------------------------
Comment (by ryan):
In trunk, I've been trying to separate the template stuff from the
interaction stuff from the db stuff. post.php, for example, is pretty
much just an interaction layer between the templates and the DB functions.
Same with comment.php, page.ph, and link.php. categories.php needs to
have the interaction bits moved into category.php. Some of these still
handle displaying the edit form, but the form is included from another
file so there are no template bits directly mixed in with the interaction
code.
--
Ticket URL: <http://trac.wordpress.org/ticket/2539>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list