Welcome Guest, Not a member yet? Register   Sign In
Modular HMVC - Libraries on Steroids [Updated x3]
#12

[eluser]Edemilson Lima[/eluser]
I find your implementation to modules very elegant and follow the CI standard better than any other I have found. But I would like to know what do you have against extending the core. Using $this->modules->load() is in some way better than $this->load->module()? Personally I don't like changes to the core, but I don't see anything bad with extending it.

How do you call the functions setup(), add() and edit() in your examples above? Also, there is always necessary to have a contructor or the index() function could be called by default?

Code:
class Modules
{    
    function Modules()
    {
I noticed that "Controller" and "Model" are in singular. To keep the same standard, wouldn't be better if was "Module" instead of "Modules"?
Code:
class Product extends Controller {
class Products_model extends Model {
class Product_list extends Module {
Well, it is just a suggestion. Smile

Code:
class _login extends Modules //as a psuedo-controller
Just to satisfy my curiosity... Do you mean the urban word psuedo or the english/latin word pseudo?


Messages In This Thread
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-18-2008, 03:03 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-18-2008, 03:06 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-18-2008, 03:11 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-18-2008, 04:37 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-18-2008, 03:28 PM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-18-2008, 03:33 PM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-18-2008, 04:11 PM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-18-2008, 04:22 PM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-18-2008, 06:02 PM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-18-2008, 08:29 PM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-18-2008, 09:51 PM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-19-2008, 07:15 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-19-2008, 07:21 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-19-2008, 07:41 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-19-2008, 07:43 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-19-2008, 07:51 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-19-2008, 08:42 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-19-2008, 08:50 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-19-2008, 08:57 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-19-2008, 09:06 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-19-2008, 11:03 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-19-2008, 11:27 AM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-19-2008, 03:38 PM
Modular HMVC - Libraries on Steroids [Updated x3] - by El Forum - 02-19-2008, 10:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB