Component development without using MVC architecture - Joomla! Forum - community, help and support
can develop custom component out using mvc architecture or other type of coding standards????????
i have developed custom page (a entry form) in php, 'mycomp.php' , put in folder named 'com_mycomp' under components. wrote complete code(the form) in single page in php website. , works fine, can add data data base , can retrieve it.
is secure develop component this???????
i have used "defined (_jexec)" in beggining of page......
anyone please help....!!!!!!!!
thanks in advance.....
i have developed custom page (a entry form) in php, 'mycomp.php' , put in folder named 'com_mycomp' under components. wrote complete code(the form) in single page in php website. , works fine, can add data data base , can retrieve it.
is secure develop component this???????
i have used "defined (_jexec)" in beggining of page......
anyone please help....!!!!!!!!
thanks in advance.....
vineeth wrote:can develop custom component out using mvc architecture or other type of coding standards????????
i have developed custom page (a entry form) in php, 'mycomp.php' , put in folder named 'com_mycomp' under components. wrote complete code(the form) in single page in php website. , works fine, can add data data base , can retrieve it.
is secure develop component this???????
i have used "defined (_jexec)" in beggining of page......
anyone please help....!!!!!!!!
thanks in advance.....
you can set of file , folder permissions 777, , works too!
it's not best way of doing things though...
Comments
Post a Comment