Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #15373
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: Online Job Portal System Use Case Diagrams |
| Date | 2015-05-31 16:32 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <mkfr31$5kc$1@dont-email.me> (permalink) |
| References | <9c8fa783-bbc0-4716-8ffe-200c2829759d@googlegroups.com> |
On 5/31/2015 1:58 PM, Brara morad35 wrote: > I want to create Job website with this actors The user is not registered(don't have a Account) and his children job seeker(have a Account),employer(have a Account)In addition to administrator.I do not know if what I did is correct or not. Any help? > You need to further define what you need. A inheritance chart includes not only the class names, but the attributes and methods. And often times as you define the attributes and methods, your inheritance chart will change. For instance - both job seeker and employer must have logins. But User does not. Are you going to save people without accounts? If so, how are you going to identify the user? Start by defining all attributes and methods (on a paper diagram - no coding) in both job seeker and employer. Then look to see what you may be able to extract into a common class. Note that you will not always be able to do it, if there is insufficient overlap. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Online Job Portal System Use Case Diagrams Brara morad35 <bramorad35@gmail.com> - 2015-05-31 10:58 -0700
Re: Online Job Portal System Use Case Diagrams Denis McMahon <denismfmcmahon@gmail.com> - 2015-05-31 19:29 +0000
Re: Online Job Portal System Use Case Diagrams Matthew Carter <m@ahungry.com> - 2015-06-01 01:00 -0400
Re: Online Job Portal System Use Case Diagrams Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-31 16:32 -0400
Re: Online Job Portal System Use Case Diagrams Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-06-01 15:41 +0200
Re: Online Job Portal System Use Case Diagrams Denis McMahon <denismfmcmahon@gmail.com> - 2015-06-01 15:11 +0000
Re: Online Job Portal System Use Case Diagrams Jerry Stuckle <jstucklex@attglobal.net> - 2015-06-01 12:33 -0400
Re: Online Job Portal System Use Case Diagrams Brara morad35 <bramorad35@gmail.com> - 2015-06-01 10:51 -0700
Re: Online Job Portal System Use Case Diagrams Brara morad35 <bramorad35@gmail.com> - 2015-06-01 10:52 -0700
Re: Online Job Portal System Use Case Diagrams Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-06-03 10:23 +0200
csiph-web