Re: [PHP] Module Structure ideas

2009-02-12 Thread Sancar Saran
On Wednesday 11 February 2009 21:42:24 Ashley Sheridan wrote: > On Wed, 2009-02-11 at 21:20 +0800, Virgilio Quilario wrote: > > > Last year I began to sepearte my module files to many files for their > > > purposes. > > > > > > Last time use use lots of dirs for their types > > > > > > someting lik

Re: [PHP] Module Structure ideas

2009-02-11 Thread Ashley Sheridan
On Wed, 2009-02-11 at 21:20 +0800, Virgilio Quilario wrote: > > Last year I began to sepearte my module files to many files for their > > purposes. > > > > Last time use use lots of dirs for their types > > > > someting like > > > > controllers > > a.cont.php > > b.cont.php > > definition > > a.

Re: [PHP] Module Structure ideas

2009-02-11 Thread Virgilio Quilario
> Last year I began to sepearte my module files to many files for their > purposes. > > Last time use use lots of dirs for their types > > someting like > > controllers > a.cont.php > b.cont.php > definition > a.def.php > b.def.php > models > a.model.php > b.model.php > views > a.view.php >

[PHP] Module Structure ideas

2009-02-10 Thread Sancar Saran
Hello List, Last year I began to sepearte my module files to many files for their purposes. Last time use use lots of dirs for their types someting like controllers a.cont.php b.cont.php definition a.def.php b.def.php models a.model.php b.model.php views a.view.php b.view.php