Hm... I think it`s my fault, but actually I want to call some "private"
function from another module by {ewc, ...}, but I woud like nobody can call
these functions by site.domain/module/funcname... I hope I was clear... =)Thanks in advance! On Tue, Dec 9, 2008 at 4:51 AM, Yariv Sadan <[EMAIL PROTECTED]> wrote: > > Yeah, sure, simply don't export the functions. In other words, use an > -export() directive at the top of the file with only the public > functions of a module. > > On Sun, Dec 7, 2008 at 3:50 PM, Alexander Dergachev > <[EMAIL PROTECTED]> wrote: > > Hi all! > > > > Actually I have a little experience with Erlyweb, and I`m going to make > my > > first live project. > > > > As far as I understand from documentation I can declare for private usage > > only whole module (component), but the question is - is it possible to > have > > some private functions in the module instead of private module? > > > > > > Thanks in advance! > > > > -- > > With Best Regards, > > Alexander Dergachev > > > > > > > > > > > -- With Best Regards, Alexander Dergachev --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlyweb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en -~----------~----~----~----~------~----~------~--~---
