OT: CodeIgniter Routing

Eric Cope eric.cope at gmail.com
Tue Dec 4 09:24:44 MST 2012


Pyro's is complicated because its a CMS and wants to support meaningful
URLs (like Wordpress)
Are you replicating the CMS behavior?

Eric


On Tue, Dec 4, 2012 at 9:16 AM, keith smith <klsmith2020 at yahoo.com> wrote:

>
>
> It is complicated.  I downloaded pyrocms and they are doing some fancy
> thing with the Super Controller also.  Very advanced and very
> sophisticated.
>
>
>
> ------------------------
> Keith Smith
>
>
> --- On *Mon, 12/3/12, Eric Cope <eric.cope at gmail.com>* wrote:
>
>
> From: Eric Cope <eric.cope at gmail.com>
> Subject: Re: OT: CodeIgniter Routing
> To: "Main PLUG discussion list" <plug-discuss at lists.phxlinux.org>
> Date: Monday, December 3, 2012, 8:50 PM
>
>
> Without seeing your code and application, it looks overly complicated...
> but if it works for you, great!
>
> Eric
>
>
> On Mon, Dec 3, 2012 at 6:52 PM, keith smith <klsmith2020 at yahoo.com<http://mc/compose?to=klsmith2020@yahoo.com>
> > wrote:
>
>
> I've been looking for a solution to reducing the size of my controller by
> making multiple controllers.
>
> I think I may have found a solution.  It's a little complex, however I get
> the gist of it. Your thoughts?
>
> https://gist.github.com/4157418
>
>
>
> ------------------------
> Keith Smith
>
>
> --- On *Sun, 12/2/12, Eric Cope <eric.cope at gmail.com<http://mc/compose?to=eric.cope@gmail.com>
> >* wrote:
>
>
> From: Eric Cope <eric.cope at gmail.com<http://mc/compose?to=eric.cope@gmail.com>
> >
> Subject: Re: OT: CodeIgniter Routing
> To: "Main PLUG discussion list" <plug-discuss at lists.phxlinux.org<http://mc/compose?to=plug-discuss@lists.phxlinux.org>
> >
> Date: Sunday, December 2, 2012, 10:28 AM
>
>
> That's what I do. It makes it much easier. It makes testing easier too.
> I made it when i extend the class, the table name is set, then I use late
> static binding to reference it in the base class...
>
> Eric
>
>
> On Sun, Dec 2, 2012 at 10:26 AM, Tom Haws <tom.haws at gmail.com<http://mc/compose?to=tom.haws@gmail.com>
> > wrote:
>
> I have a question/thought.
>
> If a lot of the CRUD is repetitive (similar table structures), would it be
> appropriate to create a models/generic_model.php that has the generic CRUD
> functions/SQL and a set_table method or some other way of passing it a
> table name to enhance DRY programming?
>
> Tom
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.phxlinux.org<http://mc/compose?to=PLUG-discuss@lists.phxlinux.org>
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
>
>
> -----Inline Attachment Follows-----
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.phxlinux.org<http://mc/compose?to=PLUG-discuss@lists.phxlinux.org>
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.phxlinux.org<http://mc/compose?to=PLUG-discuss@lists.phxlinux.org>
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
>
>
> -----Inline Attachment Follows-----
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.phxlinux.org<http://mc/compose?to=PLUG-discuss@lists.phxlinux.org>
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.phxlinux.org/pipermail/plug-discuss/attachments/20121204/6cb6b0a0/attachment.html>


More information about the PLUG-discuss mailing list